-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: June 19, 2018, 6:12 pm
-- Server version: 5.6.39
-- 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 utf8 */;

--
-- Database: `zhenpenn_wp790`
--

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

--
-- Table structure for table `wpag_commentmeta`
--

CREATE TABLE `wpag_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_commentmeta`
--

INSERT INTO `wpag_commentmeta` VALUES
(1, 1, '_wxr_import_user', '1'),
(2, 2, '_wxr_import_user', '1'),
(3, 3, 'akismet_result', 'false'),
(4, 3, 'akismet_history', ''),
(5, 3, 'rating', '4'),
(6, 3, 'verified', '1'),
(7, 3, 'akismet_history', '');

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

--
-- Table structure for table `wpag_comments`
--

CREATE TABLE `wpag_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_comments`
--

INSERT INTO `wpag_comments` VALUES
(1, 172, 'admin', 'admin@admin.com', '', '192.168.9.172', '2017-01-09 16:32:56', '2017-01-09 16:32:56', 'I’ve been thinking about this for years! Now I have not just the courage, but also the motivation to go full digital with the blueprints!', 0, '1', '', '', 0, 0),
(2, 172, 'admin', 'admin@admin.com', '', '192.168.9.172', '2017-01-09 16:33:07', '2017-01-09 16:33:07', 'I work for this company, and I’m so incredibly glad we’ve switched to storing and viewing all the blueprints in an easily accessible, digital format', 0, '1', '', '', 1, 0),
(3, 75, 'Mike Jolley', 'mike.jolley@automattic.com', '', '199.66.65.27', '2018-01-11 10:33:43', '2018-01-11 15:33:43', 'It''s so great to hear some new music from Woo! I couldn''t bring myself to give it five stars though because... I WANT THE WHOLE ALBUM!', 0, '1', '', '', 0, 0);

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

--
-- Table structure for table `wpag_links`
--

CREATE TABLE `wpag_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpag_options`
--

CREATE TABLE `wpag_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_options`
--

INSERT INTO `wpag_options` VALUES
(1, 'siteurl', 'https://seis.my/feelgroup', 'yes'),
(2, 'home', 'https://seis.my/feelgroup', 'yes'),
(3, 'blogname', 'Feel Group Asia', 'yes'),
(4, 'blogdescription', 'Good Wear, Good Vibes', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@seis.my', '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', '5', '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');
INSERT INTO `wpag_options` VALUES
(29, 'rewrite_rules', 'a:481:{s:19:"projects-archive/?$";s:28:"index.php?post_type=projects";s:49:"projects-archive/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:44:"projects-archive/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:36:"projects-archive/page/([0-9]{1,})/?$";s:46:"index.php?post_type=projects&paged=$matches[1]";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: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:7:"team/?$";s:24:"index.php?post_type=team";s:37:"team/feed/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=team&feed=$matches[1]";s:32:"team/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=team&feed=$matches[1]";s:24:"team/page/([0-9]{1,})/?$";s:42:"index.php?post_type=team&paged=$matches[1]";s:18:"cherry-services/?$";s:35:"index.php?post_type=cherry-services";s:48:"cherry-services/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=cherry-services&feed=$matches[1]";s:43:"cherry-services/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=cherry-services&feed=$matches[1]";s:35:"cherry-services/page/([0-9]{1,})/?$";s:53:"index.php?post_type=cherry-services&paged=$matches[1]";s:15:"testimonials/?$";s:35:"index.php?post_type=tm-testimonials";s:45:"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=tm-testimonials&feed=$matches[1]";s:40:"testimonials/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=tm-testimonials&feed=$matches[1]";s:32:"testimonials/page/([0-9]{1,})/?$";s:53:"index.php?post_type=tm-testimonials&paged=$matches[1]";s:44:"projects-archive/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"projects-archive/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"projects-archive/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"projects-archive/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"projects-archive/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:50:"projects-archive/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:33:"projects-archive/([^/]+)/embed/?$";s:41:"index.php?projects=$matches[1]&embed=true";s:37:"projects-archive/([^/]+)/trackback/?$";s:35:"index.php?projects=$matches[1]&tb=1";s:57:"projects-archive/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:52:"projects-archive/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:45:"projects-archive/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&paged=$matches[2]";s:52:"projects-archive/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&cpage=$matches[2]";s:42:"projects-archive/([^/]+)/wc-api(/(.*))?/?$";s:49:"index.php?projects=$matches[1]&wc-api=$matches[3]";s:48:"projects-archive/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:59:"projects-archive/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:41:"projects-archive/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?projects=$matches[1]&page=$matches[2]";s:33:"projects-archive/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"projects-archive/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"projects-archive/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"projects-archive/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"projects-archive/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"projects-archive/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:58:"projects_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?projects_category=$matches[1]&feed=$matches[2]";s:53:"projects_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?projects_category=$matches[1]&feed=$matches[2]";s:34:"projects_category/([^/]+)/embed/?$";s:50:"index.php?projects_category=$matches[1]&embed=true";s:46:"projects_category/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?projects_category=$matches[1]&paged=$matches[2]";s:28:"projects_category/([^/]+)/?$";s:39:"index.php?projects_category=$matches[1]";s:53:"projects_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?projects_tag=$matches[1]&feed=$matches[2]";s:48:"projects_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?projects_tag=$matches[1]&feed=$matches[2]";s:29:"projects_tag/([^/]+)/embed/?$";s:45:"index.php?projects_tag=$matches[1]&embed=true";s:41:"projects_tag/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?projects_tag=$matches[1]&paged=$matches[2]";s:23:"projects_tag/([^/]+)/?$";s:34:"index.php?projects_tag=$matches[1]";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: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:32:"team/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"team/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"team/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:21:"team/([^/]+)/embed/?$";s:37:"index.php?team=$matches[1]&embed=true";s:25:"team/([^/]+)/trackback/?$";s:31:"index.php?team=$matches[1]&tb=1";s:45:"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?team=$matches[1]&feed=$matches[2]";s:40:"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?team=$matches[1]&feed=$matches[2]";s:33:"team/([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?team=$matches[1]&paged=$matches[2]";s:40:"team/([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?team=$matches[1]&cpage=$matches[2]";s:30:"team/([^/]+)/wc-api(/(.*))?/?$";s:45:"index.php?team=$matches[1]&wc-api=$matches[3]";s:36:"team/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:47:"team/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:29:"team/([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?team=$matches[1]&page=$matches[2]";s:21:"team/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:31:"team/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:51:"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:27:"team/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:46:"group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?group=$matches[1]&feed=$matches[2]";s:41:"group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?group=$matches[1]&feed=$matches[2]";s:22:"group/([^/]+)/embed/?$";s:38:"index.php?group=$matches[1]&embed=true";s:34:"group/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?group=$matches[1]&paged=$matches[2]";s:16:"group/([^/]+)/?$";s:27:"index.php?group=$matches[1]";s:40:"tm_pb_layout/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"tm_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"tm_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"tm_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"tm_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"tm_pb_layout/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"tm_pb_layout/([^/]+)/embed/?$";s:60:"index.php?post_type=tm_pb_layout&name=$matches[1]&embed=true";s:33:"tm_pb_layout/([^/]+)/trackback/?$";s:54:"index.php?post_type=tm_pb_layout&name=$matches[1]&tb=1";s:41:"tm_pb_layout/([^/]+)/page/?([0-9]{1,})/?$";s:67:"index.php?post_type=tm_pb_layout&name=$matches[1]&paged=$matches[2]";s:48:"tm_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?post_type=tm_pb_layout&name=$matches[1]&cpage=$matches[2]";s:38:"tm_pb_layout/([^/]+)/wc-api(/(.*))?/?$";s:68:"index.php?post_type=tm_pb_layout&name=$matches[1]&wc-api=$matches[3]";s:44:"tm_pb_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:55:"tm_pb_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:37:"tm_pb_layout/([^/]+)(?:/([0-9]+))?/?$";s:66:"index.php?post_type=tm_pb_layout&name=$matches[1]&page=$matches[2]";s:29:"tm_pb_layout/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"tm_pb_layout/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"tm_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"tm_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"tm_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"tm_pb_layout/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:46:"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?scope=$matches[1]&feed=$matches[2]";s:41:"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?scope=$matches[1]&feed=$matches[2]";s:22:"scope/([^/]+)/embed/?$";s:38:"index.php?scope=$matches[1]&embed=true";s:34:"scope/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?scope=$matches[1]&paged=$matches[2]";s:16:"scope/([^/]+)/?$";s:27:"index.php?scope=$matches[1]";s:52:"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?layout_type=$matches[1]&feed=$matches[2]";s:47:"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?layout_type=$matches[1]&feed=$matches[2]";s:28:"layout_type/([^/]+)/embed/?$";s:44:"index.php?layout_type=$matches[1]&embed=true";s:40:"layout_type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?layout_type=$matches[1]&paged=$matches[2]";s:22:"layout_type/([^/]+)/?$";s:33:"index.php?layout_type=$matches[1]";s:53:"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?module_width=$matches[1]&feed=$matches[2]";s:48:"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?module_width=$matches[1]&feed=$matches[2]";s:29:"module_width/([^/]+)/embed/?$";s:45:"index.php?module_width=$matches[1]&embed=true";s:41:"module_width/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?module_width=$matches[1]&paged=$matches[2]";s:23:"module_width/([^/]+)/?$";s:34:"index.php?module_width=$matches[1]";s:56:"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?layout_category=$matches[1]&feed=$matches[2]";s:51:"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?layout_category=$matches[1]&feed=$matches[2]";s:32:"layout_category/([^/]+)/embed/?$";s:48:"index.php?layout_category=$matches[1]&embed=true";s:44:"layout_category/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?layout_category=$matches[1]&paged=$matches[2]";s:26:"layout_category/([^/]+)/?$";s:37:"index.php?layout_category=$matches[1]";s:41:"wdi_instagram/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"wdi_instagram/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"wdi_instagram/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"wdi_instagram/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"wdi_instagram/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"wdi_instagram/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"wdi_instagram/([^/]+)/embed/?$";s:46:"index.php?wdi_instagram=$matches[1]&embed=true";s:34:"wdi_instagram/([^/]+)/trackback/?$";s:40:"index.php?wdi_instagram=$matches[1]&tb=1";s:42:"wdi_instagram/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?wdi_instagram=$matches[1]&paged=$matches[2]";s:49:"wdi_instagram/([^/]+)/comment-page-([0-9]{1,})/?$";s:53:"index.php?wdi_instagram=$matches[1]&cpage=$matches[2]";s:39:"wdi_instagram/([^/]+)/wc-api(/(.*))?/?$";s:54:"index.php?wdi_instagram=$matches[1]&wc-api=$matches[3]";s:45:"wdi_instagram/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:56:"wdi_instagram/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:38:"wdi_instagram/([^/]+)(?:/([0-9]+))?/?$";s:52:"index.php?wdi_instagram=$matches[1]&page=$matches[2]";s:30:"wdi_instagram/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"wdi_instagram/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"wdi_instagram/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"wdi_instagram/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"wdi_instagram/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"wdi_instagram/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:41:"timeline-post/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"timeline-post/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"timeline-post/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"timeline-post/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"timeline-post/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"timeline-post/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"timeline-post/([^/]+)/embed/?$";s:46:"index.php?timeline_post=$matches[1]&embed=true";s:34:"timeline-post/([^/]+)/trackback/?$";s:40:"index.php?timeline_post=$matches[1]&tb=1";s:42:"timeline-post/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?timeline_post=$matches[1]&paged=$matches[2]";s:49:"timeline-post/([^/]+)/comment-page-([0-9]{1,})/?$";s:53:"index.php?timeline_post=$matches[1]&cpage=$matches[2]";s:39:"timeline-post/([^/]+)/wc-api(/(.*))?/?$";s:54:"index.php?timeline_post=$matches[1]&wc-api=$matches[3]";s:45:"timeline-post/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:56:"timeline-post/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:38:"timeline-post/([^/]+)(?:/([0-9]+))?/?$";s:52:"index.php?timeline_post=$matches[1]&page=$matches[2]";s:30:"timeline-post/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"timeline-post/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"timeline-post/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"timeline-post/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"timeline-post/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"timeline-post/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:52:"tm-timeline/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?timeline_post_tag=$matches[1]&feed=$matches[2]";s:47:"tm-timeline/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?timeline_post_tag=$matches[1]&feed=$matches[2]";s:28:"tm-timeline/([^/]+)/embed/?$";s:50:"index.php?timeline_post_tag=$matches[1]&embed=true";s:40:"tm-timeline/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?timeline_post_tag=$matches[1]&paged=$matches[2]";s:22:"tm-timeline/([^/]+)/?$";s:39:"index.php?timeline_post_tag=$matches[1]";s:55:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/?$";s:59:"index.php?attachment=$matches[2]&parent_gallery=$matches[1]";s:65:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/trackback/?$";s:64:"index.php?attachment=$matches[2]&tb=1&parent_gallery=$matches[1]";s:85:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:80:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:80:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:77:"index.php?attachment=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:61:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/embed/?$";s:70:"index.php?attachment=$matches[2]&embed=true&parent_gallery=$matches[1]";s:44:"gallery/([^/]+)/tm_pg_album/([^/]+)/embed/?$";s:86:"index.php?post_type=tm_pg_album&name=$matches[2]&embed=true&parent_gallery=$matches[1]";s:48:"gallery/([^/]+)/tm_pg_album/([^/]+)/trackback/?$";s:80:"index.php?post_type=tm_pg_album&name=$matches[2]&tb=1&parent_gallery=$matches[1]";s:56:"gallery/([^/]+)/tm_pg_album/([^/]+)/page/?([0-9]{1,})/?$";s:93:"index.php?post_type=tm_pg_album&name=$matches[2]&paged=$matches[3]&parent_gallery=$matches[1]";s:63:"gallery/([^/]+)/tm_pg_album/([^/]+)/comment-page-([0-9]{1,})/?$";s:93:"index.php?post_type=tm_pg_album&name=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:53:"gallery/([^/]+)/tm_pg_album/([^/]+)/wc-api(/(.*))?/?$";s:94:"index.php?post_type=tm_pg_album&name=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:59:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:78:"index.php?attachment=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:70:"gallery/([^/]+)/tm_pg_album/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:78:"index.php?attachment=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:52:"gallery/([^/]+)/tm_pg_album/([^/]+)(?:/([0-9]+))?/?$";s:92:"index.php?post_type=tm_pg_album&name=$matches[2]&page=$matches[3]&parent_gallery=$matches[1]";s:44:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/?$";s:59:"index.php?attachment=$matches[2]&parent_gallery=$matches[1]";s:54:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/trackback/?$";s:64:"index.php?attachment=$matches[2]&tb=1&parent_gallery=$matches[1]";s:74:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:69:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:69:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:77:"index.php?attachment=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:50:"gallery/([^/]+)/tm_pg_album/[^/]+/([^/]+)/embed/?$";s:70:"index.php?attachment=$matches[2]&embed=true&parent_gallery=$matches[1]";s:39:"tm_pg_album/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"tm_pg_album/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"tm_pg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"tm_pg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"tm_pg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"tm_pg_album/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"tm_pg_album/([^/]+)/embed/?$";s:59:"index.php?post_type=tm_pg_album&name=$matches[1]&embed=true";s:32:"tm_pg_album/([^/]+)/trackback/?$";s:53:"index.php?post_type=tm_pg_album&name=$matches[1]&tb=1";s:40:"tm_pg_album/([^/]+)/page/?([0-9]{1,})/?$";s:66:"index.php?post_type=tm_pg_album&name=$matches[1]&paged=$matches[2]";s:47:"tm_pg_album/([^/]+)/comment-page-([0-9]{1,})/?$";s:66:"index.php?post_type=tm_pg_album&name=$matches[1]&cpage=$matches[2]";s:37:"tm_pg_album/([^/]+)/wc-api(/(.*))?/?$";s:67:"index.php?post_type=tm_pg_album&name=$matches[1]&wc-api=$matches[3]";s:43:"tm_pg_album/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:54:"tm_pg_album/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:36:"tm_pg_album/([^/]+)(?:/([0-9]+))?/?$";s:65:"index.php?post_type=tm_pg_album&name=$matches[1]&page=$matches[2]";s:28:"tm_pg_album/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"tm_pg_album/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"tm_pg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"tm_pg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"tm_pg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"tm_pg_album/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/?$";s:59:"index.php?attachment=$matches[2]&parent_gallery=$matches[1]";s:63:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/trackback/?$";s:64:"index.php?attachment=$matches[2]&tb=1&parent_gallery=$matches[1]";s:83:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:78:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:78:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:77:"index.php?attachment=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:59:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/embed/?$";s:70:"index.php?attachment=$matches[2]&embed=true&parent_gallery=$matches[1]";s:42:"gallery/([^/]+)/tm_pg_set/([^/]+)/embed/?$";s:84:"index.php?post_type=tm_pg_set&name=$matches[2]&embed=true&parent_gallery=$matches[1]";s:46:"gallery/([^/]+)/tm_pg_set/([^/]+)/trackback/?$";s:78:"index.php?post_type=tm_pg_set&name=$matches[2]&tb=1&parent_gallery=$matches[1]";s:54:"gallery/([^/]+)/tm_pg_set/([^/]+)/page/?([0-9]{1,})/?$";s:91:"index.php?post_type=tm_pg_set&name=$matches[2]&paged=$matches[3]&parent_gallery=$matches[1]";s:61:"gallery/([^/]+)/tm_pg_set/([^/]+)/comment-page-([0-9]{1,})/?$";s:91:"index.php?post_type=tm_pg_set&name=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:51:"gallery/([^/]+)/tm_pg_set/([^/]+)/wc-api(/(.*))?/?$";s:92:"index.php?post_type=tm_pg_set&name=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:57:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:78:"index.php?attachment=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:68:"gallery/([^/]+)/tm_pg_set/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:78:"index.php?attachment=$matches[2]&wc-api=$matches[4]&parent_gallery=$matches[1]";s:50:"gallery/([^/]+)/tm_pg_set/([^/]+)(?:/([0-9]+))?/?$";s:90:"index.php?post_type=tm_pg_set&name=$matches[2]&page=$matches[3]&parent_gallery=$matches[1]";s:42:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/?$";s:59:"index.php?attachment=$matches[2]&parent_gallery=$matches[1]";s:52:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/trackback/?$";s:64:"index.php?attachment=$matches[2]&tb=1&parent_gallery=$matches[1]";s:72:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:67:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:76:"index.php?attachment=$matches[2]&feed=$matches[3]&parent_gallery=$matches[1]";s:67:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:77:"index.php?attachment=$matches[2]&cpage=$matches[3]&parent_gallery=$matches[1]";s:48:"gallery/([^/]+)/tm_pg_set/[^/]+/([^/]+)/embed/?$";s:70:"index.php?attachment=$matches[2]&embed=true&parent_gallery=$matches[1]";s:37:"tm_pg_set/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"tm_pg_set/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"tm_pg_set/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"tm_pg_set/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"tm_pg_set/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"tm_pg_set/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"tm_pg_set/([^/]+)/embed/?$";s:57:"index.php?post_type=tm_pg_set&name=$matches[1]&embed=true";s:30:"tm_pg_set/([^/]+)/trackback/?$";s:51:"index.php?post_type=tm_pg_set&name=$matches[1]&tb=1";s:38:"tm_pg_set/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?post_type=tm_pg_set&name=$matches[1]&paged=$matches[2]";s:45:"tm_pg_set/([^/]+)/comment-page-([0-9]{1,})/?$";s:64:"index.php?post_type=tm_pg_set&name=$matches[1]&cpage=$matches[2]";s:35:"tm_pg_set/([^/]+)/wc-api(/(.*))?/?$";s:65:"index.php?post_type=tm_pg_set&name=$matches[1]&wc-api=$matches[3]";s:41:"tm_pg_set/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:52:"tm_pg_set/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:34:"tm_pg_set/([^/]+)(?:/([0-9]+))?/?$";s:63:"index.php?post_type=tm_pg_set&name=$matches[1]&page=$matches[2]";s:26:"tm_pg_set/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"tm_pg_set/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"tm_pg_set/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"tm_pg_set/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"tm_pg_set/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"tm_pg_set/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:41:"tm_pg_gallery/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"tm_pg_gallery/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"tm_pg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"tm_pg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"tm_pg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"tm_pg_gallery/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"tm_pg_gallery/([^/]+)/embed/?$";s:61:"index.php?post_type=tm_pg_gallery&name=$matches[1]&embed=true";s:34:"tm_pg_gallery/([^/]+)/trackback/?$";s:55:"index.php?post_type=tm_pg_gallery&name=$matches[1]&tb=1";s:42:"tm_pg_gallery/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?post_type=tm_pg_gallery&name=$matches[1]&paged=$matches[2]";s:49:"tm_pg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$";s:68:"index.php?post_type=tm_pg_gallery&name=$matches[1]&cpage=$matches[2]";s:39:"tm_pg_gallery/([^/]+)/wc-api(/(.*))?/?$";s:69:"index.php?post_type=tm_pg_gallery&name=$matches[1]&wc-api=$matches[3]";s:45:"tm_pg_gallery/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:56:"tm_pg_gallery/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:38:"tm_pg_gallery/([^/]+)(?:/([0-9]+))?/?$";s:67:"index.php?post_type=tm_pg_gallery&name=$matches[1]&page=$matches[2]";s:30:"tm_pg_gallery/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"tm_pg_gallery/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"tm_pg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"tm_pg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"tm_pg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"tm_pg_gallery/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"tm_pg_post_tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?tm_pg_post_tag=$matches[1]&feed=$matches[2]";s:48:"tm_pg_post_tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?tm_pg_post_tag=$matches[1]&feed=$matches[2]";s:29:"tm_pg_post_tag/(.+?)/embed/?$";s:47:"index.php?tm_pg_post_tag=$matches[1]&embed=true";s:41:"tm_pg_post_tag/(.+?)/page/?([0-9]{1,})/?$";s:54:"index.php?tm_pg_post_tag=$matches[1]&paged=$matches[2]";s:23:"tm_pg_post_tag/(.+?)/?$";s:36:"index.php?tm_pg_post_tag=$matches[1]";s:53:"tm_pg_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?tm_pg_category=$matches[1]&feed=$matches[2]";s:48:"tm_pg_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?tm_pg_category=$matches[1]&feed=$matches[2]";s:29:"tm_pg_category/(.+?)/embed/?$";s:47:"index.php?tm_pg_category=$matches[1]&embed=true";s:41:"tm_pg_category/(.+?)/page/?([0-9]{1,})/?$";s:54:"index.php?tm_pg_category=$matches[1]&paged=$matches[2]";s:23:"tm_pg_category/(.+?)/?$";s:36:"index.php?tm_pg_category=$matches[1]";s:43:"cherry-services/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:53:"cherry-services/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:73:"cherry-services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"cherry-services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"cherry-services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:49:"cherry-services/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:32:"cherry-services/([^/]+)/embed/?$";s:48:"index.php?cherry-services=$matches[1]&embed=true";s:36:"cherry-services/([^/]+)/trackback/?$";s:42:"index.php?cherry-services=$matches[1]&tb=1";s:56:"cherry-services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?cherry-services=$matches[1]&feed=$matches[2]";s:51:"cherry-services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?cherry-services=$matches[1]&feed=$matches[2]";s:44:"cherry-services/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?cherry-services=$matches[1]&paged=$matches[2]";s:51:"cherry-services/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?cherry-services=$matches[1]&cpage=$matches[2]";s:41:"cherry-services/([^/]+)/wc-api(/(.*))?/?$";s:56:"index.php?cherry-services=$matches[1]&wc-api=$matches[3]";s:47:"cherry-services/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:58:"cherry-services/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:40:"cherry-services/([^/]+)(?:/([0-9]+))?/?$";s:54:"index.php?cherry-services=$matches[1]&page=$matches[2]";s:32:"cherry-services/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"cherry-services/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"cherry-services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"cherry-services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"cherry-services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"cherry-services/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:65:"cherry-services_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?cherry-services_category=$matches[1]&feed=$matches[2]";s:60:"cherry-services_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?cherry-services_category=$matches[1]&feed=$matches[2]";s:41:"cherry-services_category/([^/]+)/embed/?$";s:57:"index.php?cherry-services_category=$matches[1]&embed=true";s:53:"cherry-services_category/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?cherry-services_category=$matches[1]&paged=$matches[2]";s:35:"cherry-services_category/([^/]+)/?$";s:46:"index.php?cherry-services_category=$matches[1]";s:40:"testimonials/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"testimonials/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"testimonials/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"testimonials/([^/]+)/embed/?$";s:48:"index.php?tm-testimonials=$matches[1]&embed=true";s:33:"testimonials/([^/]+)/trackback/?$";s:42:"index.php?tm-testimonials=$matches[1]&tb=1";s:53:"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?tm-testimonials=$matches[1]&feed=$matches[2]";s:48:"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?tm-testimonials=$matches[1]&feed=$matches[2]";s:41:"testimonials/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?tm-testimonials=$matches[1]&paged=$matches[2]";s:48:"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?tm-testimonials=$matches[1]&cpage=$matches[2]";s:38:"testimonials/([^/]+)/wc-api(/(.*))?/?$";s:56:"index.php?tm-testimonials=$matches[1]&wc-api=$matches[3]";s:44:"testimonials/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:55:"testimonials/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:37:"testimonials/([^/]+)(?:/([0-9]+))?/?$";s:54:"index.php?tm-testimonials=$matches[1]&page=$matches[2]";s:29:"testimonials/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"testimonials/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"testimonials/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:63:"tm-testimonials/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?tm-testimonials_category=$matches[1]&feed=$matches[2]";s:58:"tm-testimonials/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?tm-testimonials_category=$matches[1]&feed=$matches[2]";s:39:"tm-testimonials/category/(.+?)/embed/?$";s:57:"index.php?tm-testimonials_category=$matches[1]&embed=true";s:51:"tm-testimonials/category/(.+?)/page/?([0-9]{1,})/?$";s:64:"index.php?tm-testimonials_category=$matches[1]&paged=$matches[2]";s:33:"tm-testimonials/category/(.+?)/?$";s:46:"index.php?tm-testimonials_category=$matches[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:40:"index.php?&page_id=184&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');
INSERT INTO `wpag_options` VALUES
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:33:{i:0;s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:1;s:45:"cherry-data-importer/cherry-data-importer.php";i:2;s:51:"cherry-ld-mods-switcher/cherry-ld-mods-switcher.php";i:3;s:45:"cherry-plugin-wizard/cherry-plugin-wizard.php";i:4;s:35:"cherry-projects/cherry-projects.php";i:5;s:31:"cherry-search/cherry-search.php";i:6;s:45:"cherry-services-list/cherry-services-list.php";i:7;s:35:"cherry-sidebars/cherry-sidebars.php";i:8;s:37:"cherry-socialize/cherry-socialize.php";i:9;s:43:"cherry-team-members/cherry-team-members.php";i:10;s:29:"cherry-testi/testimonials.php";i:11;s:43:"cherry-theme-wizard/cherry-theme-wizard.php";i:12;s:47:"cherry-trending-posts/cherry-trending-posts.php";i:13;s:36:"contact-form-7/wp-contact-form-7.php";i:14;s:33:"duplicate-menu/duplicate-menu.php";i:15;s:33:"duplicate-post/duplicate-post.php";i:16;s:53:"power-builder-integrator/power-builder-integrator.php";i:17;s:35:"power-builder/power-builder-upd.php";i:18;s:40:"quick-remove-menu-item/Pl_removemenu.php";i:19;s:37:"scroll-to-anchor/scroll-to-anchor.php";i:20;s:29:"tm-dashboard/tm-dashboard.php";i:21;s:29:"tm-mega-menu/tm-mega-menu.php";i:22;s:31:"tm-photo-gallery/tm-gallery.php";i:23;s:39:"tm-style-switcher/tm-style-switcher.php";i:24;s:27:"tm-timeline/tm-timeline.php";i:25;s:59:"tm-woocommerce-ajax-filters/tm-woocommerce-ajax-filters.php";i:26;s:67:"tm-woocommerce-compare-wishlist/tm-woocommerce-compare-wishlist.php";i:27;s:49:"tm-woocommerce-package/tm-woocommerce-package.php";i:28;s:39:"wd-instagram-feed/wd-instagram-feed.php";i:29;s:48:"woocommerce-social-media-share-buttons/index.php";i:30;s:27:"woocommerce/woocommerce.php";i:31;s:41:"wordpress-importer/wordpress-importer.php";i:32;s:27:"wp-super-cache/wp-cache.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', 'a:2:{i:0;s:89:"/home/zhenpenn/public_html/seis.my/feelgroup/wp-content/themes/monstroid2-child/style.css";i:2;s:0:"";}', 'no'),
(40, 'template', 'monstroid2', 'yes'),
(41, 'stylesheet', 'monstroid2-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', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', '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:2:{i:0;i:172;i:1;i:181;}', 'yes'),
(81, 'uninstall_plugins', 'a:4:{s:37:"cherry-socialize/cherry-socialize.php";a:2:{i:0;s:16:"Cherry_Socialize";i:1;s:9:"uninstall";}s:31:"tm-photo-gallery/tm-gallery.php";a:2:{i:0;s:16:"TM_Photo_Gallery";i:1;s:12:"on_uninstall";}s:27:"wp-super-cache/wp-cache.php";s:22:"wpsupercache_uninstall";s:33:"instagram-feed/instagram-feed.php";s:22:"sb_instagram_uninstall";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '290', 'yes'),
(84, 'page_on_front', '184', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '1261', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wpag_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:115:{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:10:"copy_posts";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:10:"copy_posts";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'),
(705, 'widget_woocommerce_image_product_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(689, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(690, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(691, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(692, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(693, 'widget_search', 'a:2:{i:1;a:1:{s:5:"title";s:6:"Search";}s:12:"_multiwidget";i:1;}', 'yes'),
(694, 'widget_text', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(695, 'widget_categories', 'a:2:{i:1;a:4:{s:5:"title";s:10:"Categories";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(696, 'widget_rss', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(697, 'widget_tag_cloud', 'a:2:{i:1;a:2:{s:5:"title";s:4:"Tags";s:8:"taxonomy";s:8:"post_tag";}s:12:"_multiwidget";i:1;}', 'yes'),
(698, 'widget_nav_menu', 'a:2:{i:1;a:2:{s:5:"title";s:10:"Navigation";s:8:"nav_menu";i:26;}s:12:"_multiwidget";i:1;}', 'yes'),
(699, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(700, 'widget_tm_woo_ajax_filters', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(701, 'widget___tm_products_carousel_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(702, 'widget___tm_products_smart_box_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(703, 'widget___tm_banners_grid_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(704, 'widget___tm_custom_menu_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'cron', 'a:9:{i:1529406053;a:1:{s:32:"woocommerce_cancel_unpaid_orders";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1529406254;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1529426987;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:1529440632;a:3:{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;}}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:1529452800;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:1529465015;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:1529484031;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:1530403200;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:1523896576;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'),
(123, 'can_compress_scripts', '0', 'no'),
(192, 'tm_dashboard_tracker_last_send', '1523897140', 'yes'),
(3174, '_site_transient_timeout_theme_roots', '1529404538', 'no'),
(3175, '_site_transient_theme_roots', 'a:5:{s:16:"monstroid2-child";s:7:"/themes";s:10:"monstroid2";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";}', 'no'),
(155, 'verified_themes', 'a:1:{s:10:"monstroid2";a:6:{s:4:"slug";s:10:"monstroid2";s:7:"version";s:5:"1.3.2";s:6:"verify";b:1;s:6:"update";s:5:"1.3.2";s:10:"product-id";s:5:"62222";s:8:"order-id";s:20:"I0EeZrfuNVigP7Gel08E";}}', 'yes'),
(2383, '_transient_timeout_wc_report_sales_by_date', '1529417540', 'no'),
(2384, '_transient_wc_report_sales_by_date', 'a:80:{s:32:"1b54bc2fca1318450cc8afc789bb3cce";a:0:{}s:32:"1c945874968cc7a6e14641e37fa89697";a:0:{}s:32:"6d535c7aab4be88bf5e9d9710015743f";a:0:{}s:32:"e6da310ee6b15318d8e493272d06338c";N;s:32:"efe0d775044a6d79954f9ea9014e41a8";a:0:{}s:32:"17a05f18b81a04d10c3080abef0b991b";a:0:{}s:32:"4cb67a1b4d45eb0a5672b87d816273af";a:0:{}s:32:"7a86360c34be129dff4914a8398e1ab0";a:0:{}s:32:"371506fe77a58a729eed238a5a804fad";a:0:{}s:32:"34e7b27a96783038cbfe285859c08947";a:0:{}s:32:"e41b1bb55ad8223c3d890db5e58b4e28";a:0:{}s:32:"edd0727b6b026b885981e823986d5682";N;s:32:"abf30a93769ab4aad5f0a745eca24e94";a:0:{}s:32:"344b1158bf1d4203591126ff5622f5e7";a:0:{}s:32:"b3cf79e080923f804209d5ea99612fb0";a:0:{}s:32:"12ff4848f65d22ada070f3e82aaeec0d";a:0:{}s:32:"aed65aa2ba92f4403b9dcdfca03235ae";a:0:{}s:32:"6eec18538548ff2fbb75552d3521e043";a:0:{}s:32:"9f226a98c40da30b4da00692db550912";a:0:{}s:32:"dc4b549f6ee9c1b71913634c03674dac";N;s:32:"173b9da9710f825644ac92a6953ce871";a:0:{}s:32:"52a4830530f25e9dbc09f28be866db6c";a:0:{}s:32:"1f6063846cd416ce339090f254ac4c33";a:0:{}s:32:"802a66aa3d3ce9b5af8808671be148de";a:0:{}s:32:"4cdb1de67aea18169609f547a0fdce91";a:0:{}s:32:"121523b7ab10542af7a6975e7a18dd93";a:0:{}s:32:"f059f7cf87047a89e086aeebb3b34a73";a:0:{}s:32:"817a97c3ecc60e2da6c355125a64d799";N;s:32:"422db4d224fe3282cae1800a9d08166b";a:0:{}s:32:"5a7201db86718598386ab6b5b6cdec8e";a:0:{}s:32:"4fca5eabd12f4f34c452dbb597b7d653";a:0:{}s:32:"fe47ba02d4eddb8833a8e18a8ecf6fcb";a:0:{}s:32:"39b5ce9291da87e553f2f08c18a7dc67";a:0:{}s:32:"aeedb174a17adb8e094dcc643c3783d4";a:0:{}s:32:"cbad99db53d8f0c86db4aee577c83864";a:0:{}s:32:"a36a6aa292b411e1ebb1f92f97e3d471";N;s:32:"3ffcaa5888ee1180b2cf884715ba9ba0";a:0:{}s:32:"562f3e11890299b07fbe0f5304cc2f83";a:0:{}s:32:"a58b9e51cfbbee43c5c7371c92ba41ad";a:0:{}s:32:"c1358605743b029c7999fc6415100ba6";a:0:{}s:32:"07de87f363bb2cdc54c3adb121266e92";a:0:{}s:32:"01cfbfb93dac0aea46696bf4885cfb3b";a:0:{}s:32:"89daf7dcfb8e4636d35d162d815b8a2a";a:0:{}s:32:"f87583f67322ec2a2bdc9375f975cd9b";N;s:32:"41e5f605260a397a5b88f37290124805";a:0:{}s:32:"b3b371e313bb464e9de3b895ab79a5bf";a:0:{}s:32:"a4aa903c1665b815ec044df22513843d";a:0:{}s:32:"08c7471a7a551e8b6f03066b1d58702e";a:0:{}s:32:"ed9589be24ff10aa2101eb8c329c6196";a:0:{}s:32:"b0bcbaceb7aa38aec1734e7850836c39";a:0:{}s:32:"c5d27f15e30f5e4ed53ef30b07304a48";a:0:{}s:32:"b527a6d6005ddc44cb46683f126b5a01";N;s:32:"6f1a0df6a22ab27140982dc7c6401b4d";a:0:{}s:32:"a0395fbfe7fb6a7d01f15cd7e4627418";a:0:{}s:32:"38f4ccab449d4adf459018f5e538d2d7";a:0:{}s:32:"0d527f1e1ec78181e9803f6371aa287c";a:0:{}s:32:"507e2ecd2f95e2370ca02b0225dfa68b";a:0:{}s:32:"855ce6c98175fc4547765b69dc180893";a:0:{}s:32:"71c30439b438c42239eb0ac43b6acbee";a:0:{}s:32:"c88c1f3643b5fc9d001fa9eccd1d1a65";N;s:32:"6c01538c164224b13ab1793de47a2efd";a:0:{}s:32:"1d4218ff078388fc6e352f17be9d5ef8";a:0:{}s:32:"564227436bb20c1182c3d985ad2848f1";a:0:{}s:32:"bb4fc246ab056393038c1fc770a79cf5";a:0:{}s:32:"16b1ae64b1e52312eac1f50d70886e43";a:0:{}s:32:"ba756aa1d558fd6ae8c18044b7037535";a:0:{}s:32:"9d7e516e33a73cd875b4dc82b139f29a";a:0:{}s:32:"48de57b43ca4903e4805bf1fb00e1ad8";N;s:32:"004c5766bc525cfcfb52034f899b9f0c";a:0:{}s:32:"89c53bca8eca2458d8547c4da6179745";a:0:{}s:32:"b8afb8fe50e6d735fbc271ceafcea75a";a:0:{}s:32:"5f13240529fc8a47f024aca648c6dc6c";a:0:{}s:32:"bc55b82bd50e5962b642d0ef286fc29d";a:0:{}s:32:"0736bd451b5b22038d17c6ba6ab881db";a:0:{}s:32:"3b964ceee4a1cf3b52831e8703460b3a";a:0:{}s:32:"5dc3b198b76b99af4c2d65851d070dd2";N;s:32:"13a18875a9d72ad9e6f4d3531a5217f7";a:0:{}s:32:"974a31261cc4457374a2e7cb8f601281";a:0:{}s:32:"4837fe3712e17df00ddbd506e02204cf";a:0:{}s:32:"00902b8ab8561d39b1c0d4df58dae808";a:0:{}}', 'no'),
(2885, '_site_transient_timeout_browser_ea89ef5692ce55ae46acc5856130a45d', '1529921905', 'no'),
(2886, '_site_transient_browser_ea89ef5692ce55ae46acc5856130a45d', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.87";s:8:"platform";s:7:"Android";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:1;}', 'no'),
(2887, '_transient_timeout_wc_admin_report', '1529403505', 'no'),
(2888, '_transient_wc_admin_report', 'a:1:{s:32:"e23562515dd37a710331ca75827a373f";a:0:{}}', 'no'),
(1170, '_transient_wc_attribute_taxonomies', 'a:2:{i:0;O:8:"stdClass":6:{s:12:"attribute_id";s:1:"1";s:14:"attribute_name";s:5:"color";s:15:"attribute_label";s:5:"color";s:14:"attribute_type";s:6:"select";s:17:"attribute_orderby";s:10:"menu_order";s:16:"attribute_public";s:1:"0";}i:1;O:8:"stdClass":6:{s:12:"attribute_id";s:1:"2";s:14:"attribute_name";s:4:"size";s:15:"attribute_label";s:4:"size";s:14:"attribute_type";s:6:"select";s:17:"attribute_orderby";s:10:"menu_order";s:16:"attribute_public";s:1:"0";}}', 'yes'),
(1628, '_transient_timeout_wc_low_stock_count', '1530344771', 'no'),
(1629, '_transient_wc_low_stock_count', '0', 'no'),
(1630, '_transient_timeout_wc_outofstock_count', '1530344771', 'no'),
(1631, '_transient_wc_outofstock_count', '0', 'no'),
(1539, 'ztb_status_message', '2', 'yes'),
(1540, 'ztb_source', '', 'yes'),
(1541, 'ztb_id', '367064', 'yes'),
(1542, 'ztb_domainid', 'f04c4e239ddc8d4186ba7999046a318e', 'yes'),
(1543, 'ztb_email', 'kezn.teh@seis.my', 'yes'),
(1544, 'access_key', '', 'yes'),
(1545, 'ztb_access_key', '13a2284b6cb9aba7f13dc593524d56589d1de19b31c42ea2ad5056e47768c6b19155eed3e3cffea4cd1d6c573ee947a45110b1e792490cd9069c560c6f5b51410baaf64bc1f0e9d810500b617eccaa0dd751e6165f4663e128c8eb69d0977e5bf4cc310779816096d4e4a7ac1c436fea63e7667e379b233918d2b3150420a3ff', 'yes'),
(1546, 'ztb_status_disconnect', '1', 'yes'),
(977, 'sbi_rating_notice', 'pending', 'yes'),
(988, 'wdi_first_user_username', 'kezn_teh', 'yes'),
(989, 'wdi_sample_feed_id', '1', 'yes'),
(990, 'wdi_sample_feed_post_id', '672', 'yes'),
(991, 'wdi_sample_feed_post_url', '1', 'yes'),
(3162, 'cherry_customiser_fonts_standard', 'a:17:{i:0;a:5:{s:4:"kind";s:27:"standartfonts#standartfonts";s:6:"family";s:16:"Arial, Helvetica";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:1;a:5:{s:4:"kind";s:27:"standartfonts#standartfonts";s:6:"family";s:19:"Arial Black, Gadget";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:2;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:17:"Bookman Old Style";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:3;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:13:"Comic Sans MS";s:8:"category";s:7:"cursive";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:4;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:7:"Courier";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:5;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:8:"Garamond";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:6;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:7:"Georgia";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:7;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:16:"Impact, Charcoal";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:8;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:22:"Lucida Console, Monaco";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:9;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:34:"Lucida Sans Unicode, Lucida Grande";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:10;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:21:"MS Sans Serif, Geneva";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:11;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:18:"MS Serif, New York";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:12;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:41:"Palatino Linotype, Book Antiqua, Palatino";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:13;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:14:"Tahoma, Geneva";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:14;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:22:"Times New Roman, Times";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:15;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:23:"Trebuchet MS, Helvetica";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}i:16;a:5:{s:4:"kind";s:26:"standartfonts#standartfont";s:6:"family";s:15:"Verdana, Geneva";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}}}', 'yes');
INSERT INTO `wpag_options` VALUES
(3170, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1529399327;s:7:"checked";a:39:{s:19:"akismet/akismet.php";s:5:"4.0.3";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:4:"6.70";s:45:"cherry-data-importer/cherry-data-importer.php";s:5:"1.1.2";s:51:"cherry-ld-mods-switcher/cherry-ld-mods-switcher.php";s:3:"1.1";s:45:"cherry-plugin-wizard/cherry-plugin-wizard.php";s:5:"1.0.0";s:35:"cherry-projects/cherry-projects.php";s:6:"1.2.11";s:31:"cherry-search/cherry-search.php";s:7:"1.1.4.1";s:45:"cherry-services-list/cherry-services-list.php";s:5:"1.4.6";s:35:"cherry-sidebars/cherry-sidebars.php";s:7:"1.1.2.4";s:37:"cherry-socialize/cherry-socialize.php";s:5:"1.1.2";s:43:"cherry-team-members/cherry-team-members.php";s:5:"1.4.5";s:29:"cherry-testi/testimonials.php";s:7:"1.1.0.5";s:43:"cherry-theme-wizard/cherry-theme-wizard.php";s:5:"1.0.0";s:47:"cherry-trending-posts/cherry-trending-posts.php";s:5:"1.0.1";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"5.0.1";s:51:"contact-form-7-mailchimp-extension_/cf7-mch-ext.php";s:6:"0.4.50";s:33:"duplicate-menu/duplicate-menu.php";s:5:"0.2.1";s:33:"duplicate-post/duplicate-post.php";s:5:"3.2.2";s:49:"fb-messenger-live-chat/fb-messenger-live-chat.php";s:5:"1.4.0";s:9:"hello.php";s:3:"1.7";s:29:"tm-dashboard/tm-dashboard.php";s:5:"1.1.0";s:37:"mailchimp-for-wp/mailchimp-for-wp.php";s:5:"4.2.1";s:21:"megamenu/megamenu.php";s:5:"2.4.2";s:53:"power-builder-integrator/power-builder-integrator.php";s:6:"1.0.13";s:35:"power-builder/power-builder-upd.php";s:5:"1.4.0";s:40:"quick-remove-menu-item/Pl_removemenu.php";s:3:"0.1";s:37:"scroll-to-anchor/scroll-to-anchor.php";s:7:"0.4.3.1";s:29:"tm-mega-menu/tm-mega-menu.php";s:5:"1.1.4";s:31:"tm-photo-gallery/tm-gallery.php";s:5:"1.1.2";s:39:"tm-style-switcher/tm-style-switcher.php";s:5:"1.0.4";s:27:"tm-timeline/tm-timeline.php";s:5:"1.1.1";s:59:"tm-woocommerce-ajax-filters/tm-woocommerce-ajax-filters.php";s:5:"1.0.0";s:67:"tm-woocommerce-compare-wishlist/tm-woocommerce-compare-wishlist.php";s:5:"1.1.7";s:49:"tm-woocommerce-package/tm-woocommerce-package.php";s:5:"1.3.2";s:39:"wd-instagram-feed/wd-instagram-feed.php";s:6:"1.2.19";s:27:"woocommerce/woocommerce.php";s:5:"3.3.5";s:48:"woocommerce-social-media-share-buttons/index.php";s:5:"1.3.0";s:41:"wordpress-importer/wordpress-importer.php";s:5:"0.6.4";s:27:"wp-super-cache/wp-cache.php";s:5:"1.5.9";}s:8:"response";a:8:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{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.7";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.0.7.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:6:"tested";s:5:"4.9.6";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"cherry-socialize/cherry-socialize.php";O:8:"stdClass":12:{s:2:"id";s:30:"w.org/plugins/cherry-socialize";s:4:"slug";s:16:"cherry-socialize";s:6:"plugin";s:37:"cherry-socialize/cherry-socialize.php";s:11:"new_version";s:5:"1.1.3";s:3:"url";s:47:"https://wordpress.org/plugins/cherry-socialize/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/cherry-socialize.1.1.3.zip";s:5:"icons";a:2:{s:2:"2x";s:69:"https://ps.w.org/cherry-socialize/assets/icon-256x256.png?rev=1647179";s:2:"1x";s:69:"https://ps.w.org/cherry-socialize/assets/icon-128x128.png?rev=1647179";}s:7:"banners";a:1:{s:2:"1x";s:71:"https://ps.w.org/cherry-socialize/assets/banner-772x250.png?rev=1647179";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.5";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":12:{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.2";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.2.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:6:"tested";s:5:"4.9.6";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:49:"fb-messenger-live-chat/fb-messenger-live-chat.php";O:8:"stdClass":12:{s:2:"id";s:36:"w.org/plugins/fb-messenger-live-chat";s:4:"slug";s:22:"fb-messenger-live-chat";s:6:"plugin";s:49:"fb-messenger-live-chat/fb-messenger-live-chat.php";s:11:"new_version";s:5:"1.4.1";s:3:"url";s:53:"https://wordpress.org/plugins/fb-messenger-live-chat/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/fb-messenger-live-chat.zip";s:5:"icons";a:2:{s:2:"2x";s:75:"https://ps.w.org/fb-messenger-live-chat/assets/icon-256x256.png?rev=1533505";s:2:"1x";s:75:"https://ps.w.org/fb-messenger-live-chat/assets/icon-128x128.png?rev=1533505";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.6";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:37:"mailchimp-for-wp/mailchimp-for-wp.php";O:8:"stdClass":12:{s:2:"id";s:30:"w.org/plugins/mailchimp-for-wp";s:4:"slug";s:16:"mailchimp-for-wp";s:6:"plugin";s:37:"mailchimp-for-wp/mailchimp-for-wp.php";s:11:"new_version";s:5:"4.2.3";s:3:"url";s:47:"https://wordpress.org/plugins/mailchimp-for-wp/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.2.3.zip";s:5:"icons";a:2:{s:2:"2x";s:69:"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577";s:2:"1x";s:69:"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577";}s:7:"banners";a:1:{s:2:"1x";s:71:"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.6";s:12:"requires_php";s:5:"5.2.4";s:13:"compatibility";O:8:"stdClass":0:{}}s:39:"wd-instagram-feed/wd-instagram-feed.php";O:8:"stdClass":12:{s:2:"id";s:31:"w.org/plugins/wd-instagram-feed";s:4:"slug";s:17:"wd-instagram-feed";s:6:"plugin";s:39:"wd-instagram-feed/wd-instagram-feed.php";s:11:"new_version";s:5:"1.3.3";s:3:"url";s:48:"https://wordpress.org/plugins/wd-instagram-feed/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/wd-instagram-feed.1.3.3.zip";s:5:"icons";a:1:{s:2:"1x";s:70:"https://ps.w.org/wd-instagram-feed/assets/icon-128x128.png?rev=1524009";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/wd-instagram-feed/assets/banner-772x250.jpg?rev=1524009";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.6";s:12:"requires_php";s:3:"5.2";s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"woocommerce/woocommerce.php";O:8:"stdClass":12:{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.4.2";s:3:"url";s:42:"https://wordpress.org/plugins/woocommerce/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.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:6:"tested";s:5:"4.9.6";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"wp-super-cache/wp-cache.php";O:8:"stdClass":12:{s:2:"id";s:28:"w.org/plugins/wp-super-cache";s:4:"slug";s:14:"wp-super-cache";s:6:"plugin";s:27:"wp-super-cache/wp-cache.php";s:11:"new_version";s:5:"1.6.1";s:3:"url";s:45:"https://wordpress.org/plugins/wp-super-cache/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/wp-super-cache.1.6.1.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422";s:2:"1x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414";s:2:"1x";s:69:"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"4.9.6";s:12:"requires_php";s:5:"5.2.4";s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:22:{s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";O:8:"stdClass":9:{s:2:"id";s:37:"w.org/plugins/all-in-one-wp-migration";s:4:"slug";s:23:"all-in-one-wp-migration";s:6:"plugin";s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";s:11:"new_version";s:4:"6.70";s:3:"url";s:54:"https://wordpress.org/plugins/all-in-one-wp-migration/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.70.zip";s:5:"icons";a:2:{s:2:"2x";s:76:"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=1268186";s:2:"1x";s:76:"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=1268186";}s:7:"banners";a:2:{s:2:"2x";s:79:"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=1876524";s:2:"1x";s:78:"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=1876524";}s:11:"banners_rtl";a:0:{}}s:35:"cherry-projects/cherry-projects.php";O:8:"stdClass":9:{s:2:"id";s:29:"w.org/plugins/cherry-projects";s:4:"slug";s:15:"cherry-projects";s:6:"plugin";s:35:"cherry-projects/cherry-projects.php";s:11:"new_version";s:6:"1.2.11";s:3:"url";s:46:"https://wordpress.org/plugins/cherry-projects/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/cherry-projects.1.2.11.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/cherry-projects/assets/icon-256x256.png?rev=1481400";s:2:"1x";s:68:"https://ps.w.org/cherry-projects/assets/icon-128x128.png?rev=1481400";}s:7:"banners";a:1:{s:2:"1x";s:70:"https://ps.w.org/cherry-projects/assets/banner-772x250.png?rev=1481400";}s:11:"banners_rtl";a:0:{}}s:31:"cherry-search/cherry-search.php";O:8:"stdClass":9:{s:2:"id";s:27:"w.org/plugins/cherry-search";s:4:"slug";s:13:"cherry-search";s:6:"plugin";s:31:"cherry-search/cherry-search.php";s:11:"new_version";s:7:"1.1.4.1";s:3:"url";s:44:"https://wordpress.org/plugins/cherry-search/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/cherry-search.1.1.4.1.zip";s:5:"icons";a:2:{s:2:"2x";s:66:"https://ps.w.org/cherry-search/assets/icon-256x256.png?rev=1536315";s:2:"1x";s:66:"https://ps.w.org/cherry-search/assets/icon-128x128.png?rev=1536315";}s:7:"banners";a:1:{s:2:"1x";s:68:"https://ps.w.org/cherry-search/assets/banner-772x250.png?rev=1536346";}s:11:"banners_rtl";a:0:{}}s:45:"cherry-services-list/cherry-services-list.php";O:8:"stdClass":9:{s:2:"id";s:34:"w.org/plugins/cherry-services-list";s:4:"slug";s:20:"cherry-services-list";s:6:"plugin";s:45:"cherry-services-list/cherry-services-list.php";s:11:"new_version";s:5:"1.4.6";s:3:"url";s:51:"https://wordpress.org/plugins/cherry-services-list/";s:7:"package";s:69:"https://downloads.wordpress.org/plugin/cherry-services-list.1.4.6.zip";s:5:"icons";a:2:{s:2:"2x";s:73:"https://ps.w.org/cherry-services-list/assets/icon-256x256.png?rev=1520874";s:2:"1x";s:73:"https://ps.w.org/cherry-services-list/assets/icon-128x128.png?rev=1520874";}s:7:"banners";a:1:{s:2:"1x";s:75:"https://ps.w.org/cherry-services-list/assets/banner-772x250.png?rev=1520874";}s:11:"banners_rtl";a:0:{}}s:35:"cherry-sidebars/cherry-sidebars.php";O:8:"stdClass":9:{s:2:"id";s:29:"w.org/plugins/cherry-sidebars";s:4:"slug";s:15:"cherry-sidebars";s:6:"plugin";s:35:"cherry-sidebars/cherry-sidebars.php";s:11:"new_version";s:7:"1.1.2.4";s:3:"url";s:46:"https://wordpress.org/plugins/cherry-sidebars/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/cherry-sidebars.1.1.2.4.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/cherry-sidebars/assets/icon-256x256.png?rev=1535627";s:2:"1x";s:68:"https://ps.w.org/cherry-sidebars/assets/icon-128x128.png?rev=1535627";}s:7:"banners";a:1:{s:2:"1x";s:70:"https://ps.w.org/cherry-sidebars/assets/banner-772x250.png?rev=1535627";}s:11:"banners_rtl";a:0:{}}s:43:"cherry-team-members/cherry-team-members.php";O:8:"stdClass":9:{s:2:"id";s:33:"w.org/plugins/cherry-team-members";s:4:"slug";s:19:"cherry-team-members";s:6:"plugin";s:43:"cherry-team-members/cherry-team-members.php";s:11:"new_version";s:5:"1.4.5";s:3:"url";s:50:"https://wordpress.org/plugins/cherry-team-members/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/cherry-team-members.1.4.5.zip";s:5:"icons";a:2:{s:2:"2x";s:72:"https://ps.w.org/cherry-team-members/assets/icon-256x256.png?rev=1474753";s:2:"1x";s:72:"https://ps.w.org/cherry-team-members/assets/icon-128x128.png?rev=1474753";}s:7:"banners";a:1:{s:2:"1x";s:74:"https://ps.w.org/cherry-team-members/assets/banner-772x250.png?rev=1474753";}s:11:"banners_rtl";a:0:{}}s:29:"cherry-testi/testimonials.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/cherry-testi";s:4:"slug";s:12:"cherry-testi";s:6:"plugin";s:29:"cherry-testi/testimonials.php";s:11:"new_version";s:7:"1.1.0.5";s:3:"url";s:43:"https://wordpress.org/plugins/cherry-testi/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/cherry-testi.1.1.0.5.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/cherry-testi/assets/icon-256x256.png?rev=1534882";s:2:"1x";s:65:"https://ps.w.org/cherry-testi/assets/icon-128x128.png?rev=1534882";}s:7:"banners";a:1:{s:2:"1x";s:67:"https://ps.w.org/cherry-testi/assets/banner-772x250.png?rev=1534882";}s:11:"banners_rtl";a:0:{}}s:47:"cherry-trending-posts/cherry-trending-posts.php";O:8:"stdClass":9:{s:2:"id";s:35:"w.org/plugins/cherry-trending-posts";s:4:"slug";s:21:"cherry-trending-posts";s:6:"plugin";s:47:"cherry-trending-posts/cherry-trending-posts.php";s:11:"new_version";s:5:"1.0.1";s:3:"url";s:52:"https://wordpress.org/plugins/cherry-trending-posts/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/cherry-trending-posts.1.0.1.zip";s:5:"icons";a:2:{s:2:"2x";s:74:"https://ps.w.org/cherry-trending-posts/assets/icon-256x256.png?rev=1536274";s:2:"1x";s:74:"https://ps.w.org/cherry-trending-posts/assets/icon-128x128.png?rev=1536274";}s:7:"banners";a:1:{s:2:"1x";s:76:"https://ps.w.org/cherry-trending-posts/assets/banner-772x250.png?rev=1536274";}s:11:"banners_rtl";a:0:{}}s:51:"contact-form-7-mailchimp-extension_/cf7-mch-ext.php";O:8:"stdClass":9:{s:2:"id";s:48:"w.org/plugins/contact-form-7-mailchimp-extension";s:4:"slug";s:34:"contact-form-7-mailchimp-extension";s:6:"plugin";s:51:"contact-form-7-mailchimp-extension_/cf7-mch-ext.php";s:11:"new_version";s:6:"0.4.50";s:3:"url";s:65:"https://wordpress.org/plugins/contact-form-7-mailchimp-extension/";s:7:"package";s:77:"https://downloads.wordpress.org/plugin/contact-form-7-mailchimp-extension.zip";s:5:"icons";a:2:{s:2:"2x";s:87:"https://ps.w.org/contact-form-7-mailchimp-extension/assets/icon-256x256.png?rev=1072113";s:2:"1x";s:87:"https://ps.w.org/contact-form-7-mailchimp-extension/assets/icon-128x128.png?rev=1072113";}s:7:"banners";a:2:{s:2:"2x";s:90:"https://ps.w.org/contact-form-7-mailchimp-extension/assets/banner-1544x500.png?rev=1072092";s:2:"1x";s:89:"https://ps.w.org/contact-form-7-mailchimp-extension/assets/banner-772x250.png?rev=1625715";}s:11:"banners_rtl";a:0:{}}s:33:"duplicate-menu/duplicate-menu.php";O:8:"stdClass":9:{s:2:"id";s:28:"w.org/plugins/duplicate-menu";s:4:"slug";s:14:"duplicate-menu";s:6:"plugin";s:33:"duplicate-menu/duplicate-menu.php";s:11:"new_version";s:5:"0.2.1";s:3:"url";s:45:"https://wordpress.org/plugins/duplicate-menu/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/duplicate-menu.0.2.1.zip";s:5:"icons";a:1:{s:7:"default";s:58:"https://s.w.org/plugins/geopattern-icon/duplicate-menu.svg";}s:7:"banners";a:0:{}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: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:21:"megamenu/megamenu.php";O:8:"stdClass":9:{s:2:"id";s:22:"w.org/plugins/megamenu";s:4:"slug";s:8:"megamenu";s:6:"plugin";s:21:"megamenu/megamenu.php";s:11:"new_version";s:5:"2.4.2";s:3:"url";s:39:"https://wordpress.org/plugins/megamenu/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/megamenu.2.4.2.zip";s:5:"icons";a:1:{s:2:"1x";s:61:"https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843";}s:7:"banners";a:1:{s:2:"1x";s:63:"https://ps.w.org/megamenu/assets/banner-772x250.png?rev=1489840";}s:11:"banners_rtl";a:0:{}}s:40:"quick-remove-menu-item/Pl_removemenu.php";O:8:"stdClass":9:{s:2:"id";s:36:"w.org/plugins/quick-remove-menu-item";s:4:"slug";s:22:"quick-remove-menu-item";s:6:"plugin";s:40:"quick-remove-menu-item/Pl_removemenu.php";s:11:"new_version";s:3:"0.1";s:3:"url";s:53:"https://wordpress.org/plugins/quick-remove-menu-item/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/quick-remove-menu-item.zip";s:5:"icons";a:1:{s:7:"default";s:66:"https://s.w.org/plugins/geopattern-icon/quick-remove-menu-item.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:37:"scroll-to-anchor/scroll-to-anchor.php";O:8:"stdClass":9:{s:2:"id";s:30:"w.org/plugins/scroll-to-anchor";s:4:"slug";s:16:"scroll-to-anchor";s:6:"plugin";s:37:"scroll-to-anchor/scroll-to-anchor.php";s:11:"new_version";s:7:"0.4.3.1";s:3:"url";s:47:"https://wordpress.org/plugins/scroll-to-anchor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/scroll-to-anchor.zip";s:5:"icons";a:3:{s:2:"2x";s:69:"https://ps.w.org/scroll-to-anchor/assets/icon-256x256.png?rev=1348779";s:2:"1x";s:61:"https://ps.w.org/scroll-to-anchor/assets/icon.svg?rev=1348779";s:3:"svg";s:61:"https://ps.w.org/scroll-to-anchor/assets/icon.svg?rev=1348779";}s:7:"banners";a:2:{s:2:"2x";s:72:"https://ps.w.org/scroll-to-anchor/assets/banner-1544x500.png?rev=1348779";s:2:"1x";s:71:"https://ps.w.org/scroll-to-anchor/assets/banner-772x250.png?rev=1348779";}s:11:"banners_rtl";a:0:{}}s:31:"tm-photo-gallery/tm-gallery.php";O:8:"stdClass":9:{s:2:"id";s:30:"w.org/plugins/tm-photo-gallery";s:4:"slug";s:16:"tm-photo-gallery";s:6:"plugin";s:31:"tm-photo-gallery/tm-gallery.php";s:11:"new_version";s:5:"1.1.2";s:3:"url";s:47:"https://wordpress.org/plugins/tm-photo-gallery/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/tm-photo-gallery.1.1.2.zip";s:5:"icons";a:2:{s:2:"2x";s:69:"https://ps.w.org/tm-photo-gallery/assets/icon-256x256.png?rev=1555399";s:2:"1x";s:69:"https://ps.w.org/tm-photo-gallery/assets/icon-128x128.png?rev=1555399";}s:7:"banners";a:1:{s:2:"1x";s:71:"https://ps.w.org/tm-photo-gallery/assets/banner-772x250.png?rev=1555399";}s:11:"banners_rtl";a:0:{}}s:39:"tm-style-switcher/tm-style-switcher.php";O:8:"stdClass":9:{s:2:"id";s:31:"w.org/plugins/tm-style-switcher";s:4:"slug";s:17:"tm-style-switcher";s:6:"plugin";s:39:"tm-style-switcher/tm-style-switcher.php";s:11:"new_version";s:5:"1.0.4";s:3:"url";s:48:"https://wordpress.org/plugins/tm-style-switcher/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/tm-style-switcher.1.0.4.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/tm-style-switcher/assets/icon-256x256.png?rev=1576292";s:2:"1x";s:70:"https://ps.w.org/tm-style-switcher/assets/icon-128x128.png?rev=1576292";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/tm-style-switcher/assets/banner-772x250.png?rev=1576292";}s:11:"banners_rtl";a:0:{}}s:27:"tm-timeline/tm-timeline.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/tm-timeline";s:4:"slug";s:11:"tm-timeline";s:6:"plugin";s:27:"tm-timeline/tm-timeline.php";s:11:"new_version";s:5:"1.1.1";s:3:"url";s:42:"https://wordpress.org/plugins/tm-timeline/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/tm-timeline.1.1.1.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/tm-timeline/assets/icon-256x256.jpg?rev=1460088";s:2:"1x";s:64:"https://ps.w.org/tm-timeline/assets/icon-128x128.jpg?rev=1460088";}s:7:"banners";a:1:{s:2:"1x";s:66:"https://ps.w.org/tm-timeline/assets/banner-772x250.jpg?rev=1460088";}s:11:"banners_rtl";a:0:{}}s:67:"tm-woocommerce-compare-wishlist/tm-woocommerce-compare-wishlist.php";O:8:"stdClass":9:{s:2:"id";s:45:"w.org/plugins/tm-woocommerce-compare-wishlist";s:4:"slug";s:31:"tm-woocommerce-compare-wishlist";s:6:"plugin";s:67:"tm-woocommerce-compare-wishlist/tm-woocommerce-compare-wishlist.php";s:11:"new_version";s:5:"1.1.7";s:3:"url";s:62:"https://wordpress.org/plugins/tm-woocommerce-compare-wishlist/";s:7:"package";s:80:"https://downloads.wordpress.org/plugin/tm-woocommerce-compare-wishlist.1.1.7.zip";s:5:"icons";a:2:{s:2:"2x";s:84:"https://ps.w.org/tm-woocommerce-compare-wishlist/assets/icon-256x256.png?rev=1487828";s:2:"1x";s:84:"https://ps.w.org/tm-woocommerce-compare-wishlist/assets/icon-128x128.png?rev=1487828";}s:7:"banners";a:1:{s:2:"1x";s:86:"https://ps.w.org/tm-woocommerce-compare-wishlist/assets/banner-772x250.png?rev=1487828";}s:11:"banners_rtl";a:0:{}}s:49:"tm-woocommerce-package/tm-woocommerce-package.php";O:8:"stdClass":9:{s:2:"id";s:36:"w.org/plugins/tm-woocommerce-package";s:4:"slug";s:22:"tm-woocommerce-package";s:6:"plugin";s:49:"tm-woocommerce-package/tm-woocommerce-package.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:53:"https://wordpress.org/plugins/tm-woocommerce-package/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/tm-woocommerce-package.1.3.2.zip";s:5:"icons";a:2:{s:2:"2x";s:75:"https://ps.w.org/tm-woocommerce-package/assets/icon-256x256.png?rev=1384175";s:2:"1x";s:75:"https://ps.w.org/tm-woocommerce-package/assets/icon-128x128.png?rev=1384175";}s:7:"banners";a:1:{s:2:"1x";s:77:"https://ps.w.org/tm-woocommerce-package/assets/banner-772x250.png?rev=1384333";}s:11:"banners_rtl";a:0:{}}s:48:"woocommerce-social-media-share-buttons/index.php";O:8:"stdClass":9:{s:2:"id";s:52:"w.org/plugins/woocommerce-social-media-share-buttons";s:4:"slug";s:38:"woocommerce-social-media-share-buttons";s:6:"plugin";s:48:"woocommerce-social-media-share-buttons/index.php";s:11:"new_version";s:5:"1.3.0";s:3:"url";s:69:"https://wordpress.org/plugins/woocommerce-social-media-share-buttons/";s:7:"package";s:81:"https://downloads.wordpress.org/plugin/woocommerce-social-media-share-buttons.zip";s:5:"icons";a:1:{s:2:"1x";s:91:"https://ps.w.org/woocommerce-social-media-share-buttons/assets/icon-128x128.png?rev=1175698";}s:7:"banners";a:1:{s:2:"1x";s:93:"https://ps.w.org/woocommerce-social-media-share-buttons/assets/banner-772x250.png?rev=1175683";}s:11:"banners_rtl";a:0:{}}s:41:"wordpress-importer/wordpress-importer.php";O:8:"stdClass":9:{s:2:"id";s:32:"w.org/plugins/wordpress-importer";s:4:"slug";s:18:"wordpress-importer";s:6:"plugin";s:41:"wordpress-importer/wordpress-importer.php";s:11:"new_version";s:5:"0.6.4";s:3:"url";s:49:"https://wordpress.org/plugins/wordpress-importer/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip";s:5:"icons";a:1:{s:7:"default";s:69:"https://s.w.org/plugins/geopattern-icon/wordpress-importer_5696b3.svg";}s:7:"banners";a:1:{s:2:"1x";s:72:"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(190, 'tm_dashboard_generated_key', 'bece16f228d9926e9463d9274ad2f383', 'yes'),
(148, 'recently_activated', 'a:1:{s:21:"megamenu/megamenu.php";i:1529233197;}', 'yes'),
(3160, '_transient_timeout_wc_upgrade_notice_3.4.2', '1529482654', 'no'),
(3161, '_transient_wc_upgrade_notice_3.4.2', '', 'no'),
(2382, '_site_transient_browser_143156aedca8214ce63a15cbea76913a', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.87";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(153, 'cherry-theme-wizard-installed-parent', 'a:2:{s:10:"TextDomain";s:10:"monstroid2";s:9:"ThemeName";s:10:"Monstroid2";}', 'yes'),
(156, 'current_theme', 'Monstroid2 Child', 'yes'),
(157, 'theme_mods_monstroid2', 'a:239:{s:18:"custom_css_post_id";i:-1;s:21:"tm_pb_layouts_updated";s:3:"yes";s:39:"tm_updated_layouts_built_for_post_types";s:3:"yes";s:30:"tm_pb_predefined_layouts_added";s:2:"on";s:34:"tm_pb_predefined_layouts_version_2";s:2:"on";i:0;b:0;s:12:"show_tagline";b:0;s:16:"totop_visibility";b:1;s:14:"page_preloader";b:1;s:16:"header_logo_type";s:5:"image";s:15:"header_logo_url";s:25:"%s/assets/images/logo.png";s:22:"invert_header_logo_url";s:32:"%s/assets/images/invert-logo.png";s:22:"retina_header_logo_url";N;s:23:"header_logo_font_family";s:26:"Libre Franklin, sans-serif";s:22:"header_logo_font_style";s:6:"normal";s:23:"header_logo_font_weight";s:3:"600";s:21:"header_logo_font_size";s:2:"23";s:25:"header_logo_character_set";s:5:"latin";s:23:"breadcrumbs_visibillity";b:0;s:29:"breadcrumbs_front_visibillity";b:0;s:22:"breadcrumbs_page_title";b:0;s:21:"breadcrumbs_path_type";s:4:"full";s:19:"header_social_links";b:1;s:19:"footer_social_links";b:1;s:23:"blog_post_share_buttons";b:1;s:25:"single_post_share_buttons";b:1;s:21:"header_container_type";s:9:"fullwidth";s:22:"content_container_type";s:9:"fullwidth";s:21:"footer_container_type";s:9:"fullwidth";s:15:"container_width";i:1405;s:13:"sidebar_width";s:3:"1/3";s:22:"regular_accent_color_1";s:7:"#f9b707";s:22:"regular_accent_color_2";s:7:"#000000";s:22:"regular_accent_color_3";s:7:"#333333";s:18:"regular_text_color";s:7:"#888888";s:18:"regular_link_color";s:7:"#f9b707";s:24:"regular_link_hover_color";s:7:"#000000";s:16:"regular_h1_color";s:7:"#000000";s:16:"regular_h2_color";s:7:"#000000";s:16:"regular_h3_color";s:7:"#000000";s:16:"regular_h4_color";s:7:"#333333";s:16:"regular_h5_color";s:7:"#333333";s:16:"regular_h6_color";s:7:"#333333";s:21:"invert_accent_color_1";s:7:"#f6f6f6";s:21:"invert_accent_color_2";s:7:"#ffffff";s:21:"invert_accent_color_3";s:7:"#ffffff";s:17:"invert_text_color";s:7:"#ffffff";s:17:"invert_link_color";s:7:"#ffffff";s:23:"invert_link_hover_color";s:7:"#f9b707";s:15:"invert_h1_color";s:7:"#ffffff";s:15:"invert_h2_color";s:7:"#ffffff";s:15:"invert_h3_color";s:7:"#ffffff";s:15:"invert_h4_color";s:7:"#ffffff";s:15:"invert_h5_color";s:7:"#ffffff";s:15:"invert_h6_color";s:7:"#ffffff";s:16:"body_font_family";s:16:"Lato, sans-serif";s:15:"body_font_style";s:6:"normal";s:16:"body_font_weight";s:3:"300";s:14:"body_font_size";s:2:"18";s:16:"body_line_height";d:1.6699999999999999289457264239899814128875732421875;s:19:"body_letter_spacing";s:1:"0";s:18:"body_character_set";s:5:"latin";s:15:"body_text_align";s:4:"left";s:14:"h1_font_family";s:22:"Montserrat, sans-serif";s:13:"h1_font_style";s:6:"normal";s:14:"h1_font_weight";s:3:"700";s:12:"h1_font_size";s:2:"80";s:14:"h1_line_height";d:1.3249999999999999555910790149937383830547332763671875;s:17:"h1_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h1_character_set";s:5:"latin";s:13:"h1_text_align";s:7:"inherit";s:14:"h2_font_family";s:22:"Montserrat, sans-serif";s:13:"h2_font_style";s:6:"normal";s:14:"h2_font_weight";s:3:"700";s:12:"h2_font_size";s:2:"60";s:14:"h2_line_height";s:5:"1.333";s:17:"h2_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h2_character_set";s:5:"latin";s:13:"h2_text_align";s:7:"inherit";s:14:"h3_font_family";s:22:"Montserrat, sans-serif";s:13:"h3_font_style";s:6:"normal";s:14:"h3_font_weight";s:3:"700";s:12:"h3_font_size";s:2:"40";s:14:"h3_line_height";d:1.350000000000000088817841970012523233890533447265625;s:17:"h3_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h3_character_set";s:5:"latin";s:13:"h3_text_align";s:7:"inherit";s:14:"h4_font_family";s:22:"Montserrat, sans-serif";s:13:"h4_font_style";s:6:"normal";s:14:"h4_font_weight";s:3:"700";s:12:"h4_font_size";s:2:"30";s:14:"h4_line_height";d:1.4299999999999999378275106209912337362766265869140625;s:17:"h4_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h4_character_set";s:5:"latin";s:13:"h4_text_align";s:7:"inherit";s:14:"h5_font_family";s:22:"Montserrat, sans-serif";s:13:"h5_font_style";s:6:"normal";s:14:"h5_font_weight";s:3:"400";s:12:"h5_font_size";s:2:"24";s:14:"h5_line_height";d:1.54000000000000003552713678800500929355621337890625;s:17:"h5_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h5_character_set";s:5:"latin";s:13:"h5_text_align";s:7:"inherit";s:14:"h6_font_family";s:22:"Montserrat, sans-serif";s:13:"h6_font_style";s:6:"normal";s:14:"h6_font_weight";s:3:"400";s:12:"h6_font_size";s:2:"18";s:14:"h6_line_height";d:1.8899999999999999023003738329862244427204132080078125;s:17:"h6_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h6_character_set";s:5:"latin";s:13:"h6_text_align";s:7:"inherit";s:23:"breadcrumbs_font_family";s:16:"Lato, sans-serif";s:22:"breadcrumbs_font_style";s:6:"normal";s:23:"breadcrumbs_font_weight";s:3:"300";s:21:"breadcrumbs_font_size";i:16;s:23:"breadcrumbs_line_height";d:1.625;s:26:"breadcrumbs_letter_spacing";s:1:"0";s:25:"breadcrumbs_character_set";s:5:"latin";s:16:"meta_font_family";s:16:"Lato, sans-serif";s:15:"meta_font_style";s:6:"italic";s:16:"meta_font_weight";s:3:"300";s:14:"meta_font_size";i:14;s:16:"meta_line_height";d:2.430000000000000159872115546022541821002960205078125;s:19:"meta_letter_spacing";s:1:"0";s:18:"meta_character_set";s:5:"latin";s:18:"header_layout_type";s:7:"style-4";s:25:"header_transparent_layout";b:0;s:26:"header_invert_color_scheme";b:1;s:15:"header_bg_color";s:7:"#333333";s:15:"header_bg_image";N;s:16:"header_bg_repeat";s:9:"no-repeat";s:20:"header_bg_position_x";s:6:"center";s:20:"header_bg_attachment";s:6:"scroll";s:13:"header_search";b:1;s:15:"header_btn_text";s:9:"Buy theme";s:14:"header_btn_url";s:1:"#";s:20:"top_panel_visibility";b:1;s:14:"top_panel_text";s:0:"";s:12:"top_panel_bg";s:7:"#272727";s:31:"header_contact_block_visibility";b:1;s:21:"header_contact_icon_1";s:21:"linearicon-map-marker";s:22:"header_contact_label_1";s:8:"Address:";s:21:"header_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"header_contact_icon_2";s:20:"linearicon-telephone";s:22:"header_contact_label_2";s:7:"Phones:";s:21:"header_contact_text_2";s:70:"<a href="tel:#">(800) 123-0045</a>; <a href="tel:#">(800) 123-0046</a>";s:21:"header_contact_icon_3";s:0:"";s:22:"header_contact_label_3";s:0:"";s:21:"header_contact_text_3";s:0:"";s:18:"header_menu_sticky";b:0;s:22:"header_menu_attributes";b:0;s:16:"more_button_type";s:4:"text";s:16:"more_button_text";s:4:"More";s:16:"more_button_icon";s:13:"fa-arrow-down";s:21:"more_button_image_url";s:0:"";s:28:"retina_more_button_image_url";N;s:16:"sidebar_position";s:9:"fullwidth";s:17:"mailchimp_api_key";s:37:"0fabd7822dcc3cb8547dcf9109750d92-us10";s:17:"mailchimp_list_id";s:10:"2a6603b219";s:10:"ads_header";s:0:"";s:20:"ads_home_before_loop";s:0:"";s:23:"ads_post_before_content";s:0:"";s:24:"ads_post_before_comments";s:0:"";s:15:"footer_logo_url";s:32:"%s/assets/images/footer-logo.png";s:16:"footer_copyright";s:45:"%%site-name%% © %%year%%.All Rights Reserved";s:18:"footer_layout_type";s:7:"default";s:21:"footer_widget_columns";s:1:"4";s:9:"footer_bg";s:7:"#272727";s:17:"footer_widgets_bg";s:7:"#333333";s:29:"footer_widget_area_visibility";b:1;s:22:"footer_logo_visibility";b:0;s:22:"footer_menu_visibility";b:0;s:31:"footer_contact_block_visibility";b:0;s:21:"footer_contact_icon_1";b:0;s:22:"footer_contact_label_1";s:8:"Address:";s:21:"footer_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"footer_contact_icon_2";b:0;s:22:"footer_contact_label_2";s:7:"Phones:";s:21:"footer_contact_text_2";s:70:"<a href="tel:#">(800) 123-0045</a>; <a href="tel:#">(800) 123-0046</a>";s:21:"footer_contact_icon_3";b:0;s:22:"footer_contact_label_3";s:7:"E-mail:";s:21:"footer_contact_text_3";s:40:"<a href="mailto:#">info@demolink.org</a>";s:16:"blog_layout_type";s:7:"default";s:16:"blog_sticky_type";s:4:"icon";s:16:"blog_sticky_icon";s:15:"linearicon-star";s:17:"blog_sticky_label";s:8:"Featured";s:18:"blog_posts_content";s:7:"excerpt";s:19:"blog_featured_image";s:9:"fullwidth";s:19:"blog_read_more_text";s:9:"Read more";s:16:"blog_post_author";b:1;s:22:"blog_post_publish_date";b:1;s:20:"blog_post_categories";b:1;s:14:"blog_post_tags";b:0;s:18:"blog_post_comments";b:1;s:16:"single_post_type";s:7:"default";s:18:"single_post_author";b:1;s:24:"single_post_publish_date";b:1;s:22:"single_post_categories";b:1;s:16:"single_post_tags";b:1;s:20:"single_post_comments";b:1;s:19:"single_author_block";b:1;s:22:"single_post_navigation";b:0;s:21:"related_posts_visible";b:0;s:25:"related_posts_block_title";s:12:"Latest Posts";s:19:"related_posts_count";s:1:"2";s:18:"related_posts_grid";s:1:"2";s:19:"related_posts_title";b:1;s:26:"related_posts_title_length";s:2:"10";s:19:"related_posts_image";b:1;s:21:"related_posts_content";s:4:"hide";s:28:"related_posts_content_length";s:2:"25";s:24:"related_posts_categories";b:1;s:18:"related_posts_tags";b:1;s:20:"related_posts_author";b:1;s:26:"related_posts_publish_date";b:1;s:27:"related_posts_comment_count";b:1;s:15:"onsale_badge_bg";s:7:"#ff596d";s:17:"featured_badge_bg";s:7:"#ffc045";s:12:"new_badge_bg";s:7:"#000000";s:18:"woo_column_numbers";s:1:"4";s:17:"page_404_bg_color";s:7:"#f9b707";s:17:"page_404_bg_image";s:27:"%s/assets/images/bg_404.jpg";s:18:"page_404_bg_repeat";s:9:"no-repeat";s:22:"page_404_bg_position_x";s:6:"center";s:22:"page_404_bg_attachment";s:6:"scroll";s:18:"nav_menu_locations";a:4:{s:4:"main";i:26;s:6:"social";i:27;s:6:"footer";i:25;s:3:"top";i:28;}s:10:"skin_style";s:5:"skin1";s:29:"invert_retina_header_logo_url";b:0;s:19:"header_woo_elements";b:1;s:19:"top_menu_visibility";b:0;s:21:"header_btn_visibility";b:0;s:23:"maintenance_mode_enable";b:0;s:21:"maintenance_mode_page";s:0:"";s:16:"gradient_color_1";b:0;s:16:"gradient_color_2";b:0;s:17:"header_btn_target";b:0;s:13:"sticky_target";s:9:"menu_only";s:21:"google_analytics_code";s:0:"";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1523944786;s:4:"data";a:10:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:9:{i:0;s:8:"search-1";i:1;s:32:"monstroid2_widget_about_author-1";i:2;s:12:"categories-1";i:3;s:17:"recent-comments-1";i:4;s:17:"recent-comments-2";i:5;s:11:"tag_cloud-1";i:6;s:10:"archives-1";i:7;s:10:"calendar-1";i:8;s:36:"monstroid2_widget_subscribe_follow-1";}s:22:"full-width-header-area";a:0:{}s:19:"before-content-area";a:0:{}s:16:"before-loop-area";a:0:{}s:15:"after-loop-area";a:0:{}s:18:"after-content-area";a:0:{}s:29:"after-content-full-width-area";a:0:{}s:11:"footer-area";a:4:{i:0;s:25:"monstroid2_widget_about-1";i:1;s:10:"nav_menu-1";i:2;s:17:"recent-comments-3";i:3;s:39:"monstroid2_contact_information_widget-1";}s:12:"tm-mega-menu";a:0:{}}}}', 'yes'),
(158, 'theme_switched', '', 'yes'),
(709, 'widget_woocommerce_layered_nav', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(710, 'widget_woocommerce_price_filter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(711, 'widget_woocommerce_product_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(712, 'widget_woocommerce_product_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(713, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(714, 'widget_woocommerce_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(685, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(686, 'widget_calendar', 'a:2:{i:1;a:1:{s:5:"title";s:8:"Calendar";}s:12:"_multiwidget";i:1;}', 'yes'),
(687, 'widget_archives', 'a:2:{i:1;a:3:{s:5:"title";s:7:"Archive";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(688, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(398, 'tm_active_skin', 'a:2:{s:4:"skin";s:6:"skin-1";s:4:"type";s:4:"lite";}', 'no'),
(194, 'tm_updates_themes', 'a:1:{s:10:"monstroid2";a:2:{s:7:"version";s:5:"1.3.2";s:6:"update";b:0;}}', 'yes'),
(195, 'cherry_projects_options', 'a:26:{s:14:"listing-layout";s:11:"grid-layout";s:12:"loading-mode";s:20:"ajax-pagination-mode";s:17:"loading-animation";s:22:"loading-animation-fade";s:15:"hover-animation";s:12:"simple-scale";s:14:"filter-visible";s:4:"true";s:11:"filter-type";s:8:"category";s:13:"category-list";a:0:{}s:9:"tags-list";a:0:{}s:20:"order-filter-visible";s:5:"false";s:26:"order-filter-default-value";s:4:"desc";s:28:"orderby-filter-default-value";s:4:"date";s:12:"posts-format";s:15:"post-format-all";s:13:"column-number";s:1:"4";s:13:"post-per-page";s:1:"9";s:11:"item-margin";s:1:"0";s:22:"justified-fixed-height";s:3:"300";s:16:"masonry-template";s:20:"masonry-default.tmpl";s:13:"grid-template";s:23:"grid-default-skin1.tmpl";s:18:"justified-template";s:22:"justified-default.tmpl";s:23:"cascading-grid-template";s:27:"cascading-grid-default.tmpl";s:13:"list-template";s:17:"list-default.tmpl";s:22:"standard-post-template";s:33:"standard-post-template-skin1.tmpl";s:19:"image-post-template";s:30:"image-post-template-skin1.tmpl";s:21:"gallery-post-template";s:32:"gallery-post-template-skin1.tmpl";s:19:"audio-post-template";s:30:"audio-post-template-skin1.tmpl";s:19:"video-post-template";s:30:"video-post-template-skin1.tmpl";}', 'yes'),
(179, 'theme_mods_monstroid2-child', 'a:239:{s:18:"custom_css_post_id";i:941;s:21:"tm_pb_layouts_updated";s:3:"yes";s:39:"tm_updated_layouts_built_for_post_types";s:3:"yes";s:30:"tm_pb_predefined_layouts_added";s:2:"on";s:34:"tm_pb_predefined_layouts_version_2";s:2:"on";i:0;b:0;s:12:"show_tagline";b:0;s:16:"totop_visibility";b:1;s:14:"page_preloader";b:1;s:16:"header_logo_type";s:5:"image";s:15:"header_logo_url";s:73:"https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-HEADER.png";s:22:"invert_header_logo_url";s:72:"https://seis.my/feelgroup/wp-content/uploads/2018/06/Feelgroup-white.png";s:22:"retina_header_logo_url";s:72:"https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-WHITE.png";s:23:"header_logo_font_family";s:19:"Poppins, sans-serif";s:22:"header_logo_font_style";s:6:"normal";s:23:"header_logo_font_weight";s:3:"700";s:21:"header_logo_font_size";i:40;s:25:"header_logo_character_set";s:5:"latin";s:23:"breadcrumbs_visibillity";b:0;s:29:"breadcrumbs_front_visibillity";b:0;s:22:"breadcrumbs_page_title";b:0;s:21:"breadcrumbs_path_type";s:4:"full";s:19:"header_social_links";b:1;s:19:"footer_social_links";b:1;s:23:"blog_post_share_buttons";b:0;s:25:"single_post_share_buttons";b:1;s:21:"header_container_type";s:9:"fullwidth";s:22:"content_container_type";s:9:"fullwidth";s:21:"footer_container_type";s:9:"fullwidth";s:15:"container_width";i:1405;s:13:"sidebar_width";s:3:"1/3";s:22:"regular_accent_color_1";s:7:"#2e92d1";s:22:"regular_accent_color_2";s:7:"#ffffff";s:22:"regular_accent_color_3";s:7:"#f3f3f3";s:18:"regular_text_color";s:7:"#777777";s:18:"regular_link_color";s:7:"#2e92d1";s:24:"regular_link_hover_color";s:7:"#333333";s:16:"regular_h1_color";s:7:"#333333";s:16:"regular_h2_color";s:7:"#333333";s:16:"regular_h3_color";s:7:"#2e92d1";s:16:"regular_h4_color";s:7:"#333333";s:16:"regular_h5_color";s:7:"#333333";s:16:"regular_h6_color";s:7:"#333333";s:21:"invert_accent_color_1";s:7:"#ffffff";s:21:"invert_accent_color_2";s:7:"#ffffff";s:21:"invert_accent_color_3";s:7:"#ffffff";s:17:"invert_text_color";s:7:"#777777";s:17:"invert_link_color";s:7:"#2e92d1";s:23:"invert_link_hover_color";s:7:"#ffffff";s:15:"invert_h1_color";s:7:"#ffffff";s:15:"invert_h2_color";s:7:"#ffffff";s:15:"invert_h3_color";s:7:"#ffffff";s:15:"invert_h4_color";s:7:"#ffffff";s:15:"invert_h5_color";s:7:"#ffffff";s:15:"invert_h6_color";s:7:"#ffffff";s:16:"body_font_family";s:19:"Poppins, sans-serif";s:15:"body_font_style";s:6:"normal";s:16:"body_font_weight";s:3:"300";s:14:"body_font_size";s:2:"18";s:16:"body_line_height";d:1.729999999999999982236431605997495353221893310546875;s:19:"body_letter_spacing";s:1:"0";s:18:"body_character_set";s:5:"latin";s:15:"body_text_align";s:4:"left";s:14:"h1_font_family";s:19:"Poppins, sans-serif";s:13:"h1_font_style";s:6:"normal";s:14:"h1_font_weight";s:3:"700";s:12:"h1_font_size";i:110;s:14:"h1_line_height";d:1.1599999999999999200639422269887290894985198974609375;s:17:"h1_letter_spacing";s:1:"0";s:16:"h1_character_set";s:5:"latin";s:13:"h1_text_align";s:7:"inherit";s:14:"h2_font_family";s:19:"Poppins, sans-serif";s:13:"h2_font_style";s:6:"normal";s:14:"h2_font_weight";s:3:"700";s:12:"h2_font_size";s:2:"60";s:14:"h2_line_height";d:1.1599999999999999200639422269887290894985198974609375;s:17:"h2_letter_spacing";s:1:"0";s:16:"h2_character_set";s:5:"latin";s:13:"h2_text_align";s:7:"inherit";s:14:"h3_font_family";s:19:"Poppins, sans-serif";s:13:"h3_font_style";s:6:"normal";s:14:"h3_font_weight";s:3:"400";s:12:"h3_font_size";i:40;s:14:"h3_line_height";d:1.25;s:17:"h3_letter_spacing";s:1:"0";s:16:"h3_character_set";s:5:"latin";s:13:"h3_text_align";s:7:"inherit";s:14:"h4_font_family";s:19:"Poppins, sans-serif";s:13:"h4_font_style";s:6:"normal";s:14:"h4_font_weight";s:3:"400";s:12:"h4_font_size";i:30;s:14:"h4_line_height";d:1.3600000000000000976996261670137755572795867919921875;s:17:"h4_letter_spacing";d:0.025000000000000001387778780781445675529539585113525390625;s:16:"h4_character_set";s:5:"latin";s:13:"h4_text_align";s:7:"inherit";s:14:"h5_font_family";s:19:"Poppins, sans-serif";s:13:"h5_font_style";s:6:"normal";s:14:"h5_font_weight";s:3:"700";s:12:"h5_font_size";i:24;s:14:"h5_line_height";d:1.37000000000000010658141036401502788066864013671875;s:17:"h5_letter_spacing";s:1:"0";s:16:"h5_character_set";s:5:"latin";s:13:"h5_text_align";s:7:"inherit";s:14:"h6_font_family";s:19:"Poppins, sans-serif";s:13:"h6_font_style";s:6:"normal";s:14:"h6_font_weight";s:3:"600";s:12:"h6_font_size";s:2:"18";s:14:"h6_line_height";d:1.5;s:17:"h6_letter_spacing";s:1:"0";s:16:"h6_character_set";s:5:"latin";s:13:"h6_text_align";s:7:"inherit";s:23:"breadcrumbs_font_family";s:25:"Hind Siliguri, sans-serif";s:22:"breadcrumbs_font_style";s:6:"normal";s:23:"breadcrumbs_font_weight";s:3:"300";s:21:"breadcrumbs_font_size";s:2:"12";s:23:"breadcrumbs_line_height";s:3:"1.5";s:26:"breadcrumbs_letter_spacing";s:1:"0";s:25:"breadcrumbs_character_set";s:5:"latin";s:16:"meta_font_family";s:19:"Poppins, sans-serif";s:15:"meta_font_style";s:6:"normal";s:16:"meta_font_weight";s:3:"300";s:14:"meta_font_size";i:14;s:16:"meta_line_height";d:1.6999999999999999555910790149937383830547332763671875;s:19:"meta_letter_spacing";s:1:"0";s:18:"meta_character_set";s:5:"latin";s:18:"header_layout_type";s:7:"style-4";s:25:"header_transparent_layout";b:1;s:26:"header_invert_color_scheme";b:0;s:15:"header_bg_color";s:7:"#ffffff";s:15:"header_bg_image";N;s:16:"header_bg_repeat";s:9:"no-repeat";s:20:"header_bg_position_x";s:6:"center";s:20:"header_bg_attachment";s:6:"scroll";s:13:"header_search";b:0;s:15:"header_btn_text";s:13:"Get Quote Now";s:14:"header_btn_url";s:1:"#";s:20:"top_panel_visibility";b:0;s:14:"top_panel_text";s:0:"";s:12:"top_panel_bg";s:7:"#252525";s:31:"header_contact_block_visibility";b:1;s:21:"header_contact_icon_1";s:21:"linearicon-map-marker";s:22:"header_contact_label_1";s:8:"Address:";s:21:"header_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"header_contact_icon_2";s:20:"linearicon-telephone";s:22:"header_contact_label_2";s:7:"Phones:";s:21:"header_contact_text_2";s:70:"<a href="tel:#">(800) 123-0045</a>; <a href="tel:#">(800) 123-0046</a>";s:21:"header_contact_icon_3";s:0:"";s:22:"header_contact_label_3";s:0:"";s:21:"header_contact_text_3";s:0:"";s:18:"header_menu_sticky";b:1;s:22:"header_menu_attributes";b:0;s:16:"more_button_type";s:4:"text";s:16:"more_button_text";s:4:"More";s:16:"more_button_icon";N;s:21:"more_button_image_url";s:0:"";s:28:"retina_more_button_image_url";N;s:16:"sidebar_position";s:9:"fullwidth";s:17:"mailchimp_api_key";s:37:"0fabd7822dcc3cb8547dcf9109750d92-us10";s:17:"mailchimp_list_id";s:10:"2a6603b219";s:10:"ads_header";s:0:"";s:20:"ads_home_before_loop";s:0:"";s:23:"ads_post_before_content";s:0:"";s:24:"ads_post_before_comments";s:0:"";s:15:"footer_logo_url";s:32:"%s/assets/images/footer-logo.png";s:16:"footer_copyright";s:78:"%%site-name%% © %%year%%.All Rights Reserved by <i><b>Seis Enterprise</b></i>";s:18:"footer_layout_type";s:7:"style-2";s:21:"footer_widget_columns";s:1:"3";s:9:"footer_bg";s:7:"#252525";s:17:"footer_widgets_bg";s:7:"#252525";s:29:"footer_widget_area_visibility";b:0;s:22:"footer_logo_visibility";b:0;s:22:"footer_menu_visibility";b:0;s:31:"footer_contact_block_visibility";b:1;s:21:"footer_contact_icon_1";s:0:"";s:22:"footer_contact_label_1";s:14:"Address:<br />";s:21:"footer_contact_text_1";s:107:"16-1, Lorong Maju Utama 1,\nPusat Perniagaan Maju Utama,<br />\n14000 Bukit Mertajam, \nPulu Pinang, Malaysia.";s:21:"footer_contact_icon_2";b:0;s:22:"footer_contact_label_2";s:7:"Phones:";s:21:"footer_contact_text_2";s:67:"<a href=\\"tel:#\\">60125255869</a>; <a href=\\"tel:#\\">6045305278</a>";s:21:"footer_contact_icon_3";b:0;s:22:"footer_contact_label_3";s:7:"E-mail:";s:21:"footer_contact_text_3";s:45:"<a href=\\"mailto:#\\">hello@feelgroup.asia</a>";s:16:"blog_layout_type";s:11:"grid-3-cols";s:16:"blog_sticky_type";s:4:"icon";s:16:"blog_sticky_icon";s:15:"linearicon-star";s:17:"blog_sticky_label";s:8:"Featured";s:18:"blog_posts_content";s:4:"none";s:19:"blog_featured_image";s:9:"fullwidth";s:19:"blog_read_more_text";s:0:"";s:16:"blog_post_author";b:1;s:22:"blog_post_publish_date";b:1;s:20:"blog_post_categories";b:1;s:14:"blog_post_tags";b:0;s:18:"blog_post_comments";b:0;s:16:"single_post_type";s:6:"modern";s:18:"single_post_author";b:1;s:24:"single_post_publish_date";b:1;s:22:"single_post_categories";b:1;s:16:"single_post_tags";b:1;s:20:"single_post_comments";b:1;s:19:"single_author_block";b:1;s:22:"single_post_navigation";b:1;s:21:"related_posts_visible";b:1;s:25:"related_posts_block_title";s:0:"";s:19:"related_posts_count";s:1:"2";s:18:"related_posts_grid";s:1:"2";s:19:"related_posts_title";b:1;s:26:"related_posts_title_length";s:2:"10";s:19:"related_posts_image";b:1;s:21:"related_posts_content";s:4:"hide";s:28:"related_posts_content_length";s:2:"25";s:24:"related_posts_categories";b:1;s:18:"related_posts_tags";b:0;s:20:"related_posts_author";b:1;s:26:"related_posts_publish_date";b:1;s:27:"related_posts_comment_count";b:0;s:15:"onsale_badge_bg";s:7:"#ff596d";s:17:"featured_badge_bg";s:7:"#ffc045";s:12:"new_badge_bg";s:7:"#000000";s:18:"woo_column_numbers";s:1:"4";s:17:"page_404_bg_color";s:7:"#f54f15";s:17:"page_404_bg_image";s:0:"";s:18:"page_404_bg_repeat";s:9:"no-repeat";s:22:"page_404_bg_position_x";s:6:"center";s:22:"page_404_bg_attachment";s:6:"scroll";s:18:"nav_menu_locations";a:5:{s:4:"main";i:26;s:6:"social";i:27;s:6:"footer";i:26;s:3:"top";i:26;s:12:"main_landing";i:0;}s:10:"skin_style";s:5:"skin4";s:29:"invert_retina_header_logo_url";s:72:"https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-WHITE.png";s:19:"header_woo_elements";b:0;s:19:"top_menu_visibility";b:0;s:21:"header_btn_visibility";b:1;s:13:"sticky_target";s:9:"menu_only";s:17:"header_btn_target";b:1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1523944749;s:4:"data";a:3:{s:19:"wp_inactive_widgets";N;s:7:"sidebar";a:9:{i:0;s:8:"search-1";i:1;s:32:"monstroid2_widget_about_author-1";i:2;s:12:"categories-1";i:3;s:17:"recent-comments-1";i:4;s:17:"recent-comments-2";i:5;s:11:"tag_cloud-1";i:6;s:10:"archives-1";i:7;s:10:"calendar-1";i:8;s:36:"monstroid2_widget_subscribe_follow-1";}s:11:"footer-area";a:4:{i:0;s:25:"monstroid2_widget_about-1";i:1;s:10:"nav_menu-1";i:2;s:17:"recent-comments-3";i:3;s:39:"monstroid2_contact_information_widget-1";}}}s:23:"maintenance_mode_enable";b:0;s:21:"maintenance_mode_page";s:0:"";s:16:"gradient_color_1";b:0;s:16:"gradient_color_2";b:0;s:21:"google_analytics_code";s:0:"";}', 'yes'),
(736, 'widget_recent-comments', 'a:4:{i:1;a:2:{s:5:"title";s:12:"Latest Posts";s:6:"number";i:2;}i:2;a:2:{s:5:"title";s:15:"Recent Comments";s:6:"number";i:2;}i:3;a:2:{s:5:"title";s:15:"Recent Comments";s:6:"number";i:3;}s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wpag_options` VALUES
(196, 'cherry_projects_options_default', 'a:26:{s:14:"listing-layout";s:11:"grid-layout";s:12:"loading-mode";s:20:"ajax-pagination-mode";s:17:"loading-animation";s:25:"loading-animation-move-up";s:15:"hover-animation";s:12:"simple-scale";s:14:"filter-visible";s:4:"true";s:11:"filter-type";s:8:"category";s:13:"category-list";a:0:{}s:9:"tags-list";a:0:{}s:20:"order-filter-visible";s:5:"false";s:26:"order-filter-default-value";s:4:"desc";s:28:"orderby-filter-default-value";s:4:"date";s:12:"posts-format";s:15:"post-format-all";s:13:"column-number";i:3;s:13:"post-per-page";i:9;s:11:"item-margin";i:4;s:22:"justified-fixed-height";i:300;s:16:"masonry-template";s:20:"masonry-default.tmpl";s:13:"grid-template";s:17:"grid-default.tmpl";s:18:"justified-template";s:22:"justified-default.tmpl";s:23:"cascading-grid-template";s:27:"cascading-grid-default.tmpl";s:13:"list-template";s:17:"list-default.tmpl";s:22:"standard-post-template";s:27:"standard-post-template.tmpl";s:19:"image-post-template";s:24:"image-post-template.tmpl";s:21:"gallery-post-template";s:26:"gallery-post-template.tmpl";s:19:"audio-post-template";s:24:"audio-post-template.tmpl";s:19:"video-post-template";s:24:"video-post-template.tmpl";}', 'yes'),
(198, 'cherry-team', 'a:7:{s:12:"archive-page";s:1:"0";s:14:"posts-per-page";s:1:"9";s:15:"archive-columns";s:1:"3";s:15:"single-template";s:6:"single";s:17:"single-image-size";s:5:"large";s:16:"listing-template";s:7:"default";s:18:"listing-image-size";s:14:"post-thumbnail";}', 'yes'),
(797, 'tm_style_switcher_monstroid2_defaults', 'a:2:{s:5:"theme";s:10:"monstroid2";s:4:"mods";a:231:{s:18:"custom_css_post_id";i:-1;s:21:"tm_pb_layouts_updated";s:3:"yes";s:39:"tm_updated_layouts_built_for_post_types";s:3:"yes";s:30:"tm_pb_predefined_layouts_added";s:2:"on";s:34:"tm_pb_predefined_layouts_version_2";s:2:"on";i:0;b:0;s:12:"show_tagline";b:0;s:16:"totop_visibility";b:1;s:14:"page_preloader";b:1;s:16:"header_logo_type";s:5:"image";s:15:"header_logo_url";s:25:"%s/assets/images/logo.png";s:22:"invert_header_logo_url";s:32:"%s/assets/images/invert-logo.png";s:22:"retina_header_logo_url";N;s:23:"header_logo_font_family";s:26:"Libre Franklin, sans-serif";s:22:"header_logo_font_style";s:6:"normal";s:23:"header_logo_font_weight";s:3:"600";s:21:"header_logo_font_size";s:2:"23";s:25:"header_logo_character_set";s:5:"latin";s:23:"breadcrumbs_visibillity";b:0;s:29:"breadcrumbs_front_visibillity";b:0;s:22:"breadcrumbs_page_title";b:0;s:21:"breadcrumbs_path_type";s:4:"full";s:19:"header_social_links";b:1;s:19:"footer_social_links";b:1;s:23:"blog_post_share_buttons";b:1;s:25:"single_post_share_buttons";b:1;s:21:"header_container_type";s:9:"fullwidth";s:22:"content_container_type";s:9:"fullwidth";s:21:"footer_container_type";s:9:"fullwidth";s:15:"container_width";i:1405;s:13:"sidebar_width";s:3:"1/3";s:22:"regular_accent_color_1";s:7:"#f9b707";s:22:"regular_accent_color_2";s:7:"#000000";s:22:"regular_accent_color_3";s:7:"#333333";s:18:"regular_text_color";s:7:"#888888";s:18:"regular_link_color";s:7:"#f9b707";s:24:"regular_link_hover_color";s:7:"#000000";s:16:"regular_h1_color";s:7:"#000000";s:16:"regular_h2_color";s:7:"#000000";s:16:"regular_h3_color";s:7:"#000000";s:16:"regular_h4_color";s:7:"#333333";s:16:"regular_h5_color";s:7:"#333333";s:16:"regular_h6_color";s:7:"#333333";s:21:"invert_accent_color_1";s:7:"#f6f6f6";s:21:"invert_accent_color_2";s:7:"#ffffff";s:21:"invert_accent_color_3";s:7:"#ffffff";s:17:"invert_text_color";s:7:"#ffffff";s:17:"invert_link_color";s:7:"#ffffff";s:23:"invert_link_hover_color";s:7:"#f9b707";s:15:"invert_h1_color";s:7:"#ffffff";s:15:"invert_h2_color";s:7:"#ffffff";s:15:"invert_h3_color";s:7:"#ffffff";s:15:"invert_h4_color";s:7:"#ffffff";s:15:"invert_h5_color";s:7:"#ffffff";s:15:"invert_h6_color";s:7:"#ffffff";s:16:"body_font_family";s:16:"Lato, sans-serif";s:15:"body_font_style";s:6:"normal";s:16:"body_font_weight";s:3:"300";s:14:"body_font_size";s:2:"18";s:16:"body_line_height";d:1.6699999999999999289457264239899814128875732421875;s:19:"body_letter_spacing";s:1:"0";s:18:"body_character_set";s:5:"latin";s:15:"body_text_align";s:4:"left";s:14:"h1_font_family";s:22:"Montserrat, sans-serif";s:13:"h1_font_style";s:6:"normal";s:14:"h1_font_weight";s:3:"700";s:12:"h1_font_size";s:2:"80";s:14:"h1_line_height";d:1.3249999999999999555910790149937383830547332763671875;s:17:"h1_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h1_character_set";s:5:"latin";s:13:"h1_text_align";s:7:"inherit";s:14:"h2_font_family";s:22:"Montserrat, sans-serif";s:13:"h2_font_style";s:6:"normal";s:14:"h2_font_weight";s:3:"700";s:12:"h2_font_size";s:2:"60";s:14:"h2_line_height";s:5:"1.333";s:17:"h2_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h2_character_set";s:5:"latin";s:13:"h2_text_align";s:7:"inherit";s:14:"h3_font_family";s:22:"Montserrat, sans-serif";s:13:"h3_font_style";s:6:"normal";s:14:"h3_font_weight";s:3:"700";s:12:"h3_font_size";s:2:"40";s:14:"h3_line_height";d:1.350000000000000088817841970012523233890533447265625;s:17:"h3_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h3_character_set";s:5:"latin";s:13:"h3_text_align";s:7:"inherit";s:14:"h4_font_family";s:22:"Montserrat, sans-serif";s:13:"h4_font_style";s:6:"normal";s:14:"h4_font_weight";s:3:"700";s:12:"h4_font_size";s:2:"30";s:14:"h4_line_height";d:1.4299999999999999378275106209912337362766265869140625;s:17:"h4_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h4_character_set";s:5:"latin";s:13:"h4_text_align";s:7:"inherit";s:14:"h5_font_family";s:22:"Montserrat, sans-serif";s:13:"h5_font_style";s:6:"normal";s:14:"h5_font_weight";s:3:"400";s:12:"h5_font_size";s:2:"24";s:14:"h5_line_height";d:1.54000000000000003552713678800500929355621337890625;s:17:"h5_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h5_character_set";s:5:"latin";s:13:"h5_text_align";s:7:"inherit";s:14:"h6_font_family";s:22:"Montserrat, sans-serif";s:13:"h6_font_style";s:6:"normal";s:14:"h6_font_weight";s:3:"400";s:12:"h6_font_size";s:2:"18";s:14:"h6_line_height";d:1.8899999999999999023003738329862244427204132080078125;s:17:"h6_letter_spacing";d:0.059999999999999997779553950749686919152736663818359375;s:16:"h6_character_set";s:5:"latin";s:13:"h6_text_align";s:7:"inherit";s:23:"breadcrumbs_font_family";s:16:"Lato, sans-serif";s:22:"breadcrumbs_font_style";s:6:"normal";s:23:"breadcrumbs_font_weight";s:3:"300";s:21:"breadcrumbs_font_size";i:16;s:23:"breadcrumbs_line_height";d:1.625;s:26:"breadcrumbs_letter_spacing";s:1:"0";s:25:"breadcrumbs_character_set";s:5:"latin";s:16:"meta_font_family";s:16:"Lato, sans-serif";s:15:"meta_font_style";s:6:"italic";s:16:"meta_font_weight";s:3:"300";s:14:"meta_font_size";i:14;s:16:"meta_line_height";d:2.430000000000000159872115546022541821002960205078125;s:19:"meta_letter_spacing";s:1:"0";s:18:"meta_character_set";s:5:"latin";s:18:"header_layout_type";s:7:"style-4";s:25:"header_transparent_layout";b:0;s:26:"header_invert_color_scheme";b:1;s:15:"header_bg_color";s:7:"#333333";s:15:"header_bg_image";N;s:16:"header_bg_repeat";s:9:"no-repeat";s:20:"header_bg_position_x";s:6:"center";s:20:"header_bg_attachment";s:6:"scroll";s:13:"header_search";b:1;s:15:"header_btn_text";s:9:"Buy theme";s:14:"header_btn_url";s:1:"#";s:20:"top_panel_visibility";b:1;s:14:"top_panel_text";s:0:"";s:12:"top_panel_bg";s:7:"#272727";s:31:"header_contact_block_visibility";b:1;s:21:"header_contact_icon_1";s:21:"linearicon-map-marker";s:22:"header_contact_label_1";s:8:"Address:";s:21:"header_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"header_contact_icon_2";s:20:"linearicon-telephone";s:22:"header_contact_label_2";s:7:"Phones:";s:21:"header_contact_text_2";s:70:"<a href="tel:#">(800) 123-0045</a>; <a href="tel:#">(800) 123-0046</a>";s:21:"header_contact_icon_3";s:0:"";s:22:"header_contact_label_3";s:0:"";s:21:"header_contact_text_3";s:0:"";s:18:"header_menu_sticky";b:0;s:22:"header_menu_attributes";b:0;s:16:"more_button_type";s:4:"text";s:16:"more_button_text";s:4:"More";s:16:"more_button_icon";N;s:21:"more_button_image_url";s:0:"";s:28:"retina_more_button_image_url";N;s:16:"sidebar_position";s:9:"fullwidth";s:17:"mailchimp_api_key";s:37:"0fabd7822dcc3cb8547dcf9109750d92-us10";s:17:"mailchimp_list_id";s:10:"2a6603b219";s:10:"ads_header";s:0:"";s:20:"ads_home_before_loop";s:0:"";s:23:"ads_post_before_content";s:0:"";s:24:"ads_post_before_comments";s:0:"";s:15:"footer_logo_url";s:32:"%s/assets/images/footer-logo.png";s:16:"footer_copyright";s:45:"%%site-name%% © %%year%%.All Rights Reserved";s:18:"footer_layout_type";s:7:"default";s:21:"footer_widget_columns";s:1:"4";s:9:"footer_bg";s:7:"#272727";s:17:"footer_widgets_bg";s:7:"#333333";s:29:"footer_widget_area_visibility";b:1;s:22:"footer_logo_visibility";b:0;s:22:"footer_menu_visibility";b:0;s:31:"footer_contact_block_visibility";b:0;s:21:"footer_contact_icon_1";b:0;s:22:"footer_contact_label_1";s:8:"Address:";s:21:"footer_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"footer_contact_icon_2";b:0;s:22:"footer_contact_label_2";s:7:"Phones:";s:21:"footer_contact_text_2";s:70:"<a href="tel:#">(800) 123-0045</a>; <a href="tel:#">(800) 123-0046</a>";s:21:"footer_contact_icon_3";b:0;s:22:"footer_contact_label_3";s:7:"E-mail:";s:21:"footer_contact_text_3";s:40:"<a href="mailto:#">info@demolink.org</a>";s:16:"blog_layout_type";s:7:"default";s:16:"blog_sticky_type";s:4:"icon";s:16:"blog_sticky_icon";s:15:"linearicon-star";s:17:"blog_sticky_label";s:8:"Featured";s:18:"blog_posts_content";s:7:"excerpt";s:19:"blog_featured_image";s:9:"fullwidth";s:19:"blog_read_more_text";s:9:"Read more";s:16:"blog_post_author";b:1;s:22:"blog_post_publish_date";b:1;s:20:"blog_post_categories";b:1;s:14:"blog_post_tags";b:0;s:18:"blog_post_comments";b:1;s:16:"single_post_type";s:7:"default";s:18:"single_post_author";b:1;s:24:"single_post_publish_date";b:1;s:22:"single_post_categories";b:1;s:16:"single_post_tags";b:1;s:20:"single_post_comments";b:1;s:19:"single_author_block";b:1;s:22:"single_post_navigation";b:0;s:21:"related_posts_visible";b:0;s:25:"related_posts_block_title";s:12:"Latest Posts";s:19:"related_posts_count";s:1:"2";s:18:"related_posts_grid";s:1:"2";s:19:"related_posts_title";b:1;s:26:"related_posts_title_length";s:2:"10";s:19:"related_posts_image";b:1;s:21:"related_posts_content";s:4:"hide";s:28:"related_posts_content_length";s:2:"25";s:24:"related_posts_categories";b:1;s:18:"related_posts_tags";b:1;s:20:"related_posts_author";b:1;s:26:"related_posts_publish_date";b:1;s:27:"related_posts_comment_count";b:1;s:15:"onsale_badge_bg";s:7:"#ff596d";s:17:"featured_badge_bg";s:7:"#ffc045";s:12:"new_badge_bg";s:7:"#000000";s:18:"woo_column_numbers";s:1:"4";s:17:"page_404_bg_color";s:7:"#f9b707";s:17:"page_404_bg_image";s:27:"%s/assets/images/bg_404.jpg";s:18:"page_404_bg_repeat";s:9:"no-repeat";s:22:"page_404_bg_position_x";s:6:"center";s:22:"page_404_bg_attachment";s:6:"scroll";s:18:"nav_menu_locations";a:4:{s:4:"main";i:26;s:6:"social";i:27;s:6:"footer";i:25;s:3:"top";i:28;}s:10:"skin_style";s:5:"skin1";s:29:"invert_retina_header_logo_url";N;s:19:"header_woo_elements";b:1;s:19:"top_menu_visibility";b:0;s:21:"header_btn_visibility";b:0;}}', 'yes'),
(199, 'cherry-team_default', 'a:7:{s:12:"archive-page";s:0:"";s:14:"posts-per-page";i:9;s:15:"archive-columns";i:3;s:15:"single-template";s:6:"single";s:17:"single-image-size";s:9:"thumbnail";s:16:"listing-template";s:7:"default";s:18:"listing-image-size";s:9:"thumbnail";}', 'yes'),
(202, 'cherry-services', 'a:7:{s:12:"archive-page";s:1:"0";s:14:"posts-per-page";s:1:"9";s:15:"archive-columns";s:1:"3";s:15:"single-template";s:12:"single-skin1";s:17:"single-image-size";s:19:"monstroid2-thumb-xl";s:16:"listing-template";s:16:"media-icon-skin1";s:18:"listing-image-size";s:20:"monstroid2-thumb-m-2";}', 'no'),
(203, 'cherry-services_default', 'a:7:{s:12:"archive-page";s:0:"";s:14:"posts-per-page";i:9;s:15:"archive-columns";i:3;s:15:"single-template";s:6:"single";s:17:"single-image-size";s:9:"thumbnail";s:16:"listing-template";s:7:"default";s:18:"listing-image-size";s:9:"thumbnail";}', 'no'),
(208, 'cherry-search-default', 'a:21:{s:22:"change_standard_search";b:1;s:18:"search_button_icon";s:0:"";s:18:"search_button_text";s:0:"";s:23:"search_placeholder_text";s:6:"Search";s:13:"search_source";a:1:{i:0;s:3:"any";}s:23:"exclude_source_category";s:8:"projects";s:19:"exclude_source_tags";s:0:"";s:26:"exclude_source_post_format";s:0:"";s:11:"limit_query";i:5;s:16:"results_order_by";s:4:"date";s:13:"results_order";s:3:"asc";s:13:"title_visible";b:1;s:18:"limit_content_word";i:50;s:14:"author_visible";b:1;s:13:"author_prefix";s:10:"Posted by:";s:17:"thumbnail_visible";b:1;s:13:"enable_scroll";b:1;s:18:"result_area_height";i:500;s:11:"more_button";s:10:"View more.";s:15:"negative_search";s:45:"Sorry, but nothing matched your search terms.";s:12:"server_error";s:75:"Sorry, but we cannot handle your search query now. Please, try again later!";}', 'yes'),
(214, 'tm_style_switcher_monstroid2-child_defaults', 'a:2:{s:5:"theme";s:16:"monstroid2-child";s:4:"mods";a:236:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:12:"show_tagline";b:0;s:16:"totop_visibility";b:1;s:14:"page_preloader";b:1;s:16:"header_logo_type";s:5:"image";s:15:"header_logo_url";s:25:"%s/assets/images/logo.png";s:22:"invert_header_logo_url";s:32:"%s/assets/images/invert-logo.png";s:22:"retina_header_logo_url";N;s:29:"invert_retina_header_logo_url";b:0;s:23:"header_logo_font_family";s:26:"Libre Franklin, sans-serif";s:22:"header_logo_font_style";s:6:"normal";s:23:"header_logo_font_weight";s:3:"600";s:21:"header_logo_font_size";s:2:"23";s:25:"header_logo_character_set";s:5:"latin";s:23:"breadcrumbs_visibillity";b:1;s:29:"breadcrumbs_front_visibillity";b:0;s:22:"breadcrumbs_page_title";b:1;s:21:"breadcrumbs_path_type";s:4:"full";s:19:"header_social_links";b:1;s:19:"footer_social_links";b:1;s:23:"blog_post_share_buttons";b:0;s:25:"single_post_share_buttons";b:1;s:21:"header_container_type";s:9:"fullwidth";s:22:"content_container_type";s:9:"fullwidth";s:21:"footer_container_type";s:9:"fullwidth";s:15:"container_width";i:1405;s:13:"sidebar_width";s:3:"1/3";s:23:"maintenance_mode_enable";b:0;s:21:"maintenance_mode_page";s:0:"";s:10:"skin_style";s:7:"default";s:22:"regular_accent_color_1";s:7:"#2ed3ae";s:22:"regular_accent_color_2";s:7:"#000000";s:22:"regular_accent_color_3";s:7:"#f8f8f8";s:18:"regular_text_color";s:7:"#888888";s:18:"regular_link_color";s:7:"#2ed3ae";s:24:"regular_link_hover_color";s:7:"#000000";s:16:"regular_h1_color";s:7:"#000000";s:16:"regular_h2_color";s:7:"#000000";s:16:"regular_h3_color";s:7:"#000000";s:16:"regular_h4_color";s:7:"#000000";s:16:"regular_h5_color";s:7:"#000000";s:16:"regular_h6_color";s:7:"#000000";s:21:"invert_accent_color_1";s:7:"#ffffff";s:21:"invert_accent_color_2";s:7:"#ffffff";s:21:"invert_accent_color_3";s:7:"#ffffff";s:17:"invert_text_color";s:7:"#ffffff";s:17:"invert_link_color";s:7:"#ffffff";s:23:"invert_link_hover_color";s:7:"#2ed3ae";s:15:"invert_h1_color";s:7:"#ffffff";s:15:"invert_h2_color";s:7:"#ffffff";s:15:"invert_h3_color";s:7:"#ffffff";s:15:"invert_h4_color";s:7:"#ffffff";s:15:"invert_h5_color";s:7:"#ffffff";s:15:"invert_h6_color";s:7:"#ffffff";s:16:"gradient_color_1";b:0;s:16:"gradient_color_2";b:0;s:16:"body_font_family";s:26:"Libre Franklin, sans-serif";s:15:"body_font_style";s:6:"normal";s:16:"body_font_weight";s:3:"300";s:14:"body_font_size";s:2:"18";s:16:"body_line_height";s:4:"1.89";s:19:"body_letter_spacing";s:1:"0";s:18:"body_character_set";s:5:"latin";s:15:"body_text_align";s:4:"left";s:14:"h1_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h1_font_style";s:6:"normal";s:14:"h1_font_weight";s:3:"400";s:12:"h1_font_size";s:2:"80";s:14:"h1_line_height";s:3:"1.1";s:17:"h1_letter_spacing";s:1:"0";s:16:"h1_character_set";s:5:"latin";s:13:"h1_text_align";s:7:"inherit";s:14:"h2_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h2_font_style";s:6:"normal";s:14:"h2_font_weight";s:3:"200";s:12:"h2_font_size";s:2:"60";s:14:"h2_line_height";s:5:"1.333";s:17:"h2_letter_spacing";s:1:"0";s:16:"h2_character_set";s:5:"latin";s:13:"h2_text_align";s:7:"inherit";s:14:"h3_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h3_font_style";s:6:"normal";s:14:"h3_font_weight";s:3:"200";s:12:"h3_font_size";s:2:"40";s:14:"h3_line_height";s:4:"1.35";s:17:"h3_letter_spacing";s:1:"0";s:16:"h3_character_set";s:5:"latin";s:13:"h3_text_align";s:7:"inherit";s:14:"h4_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h4_font_style";s:6:"normal";s:14:"h4_font_weight";s:3:"300";s:12:"h4_font_size";s:2:"30";s:14:"h4_line_height";s:4:"1.43";s:17:"h4_letter_spacing";s:1:"0";s:16:"h4_character_set";s:5:"latin";s:13:"h4_text_align";s:7:"inherit";s:14:"h5_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h5_font_style";s:6:"normal";s:14:"h5_font_weight";s:3:"300";s:12:"h5_font_size";s:2:"24";s:14:"h5_line_height";s:4:"1.54";s:17:"h5_letter_spacing";s:1:"0";s:16:"h5_character_set";s:5:"latin";s:13:"h5_text_align";s:7:"inherit";s:14:"h6_font_family";s:26:"Libre Franklin, sans-serif";s:13:"h6_font_style";s:6:"normal";s:14:"h6_font_weight";s:3:"300";s:12:"h6_font_size";s:2:"18";s:14:"h6_line_height";s:4:"1.89";s:17:"h6_letter_spacing";s:1:"0";s:16:"h6_character_set";s:5:"latin";s:13:"h6_text_align";s:7:"inherit";s:23:"breadcrumbs_font_family";s:26:"Libre Franklin, sans-serif";s:22:"breadcrumbs_font_style";s:6:"normal";s:23:"breadcrumbs_font_weight";s:3:"300";s:21:"breadcrumbs_font_size";s:2:"12";s:23:"breadcrumbs_line_height";s:3:"1.5";s:26:"breadcrumbs_letter_spacing";s:1:"0";s:25:"breadcrumbs_character_set";s:5:"latin";s:16:"meta_font_family";s:26:"Libre Franklin, sans-serif";s:15:"meta_font_style";s:6:"italic";s:16:"meta_font_weight";s:3:"300";s:14:"meta_font_size";s:2:"12";s:16:"meta_line_height";s:1:"2";s:19:"meta_letter_spacing";s:1:"0";s:18:"meta_character_set";s:5:"latin";s:18:"header_layout_type";s:7:"default";s:25:"header_transparent_layout";b:0;s:26:"header_invert_color_scheme";b:0;s:15:"header_bg_color";s:7:"#ffffff";s:15:"header_bg_image";N;s:16:"header_bg_repeat";s:9:"no-repeat";s:20:"header_bg_position_x";s:6:"center";s:20:"header_bg_attachment";s:6:"scroll";s:20:"top_panel_visibility";b:0;s:14:"top_panel_text";s:23:"Premium WordPress Theme";s:12:"top_panel_bg";s:7:"#ffffff";s:19:"top_menu_visibility";b:1;s:13:"header_search";b:1;s:19:"header_woo_elements";b:1;s:21:"header_btn_visibility";b:1;s:15:"header_btn_text";s:10:"Buy theme!";s:14:"header_btn_url";s:1:"#";s:17:"header_btn_target";b:0;s:31:"header_contact_block_visibility";b:0;s:21:"header_contact_icon_1";s:21:"linearicon-map-marker";s:22:"header_contact_label_1";s:8:"Address:";s:21:"header_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"header_contact_icon_2";s:20:"linearicon-telephone";s:22:"header_contact_label_2";s:7:"Phones:";s:21:"header_contact_text_2";s:96:"<a href="tel:(800) 123-0045">(800) 123-0045</a>; <a href="tel:(800) 123-0046">(800) 123-0046</a>";s:21:"header_contact_icon_3";s:17:"linearicon-clock3";s:22:"header_contact_label_3";s:12:"We are open:";s:21:"header_contact_text_3";s:17:"Mn-Fr: 10 am-8 pm";s:22:"header_menu_attributes";b:0;s:16:"more_button_type";s:4:"text";s:16:"more_button_text";s:4:"More";s:16:"more_button_icon";s:13:"fa-arrow-down";s:21:"more_button_image_url";s:0:"";s:28:"retina_more_button_image_url";N;s:18:"header_menu_sticky";b:0;s:13:"sticky_target";s:9:"menu_only";s:16:"sidebar_position";s:9:"fullwidth";s:17:"mailchimp_api_key";N;s:17:"mailchimp_list_id";N;s:10:"ads_header";s:0:"";s:20:"ads_home_before_loop";s:0:"";s:23:"ads_post_before_content";s:0:"";s:24:"ads_post_before_comments";s:0:"";s:21:"google_analytics_code";s:0:"";s:22:"footer_logo_visibility";b:0;s:15:"footer_logo_url";s:32:"%s/assets/images/footer-logo.png";s:16:"footer_copyright";s:36:"%%site-name%% Theme &copy; %%year%%.";s:18:"footer_layout_type";s:7:"default";s:9:"footer_bg";s:7:"#ffffff";s:29:"footer_widget_area_visibility";b:1;s:21:"footer_widget_columns";s:1:"4";s:17:"footer_widgets_bg";s:7:"#f8f8f8";s:22:"footer_menu_visibility";b:0;s:31:"footer_contact_block_visibility";b:0;s:21:"footer_contact_icon_1";s:0:"";s:22:"footer_contact_label_1";s:8:"Address:";s:21:"footer_contact_text_1";s:36:"4578 Marmora Road, Glasgow, D04 89GR";s:21:"footer_contact_icon_2";s:0:"";s:22:"footer_contact_label_2";s:7:"Phones:";s:21:"footer_contact_text_2";s:96:"<a href="tel:(800) 123-0045">(800) 123-0045</a>; <a href="tel:(800) 123-0046">(800) 123-0046</a>";s:21:"footer_contact_icon_3";s:0:"";s:22:"footer_contact_label_3";s:7:"E-mail:";s:21:"footer_contact_text_3";s:56:"<a href="mailto:info@demolink.org">info@demolink.org</a>";s:16:"blog_layout_type";s:11:"grid-3-cols";s:16:"blog_sticky_type";s:4:"icon";s:16:"blog_sticky_icon";s:15:"linearicon-star";s:17:"blog_sticky_label";s:8:"Featured";s:18:"blog_posts_content";s:4:"none";s:19:"blog_featured_image";s:9:"fullwidth";s:19:"blog_read_more_text";s:9:"Read more";s:16:"blog_post_author";b:1;s:22:"blog_post_publish_date";b:1;s:20:"blog_post_categories";b:0;s:14:"blog_post_tags";b:0;s:18:"blog_post_comments";b:0;s:16:"single_post_type";s:7:"default";s:18:"single_post_author";b:1;s:24:"single_post_publish_date";b:1;s:22:"single_post_categories";b:1;s:16:"single_post_tags";b:1;s:20:"single_post_comments";b:1;s:19:"single_author_block";b:1;s:22:"single_post_navigation";b:0;s:21:"related_posts_visible";b:0;s:25:"related_posts_block_title";s:12:"Latest Posts";s:19:"related_posts_count";s:1:"2";s:18:"related_posts_grid";s:1:"2";s:19:"related_posts_title";b:1;s:26:"related_posts_title_length";s:2:"10";s:19:"related_posts_image";b:1;s:21:"related_posts_content";s:4:"hide";s:28:"related_posts_content_length";s:2:"25";s:24:"related_posts_categories";b:0;s:18:"related_posts_tags";b:0;s:20:"related_posts_author";b:1;s:26:"related_posts_publish_date";b:1;s:27:"related_posts_comment_count";b:0;s:15:"onsale_badge_bg";s:7:"#ff596d";s:17:"featured_badge_bg";s:7:"#ffc045";s:12:"new_badge_bg";s:7:"#000000";s:17:"page_404_bg_color";s:7:"#2ed3ae";s:17:"page_404_bg_image";s:27:"%s/assets/images/bg_404.jpg";s:18:"page_404_bg_repeat";s:9:"no-repeat";s:22:"page_404_bg_position_x";s:6:"center";s:22:"page_404_bg_attachment";s:6:"scroll";s:21:"tm_pb_layouts_updated";s:3:"yes";s:39:"tm_updated_layouts_built_for_post_types";s:3:"yes";s:30:"tm_pb_predefined_layouts_added";s:2:"on";s:34:"tm_pb_predefined_layouts_version_2";s:2:"on";}}', 'yes'),
(217, 'tm_pg_first_activated', '1', 'yes'),
(220, 'wpcf7', 'a:2:{s:7:"version";s:5:"5.0.1";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1523897339;s:7:"version";s:5:"5.0.1";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'),
(224, 'woocommerce_store_address', '', 'yes'),
(225, 'woocommerce_store_address_2', '', 'yes'),
(226, 'woocommerce_store_city', '', 'yes'),
(227, 'woocommerce_default_country', 'GB', 'yes'),
(228, 'woocommerce_store_postcode', '', 'yes'),
(229, 'woocommerce_allowed_countries', 'all', 'yes'),
(230, 'woocommerce_all_except_countries', '', 'yes'),
(231, 'woocommerce_specific_allowed_countries', '', 'yes'),
(232, 'woocommerce_ship_to_countries', '', 'yes'),
(233, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(234, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(235, 'woocommerce_calc_taxes', 'no', 'yes'),
(236, 'woocommerce_currency', 'GBP', 'yes'),
(237, 'woocommerce_currency_pos', 'left', 'yes'),
(238, 'woocommerce_price_thousand_sep', ',', 'yes'),
(239, 'woocommerce_price_decimal_sep', '.', 'yes'),
(240, 'woocommerce_price_num_decimals', '2', 'yes'),
(241, 'woocommerce_shop_page_id', '', 'yes'),
(242, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(243, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(244, 'woocommerce_weight_unit', 'kg', 'yes'),
(245, 'woocommerce_dimension_unit', 'cm', 'yes'),
(246, 'woocommerce_enable_reviews', 'yes', 'yes'),
(247, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(248, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(249, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(250, 'woocommerce_review_rating_required', 'yes', 'no'),
(251, 'woocommerce_manage_stock', 'yes', 'yes'),
(252, 'woocommerce_hold_stock_minutes', '60', 'no'),
(253, 'woocommerce_notify_low_stock', 'yes', 'no'),
(254, 'woocommerce_notify_no_stock', 'yes', 'no'),
(255, 'woocommerce_stock_email_recipient', 'admin@seis.my', 'no'),
(256, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(257, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(258, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(259, 'woocommerce_stock_format', '', 'yes'),
(260, 'woocommerce_file_download_method', 'force', 'no'),
(261, 'woocommerce_downloads_require_login', 'no', 'no'),
(262, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(263, 'woocommerce_prices_include_tax', 'no', 'yes'),
(264, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(265, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(266, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(267, 'woocommerce_tax_classes', 'Reduced rate\nZero rate', 'yes'),
(268, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(269, 'woocommerce_tax_display_cart', 'excl', 'no'),
(270, 'woocommerce_price_display_suffix', '', 'yes'),
(271, 'woocommerce_tax_total_display', 'itemized', 'no'),
(272, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(273, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(274, 'woocommerce_ship_to_destination', 'billing', 'no'),
(275, 'woocommerce_shipping_debug_mode', 'no', 'no'),
(276, 'woocommerce_enable_coupons', 'yes', 'yes'),
(277, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(278, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(279, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(280, 'woocommerce_cart_page_id', '', 'yes'),
(281, 'woocommerce_checkout_page_id', '', 'yes'),
(282, 'woocommerce_terms_page_id', '', 'no'),
(283, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(284, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(285, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(286, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(287, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(288, 'woocommerce_myaccount_page_id', '', 'yes'),
(289, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(290, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(291, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(292, 'woocommerce_registration_generate_username', 'yes', 'no'),
(293, 'woocommerce_registration_generate_password', 'no', 'no'),
(294, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(295, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(296, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(297, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(298, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(299, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(300, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(301, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(302, 'woocommerce_email_from_name', 'Feelgroup', 'no'),
(303, 'woocommerce_email_from_address', 'admin@seis.my', 'no'),
(304, 'woocommerce_email_header_image', '', 'no'),
(305, 'woocommerce_email_footer_text', '{site_title}', 'no'),
(306, 'woocommerce_email_base_color', '#96588a', 'no'),
(307, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(308, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(309, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(310, 'woocommerce_api_enabled', 'yes', 'yes'),
(311, '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'),
(312, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(313, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(1172, '_transient_wc_count_comments', 'O:8:"stdClass":7:{s:14:"total_comments";i:3;s:3:"all";i:3;s:8:"approved";s:1:"3";s:9:"moderated";i:0;s:4:"spam";i:0;s:5:"trash";i:0;s:12:"post-trashed";i:0;}', 'yes'),
(316, 'default_product_cat', '15', 'yes'),
(3151, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1529406986', 'no'),
(321, 'woocommerce_admin_notices', 'a:1:{i:0;s:7:"install";}', 'yes'),
(319, 'woocommerce_version', '3.3.5', 'yes'),
(320, 'woocommerce_db_version', '3.3.5', 'yes'),
(1148, '_transient_product_query-transient-version', '1524627995', 'yes'),
(324, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'),
(1165, 'tm_pg_category_children', 'a:0:{}', 'yes'),
(1168, 'pa_color_children', 'a:0:{}', 'yes'),
(1169, 'pa_size_children', 'a:0:{}', 'yes'),
(343, 'tm_wc_ajax_filters_grid_list_enable', 'yes', 'yes'),
(344, 'tm_wc_ajax_filters_ordering_enable', 'yes', 'yes'),
(345, 'tm_wc_ajax_filters_pagination_enable', 'yes', 'yes'),
(346, 'tm_wc_ajax_filters_loadmore_enable', 'yes', 'yes'),
(347, 'tm_wc_ajax_filters_loadmore_label', 'Load more', 'yes'),
(348, 'tm_wc_ajax_filters_loadmore_treshold', '20', 'yes'),
(349, 'tm_wc_ajax_filters_loadmore_treshold_mobile', '20', 'yes'),
(350, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(706, 'widget_tm_about_store_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(353, 'tm_woocompare_page', '', 'yes'),
(354, 'tm_woowishlist_page', '', 'yes'),
(355, 'tm_woocompare_enable', '', 'yes'),
(356, 'tm_woocompare_show_in_catalog', '', 'yes'),
(357, 'tm_woocompare_show_in_single', '', 'yes'),
(358, 'tm_woocompare_compare_text', '', 'yes'),
(359, 'tm_woocompare_remove_text', '', 'yes'),
(360, 'tm_woocompare_page_btn_text', '', 'yes'),
(361, 'tm_woocompare_empty_btn_text', 'Empty compare', 'yes'),
(362, 'tm_woocompare_empty_text', 'No products found to compare.', 'yes'),
(363, 'tm_woocompare_page_template', 'page.tmpl', 'yes'),
(364, 'tm_woocompare_widget_template', 'widget.tmpl', 'yes'),
(365, 'tm_woowishlist_enable', 'yes', 'yes'),
(366, 'tm_woowishlist_show_in_catalog', 'yes', 'yes'),
(367, 'tm_woowishlist_show_in_single', 'yes', 'yes'),
(368, 'tm_woowishlist_add_text', 'Add to Wishlist', 'yes'),
(369, 'tm_woowishlist_added_text', 'Added to Wishlist', 'yes'),
(370, 'tm_woowishlist_page_btn_text', 'Go to my wishlist', 'yes'),
(371, 'tm_woowishlist_empty_text', 'No products added to wishlist.', 'yes'),
(372, 'tm_woowishlist_cols', '1', 'yes'),
(373, 'tm_woowishlist_page_template', 'page.tmpl', 'yes'),
(374, 'tm_woowishlist_widget_template', 'widget.tmpl', 'yes'),
(708, 'widget_woocommerce_layered_nav_filters', 'a:2:{i:2;a:1:{s:5:"title";s:14:"Active filters";}s:12:"_multiwidget";i:1;}', 'yes'),
(707, 'widget_woocommerce_widget_cart', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(385, 'toastie_smsb_fb', 'true', 'yes'),
(386, 'toastie_smsb_tw', 'true', 'yes'),
(387, 'toastie_smsb_gp', 'true', 'yes'),
(388, 'toastie_smsb_pi', 'true', 'yes'),
(389, 'toastie_smsb_tu', 'true', 'yes'),
(390, 'toastie_smsb_li', 'true', 'yes'),
(391, 'toastie_smsb_st', 'true', 'yes'),
(392, 'toastie_smsb_vk', 'true', 'yes'),
(393, 'toastie_smsb_em', 'true', 'yes'),
(394, 'toastie_smsb_format', 'button', 'yes'),
(395, 'toastie_smsb_title', '', 'yes'),
(396, 'toastie_smsb_email', 'I%20saw%20this%20and%20thought%20of%20you!%20', 'yes'),
(397, 'toastie_smsb_opengraph', 'false', 'yes'),
(401, 'tm_pg_plugin_notice', '1', 'yes'),
(1159, 'category_children', 'a:0:{}', 'yes'),
(1160, 'projects_category_children', 'a:0:{}', 'yes'),
(1162, 'group_children', 'a:0:{}', 'yes'),
(1166, 'cherry-services_category_children', 'a:0:{}', 'yes'),
(486, 'cache', 'a:5:{s:5:"terms";a:28:{s:40:"abaf6ee0621bd71eaf8bf58d4084fd615f6bafd8";i:1;s:40:"56c1128492c65642708bf1a08d3a8b7659e4a889";i:2;s:40:"3929456542ac7503fbe203d72eb88c84c2bdd26d";i:3;s:40:"944bf33f713f647c1e1b07c0586811ec692399de";i:4;s:40:"ed16c52aa019ab4a297238cd0f17e0f2d838047d";i:5;s:40:"49fe30bfa111a4f530582fe613ea915f98068180";i:6;s:40:"21225c769005cf541c7831a1a7ed285c7569141a";i:7;s:40:"fe1398f940f90df54e2ce0e39b65e210ec401ef2";i:8;s:40:"2b0505fb50204c778e15fc09f11ee0cf35cd7fe0";i:9;s:40:"f67cfc51e88a20f8dbde7f4c8533949ba85e1609";i:10;s:40:"ddf7829131b57d84f6f61f5ee547702c5e15fd14";i:11;s:40:"19de032624c5286f6bd0cc1ef8dbfa5b2ecbd50a";i:12;s:40:"9916251d47dfb727823eebb03a584d37ade7f0fa";i:13;s:40:"78221e398b2857137272b2235b75f6c3889e0c0f";i:14;s:40:"c42a2636462f516544d5b4ea4d20db0f89ad1fff";i:15;s:40:"85f8238838f383d571654bd66355582b9625904d";i:16;s:40:"0850d8c47c7cdd4f40d16756f8b052fc2d523867";i:17;s:40:"b15f6720bc1432b72b6b986521268238cdc19ba6";i:18;s:40:"955bc5fc678aaadc4691c23ea929920cf4336079";i:19;s:40:"4567e8574ae0fb0f7732404db67d60ea257539ed";i:20;s:40:"c494f011b5693edfee8e3928170a626dc763dc92";i:21;s:40:"52cb6f4ac0d3a9a6492f80d50fb40b8d3b3e7b9e";i:22;s:40:"3b4ef3e046098b2798f8cf3a66dee11be563061f";i:23;s:40:"4a1da78f0dca161252bb903ba1d2aeeb08cf58d2";i:24;s:40:"ff8fcb577fefcb430c442388e9f0b8739a073c4d";i:25;s:40:"3a48151c69adfbca767e774b3e8780c99bc4f8fd";i:26;s:40:"5cc7d3a7c5b55c63c725b523616e3516375c2925";i:27;s:40:"19dc8c99d2fdcf59ac707eb44ad5c38fbb22f12e";i:28;}s:7:"term_id";a:28:{i:31;i:1;i:39;i:2;i:40;i:3;i:1;i:4;i:38;i:5;i:24;i:6;i:37;i:7;i:56;i:8;i:48;i:9;i:52;i:10;i:50;i:11;i:47;i:12;i:58;i:13;i:51;i:14;i:57;i:15;i:46;i:16;i:49;i:17;i:59;i:18;i:43;i:19;i:55;i:20;i:45;i:21;i:54;i:22;i:44;i:23;i:53;i:24;i:42;i:25;i:36;i:26;i:41;i:27;i:60;i:28;}s:9:"term_slug";a:28:{s:27:"category-completed-projects";i:1;s:22:"category-industry-news";i:2;s:32:"category-projects-in-development";i:3;s:22:"category-uncategorized";i:4;s:27:"post_tag-completed-projects";i:5;s:22:"post_tag-industry-news";i:6;s:32:"post_tag-projects-in-development";i:7;s:21:"projects_tag-building";i:8;s:28:"projects_category-commercial";i:9;s:36:"projects_category-cultural-lifestyle";i:10;s:33:"projects_category-data-technology";i:11;s:29:"projects_category-educational";i:12;s:12:"scope-global";i:13;s:37:"projects_category-government-military";i:14;s:13:"group-group-1";i:15;s:28:"projects_category-healthcare";i:16;s:42:"projects_category-manufacturing-industrial";i:17;s:18:"layout_type-module";i:18;s:16:"scope-not_global";i:19;s:37:"cherry-services_category-our-services";i:20;s:20:"module_width-regular";i:21;s:15:"layout_type-row";i:22;s:19:"layout_type-section";i:23;s:37:"projects_category-warehouse-logistics";i:24;s:20:"nav_menu-footer-menu";i:25;s:18:"nav_menu-main-menu";i:26;s:15:"nav_menu-social";i:27;s:17:"nav_menu-top-menu";i:28;}s:5:"posts";a:222:{i:147;i:147;i:149;i:149;i:150;i:150;i:151;i:151;i:153;i:153;i:166;i:166;i:167;i:167;i:168;i:168;i:173;i:173;i:174;i:174;i:175;i:175;i:187;i:187;i:188;i:188;i:197;i:197;i:198;i:198;i:200;i:200;i:201;i:201;i:202;i:202;i:205;i:205;i:206;i:206;i:219;i:219;i:230;i:230;i:234;i:234;i:236;i:236;i:237;i:237;i:238;i:238;i:239;i:239;i:240;i:240;i:241;i:241;i:244;i:244;i:249;i:249;i:250;i:250;i:251;i:251;i:256;i:256;i:257;i:257;i:258;i:258;i:259;i:259;i:260;i:260;i:261;i:261;i:262;i:262;i:263;i:263;i:267;i:267;i:268;i:268;i:269;i:269;i:270;i:270;i:271;i:271;i:272;i:272;i:273;i:273;i:274;i:274;i:275;i:275;i:276;i:276;i:277;i:277;i:278;i:278;i:292;i:292;i:294;i:294;i:308;i:308;i:309;i:309;i:310;i:310;i:353;i:353;i:212;i:212;i:213;i:213;i:214;i:214;i:215;i:215;i:297;i:297;i:298;i:298;i:299;i:299;i:300;i:300;i:302;i:302;i:303;i:303;i:426;i:426;i:427;i:427;i:428;i:428;i:429;i:429;i:430;i:430;i:431;i:431;i:432;i:432;i:500;i:500;i:530;i:530;i:531;i:531;i:216;i:216;i:217;i:217;i:226;i:226;i:242;i:242;i:255;i:255;i:291;i:291;i:295;i:295;i:315;i:315;i:316;i:316;i:317;i:317;i:318;i:318;i:319;i:319;i:320;i:320;i:321;i:321;i:331;i:331;i:332;i:332;i:333;i:333;i:334;i:334;i:335;i:335;i:336;i:336;i:337;i:337;i:338;i:338;i:339;i:339;i:342;i:342;i:354;i:354;i:355;i:355;i:356;i:356;i:357;i:357;i:358;i:358;i:359;i:359;i:360;i:360;i:361;i:361;i:370;i:370;i:371;i:371;i:372;i:372;i:373;i:373;i:374;i:374;i:375;i:375;i:376;i:376;i:377;i:377;i:378;i:378;i:379;i:379;i:380;i:380;i:381;i:381;i:382;i:382;i:383;i:383;i:384;i:384;i:391;i:391;i:392;i:392;i:393;i:393;i:394;i:394;i:395;i:395;i:396;i:396;i:414;i:414;i:415;i:415;i:421;i:421;i:422;i:422;i:423;i:423;i:435;i:435;i:465;i:465;i:464;i:464;i:466;i:466;i:467;i:467;i:468;i:468;i:469;i:469;i:470;i:470;i:471;i:471;i:472;i:472;i:473;i:473;i:474;i:474;i:475;i:475;i:476;i:476;i:477;i:477;i:478;i:478;i:479;i:479;i:480;i:480;i:481;i:481;i:482;i:482;i:483;i:483;i:484;i:484;i:184;i:184;i:218;i:218;i:232;i:232;i:253;i:253;i:290;i:290;i:293;i:293;i:314;i:314;i:385;i:385;i:386;i:386;i:387;i:387;i:388;i:388;i:389;i:389;i:390;i:390;i:437;i:437;i:438;i:438;i:489;i:489;i:490;i:490;i:491;i:491;i:492;i:492;i:493;i:493;i:439;i:439;i:440;i:440;i:441;i:441;i:442;i:442;i:443;i:443;i:444;i:444;i:445;i:445;i:446;i:446;i:449;i:449;i:450;i:450;i:451;i:451;i:452;i:452;i:453;i:453;i:454;i:454;i:455;i:455;i:457;i:457;i:458;i:458;i:459;i:459;i:460;i:460;i:463;i:463;i:160;i:160;i:161;i:161;i:170;i:170;i:171;i:171;i:172;i:172;i:227;i:227;i:264;i:264;i:307;i:307;i:369;i:369;i:398;i:398;i:405;i:405;i:406;i:406;i:410;i:410;i:416;i:416;i:417;i:417;i:418;i:418;i:485;i:485;i:486;i:486;i:487;i:487;i:488;i:488;i:411;i:411;i:412;i:412;i:497;i:497;}s:8:"comments";a:2:{i:4;i:1;i:5;i:2;}}', 'yes'),
(1163, 'layout_category_children', 'a:0:{}', 'yes'),
(1164, 'tm_pg_post_tag_children', 'a:0:{}', 'yes'),
(758, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3155, '_transient_timeout__woocommerce_helper_updates', '1529439431', 'no'),
(3156, '_transient__woocommerce_helper_updates', 'a:4:{s:4:"hash";s:32:"d751713988987e9331980363e24189ce";s:7:"updated";i:1529396231;s:8:"products";a:0:{}s:6:"errors";a:1:{i:0;s:10:"http-error";}}', 'no'),
(2782, 'scroll_to_anchor', 'a:4:{s:5:"speed";i:500;s:8:"distance";i:50;s:5:"label";s:6:"Anchor";s:10:"exceptions";s:0:"";}', 'yes'),
(3159, 'ai1wm_secret_key', '4PLluMDZAurf', 'yes');
INSERT INTO `wpag_options` VALUES
(3163, 'cherry_customiser_fonts_google', 'a:809:{i:0;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"ABeeZee";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-09-29";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/abeezee/v9/mE5BOuZKGln_Ex0uYKpIaw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/abeezee/v9/kpplLynmYgP0YtlJA3atRw.ttf";}}i:1;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Abel";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-09-29";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf";}}i:2;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Abhaya Libre";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:7:"sinhala";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-10-06";s:5:"files";a:5:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf";i:800;s:89:"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf";}}i:3;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Abril Fatface";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:4;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Aclonica";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf";}}i:5;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Acme";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf";}}i:6;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Actor";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf";}}i:7;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Adamina";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/adamina/v8/RUQfOodOMiVVYqFZcSlT9w.ttf";}}i:8;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Advent Pro";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"greek";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:7:{i:100;s:87:"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf";i:200;s:87:"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf";i:300;s:87:"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf";s:7:"regular";s:87:"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf";i:600;s:87:"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf";i:700;s:87:"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:9;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Aguafina Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf";}}i:10;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Akronim";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf";}}i:11;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Aladin";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf";}}i:12;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Aldrich";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf";}}i:13;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Alef";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf";}}i:14;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Alegreya";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf";i:900;s:86:"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf";}}i:15;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Alegreya SC";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf";i:900;s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf";s:9:"900italic";s:88:"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf";}}i:16;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Alegreya Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:14:{i:100;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf";s:9:"100italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf";i:300;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf";s:9:"300italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf";s:9:"500italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf";i:700;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf";i:800;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf";s:9:"800italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf";i:900;s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf";s:9:"900italic";s:90:"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf";}}i:17;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Alegreya Sans SC";s:8:"category";s:10:"sans-serif";s:8:"variants";a:14:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"800";i:11;s:9:"800italic";i:12;s:3:"900";i:13;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:14:{i:100;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf";s:9:"100italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf";i:300;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf";s:9:"300italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf";s:7:"regular";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf";i:500;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf";s:9:"500italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf";i:700;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf";s:9:"700italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf";i:800;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf";s:9:"800italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf";i:900;s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf";s:9:"900italic";s:92:"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf";}}i:18;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Alex Brush";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf";}}i:19;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Alfa Slab One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/alfaslabone/v5/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:20;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Alice";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/alice/v7/wZTAfivekBqIg-rk63nFvQ.ttf";}}i:21;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Alike";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/alike/v8/Ho8YpRKNk_202fwDiGNIyw.ttf";}}i:22;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Alike Angular";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf";}}i:23;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Allan";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf";}}i:24;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Allerta";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf";}}i:25;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Allerta Stencil";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf";}}i:26;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Allura";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf";}}i:27;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Almendra";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:28;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Almendra Display";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf";}}i:29;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Almendra SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf";}}i:30;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Amarante";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf";}}i:31;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Amaranth";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:32;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Amatic SC";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/amaticsc/v8/MldbRWLFytvqxU1y81xSVg.ttf";i:700;s:86:"http://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf";}}i:33;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Amatica SC";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/amaticasc/v1/f9SWSy9DLsJV2etvm5rwGPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5TgJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:34;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Amethysta";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf";}}i:35;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Amiko";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amiko/v1/A7bjc3cOLJtGgpPGnxyHsw.ttf";i:600;s:62:"http://fonts.gstatic.com/s/amiko/v1/BaZst4RZ4sDyD3mH-BfVaA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amiko/v1/6syx43mQ07VvOmpFc0G9Lg.ttf";}}i:36;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Amiri";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf";}}i:37;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Amita";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf";}}i:38;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Anaheim";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf";}}i:39;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Andada";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf";}}i:40;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Andika";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";i:4;s:10:"vietnamese";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/andika/v7/oe-ag1G0lcqZ3IXfeEgaGg.ttf";}}i:41;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Angkor";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf";}}i:42;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:24:"Annie Use Your Telescope";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:99:"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf";}}i:43;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Anonymous Pro";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"greek";i:3;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf";i:700;s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/anonymouspro/v9/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf";}}i:44;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Antic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf";}}i:45;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Antic Didone";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf";}}i:46;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Antic Slab";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf";}}i:47;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Anton";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/anton/v7/XIbCenm-W0IRHWYIh7CGUQ.ttf";}}i:48;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Arapey";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf";}}i:49;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Arbutus";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf";}}i:50;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Arbutus Slab";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf";}}i:51;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Architects Daughter";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf";}}i:52;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Archivo Black";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf";}}i:53;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Archivo Narrow";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf";i:700;s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf";}}i:54;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Aref Ruqaa";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/arefruqaa/v1/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/arefruqaa/v1/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:55;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Arima Madurai";s:8:"category";s:7:"display";s:8:"variants";a:8:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"700";i:6;s:3:"800";i:7;s:3:"900";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-08-22";s:5:"files";a:8:{i:100;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf";i:200;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf";i:300;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf";i:700;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf";i:800;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf";i:900;s:90:"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf";}}i:56;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Arimo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";i:3;s:8:"cyrillic";i:4;s:5:"greek";i:5;s:5:"latin";i:6;s:9:"greek-ext";i:7;s:10:"vietnamese";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf";}}i:57;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Arizonia";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf";}}i:58;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Armata";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf";}}i:59;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Artifika";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf";}}i:60;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Arvo";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf";}}i:61;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Arya";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf";}}i:62;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Asap";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asap/v4/2lf-1MDR8tsTpEtvJmr2hA.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/asap/v4/mwxNHf8QS8gNWCAMwkJNIg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/asap/v4/o5RUA7SsJ80M8oDFBnrDbg.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/asap/v4/_rZz9y2oXc09jT5T6BexLQ.ttf";}}i:63;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Asar";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asar/v2/mSmn3H5CcMA84CZ586X7WQ.ttf";}}i:64;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Asset";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf";}}i:65;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Assistant";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:87:"http://fonts.gstatic.com/s/assistant/v1/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/assistant/v1/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/assistant/v1/2iDwv6DBtyixlK5YHngp1w.ttf";i:600;s:87:"http://fonts.gstatic.com/s/assistant/v1/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/assistant/v1/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/assistant/v1/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf";}}i:66;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Astloch";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf";i:700;s:85:"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf";}}i:67;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Asul";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf";}}i:68;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Athiti";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:63:"http://fonts.gstatic.com/s/athiti/v1/Ge5skdKwzxRPajVLdOJuIg.ttf";i:300;s:63:"http://fonts.gstatic.com/s/athiti/v1/OoT7lj4AaSp1JpGJLKn3CA.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/athiti/v1/e7eiIKP18Iz9Kg1xat6AYw.ttf";i:500;s:63:"http://fonts.gstatic.com/s/athiti/v1/W3pP-ANXfsMOVOG-cqqMFw.ttf";i:600;s:63:"http://fonts.gstatic.com/s/athiti/v1/kYx3dtUYNEuUlzWczYzsmQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/athiti/v1/tyXFOxQyZGXfqHhtqSikdw.ttf";}}i:69;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Atma";s:8:"category";s:7:"display";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:7:"bengali";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/atma/v1/noxn2r6cT3JgmEDt6Ip5pQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/atma/v1/dkXPrLoE_uqcgUFj4JdfRQ.ttf";i:500;s:61:"http://fonts.gstatic.com/s/atma/v1/Htksg3ZXeAEbSvUdTQX-uw.ttf";i:600;s:61:"http://fonts.gstatic.com/s/atma/v1/EGUwD65ZZn9IIHp5Y36b4A.ttf";i:700;s:61:"http://fonts.gstatic.com/s/atma/v1/-fkXl3wADUHjobbwO9d-Wg.ttf";}}i:70;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Atomic Age";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/atomicage/v7/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf";}}i:71;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Aubrey";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf";}}i:72;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Audiowide";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf";}}i:73;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Autour One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/autourone/v5/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf";}}i:74;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Average";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf";}}i:75;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Average Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf";}}i:76;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Averia Gruesa Libre";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf";}}i:77;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Averia Libre";s:8:"category";s:7:"display";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:6:{i:300;s:89:"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:89:"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf";}}i:78;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Averia Sans Libre";s:8:"category";s:7:"display";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{i:300;s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf";s:9:"300italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf";s:6:"italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf";i:700;s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf";s:9:"700italic";s:93:"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf";}}i:79;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Averia Serif Libre";s:8:"category";s:7:"display";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{i:300;s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf";i:700;s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf";}}i:80;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Bad Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:8:"cyrillic";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf";}}i:81;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Baloo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/baloo/v1/uFkbq9GEAWUcT0XNeptJ1Q.ttf";}}i:82;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Baloo Bhai";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/baloobhai/v1/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf";}}i:83;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Baloo Bhaina";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"oriya";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-08-19";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/baloobhaina/v1/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf";}}i:84;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Baloo Chettan";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:9:"malayalam";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-08-19";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/baloochettan/v1/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf";}}i:85;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Baloo Da";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:7:"bengali";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/balooda/v1/RAJ0l2eJl_HDURCVxRE1iQ.ttf";}}i:86;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Baloo Paaji";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";i:3;s:8:"gurmukhi";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-08-19";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/baloopaaji/v1/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf";}}i:87;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Baloo Tamma";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";i:3;s:7:"kannada";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-08-19";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/balootamma/v1/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf";}}i:88;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Baloo Thambi";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/baloothambi/v1/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf";}}i:89;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Balthazar";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf";}}i:90;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Bangers";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bangers/v8/WAffdge5w99Xif-DLeqmcA.ttf";}}i:91;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Basic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf";}}i:92;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Battambang";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:93;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Baumans";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf";}}i:94;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Bayon";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf";}}i:95;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Belgrano";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf";}}i:96;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Belleza";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf";}}i:97;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"BenchNine";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf";i:700;s:87:"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf";}}i:98;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Bentham";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf";}}i:99;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Berkshire Swash";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf";}}i:100;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Bevan";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bevan/v7/Rtg3zDsCeQiaJ_Qno22OJA.ttf";}}i:101;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Bigelow Rules";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf";}}i:102;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Bigshot One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf";}}i:103;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Bilbo";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf";}}i:104;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Bilbo Swash Caps";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf";}}i:105;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"BioRhyme";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:200;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf";i:300;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/biorhyme/v1/n6v5UkVPy_CjbP3fvsu1CA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/biorhyme/v1/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf";}}i:106;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"BioRhyme Expanded";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:200;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf";i:300;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf";i:700;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf";i:800;s:94:"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf";}}i:107;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Biryani";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:85:"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:85:"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf";i:600;s:85:"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf";i:800;s:85:"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf";i:900;s:85:"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf";}}i:108;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Bitter";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-10-20";s:5:"files";a:3:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/bitter/v10/w_BNdJvVZDRmqy5aSfB2kQ.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/bitter/v10/TC0FZEVzXQIGgzmRfKPZbA.ttf";i:700;s:64:"http://fonts.gstatic.com/s/bitter/v10/4dUtr_4BvHuoRU35suyOAg.ttf";}}i:109;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Black Ops One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:110;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Bokor";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf";}}i:111;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Bonbon";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf";}}i:112;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Boogaloo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf";}}i:113;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Bowlby One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf";}}i:114;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Bowlby One SC";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf";}}i:115;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Brawler";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf";}}i:116;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Bree Serif";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf";}}i:117;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Bubblegum Sans";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf";}}i:118;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Bubbler One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf";}}i:119;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Buda";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:3:"300";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{i:300;s:61:"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf";}}i:120;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Buenard";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf";}}i:121;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Bungee";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/bungee/v2/0jM4G9s968t1_tpwzM9UDg.ttf";}}i:122;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Bungee Hairline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/bungeehairline/v2/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf";}}i:123;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Bungee Inline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/bungeeinline/v2/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:124;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Bungee Outline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/bungeeoutline/v2/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf";}}i:125;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Bungee Shade";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/bungeeshade/v2/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf";}}i:126;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Butcherman";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf";}}i:127;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Butterfly Kids";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf";}}i:128;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Cabin";s:8:"category";s:10:"sans-serif";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:8:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cabin/v9/XeuAFYo2xAPHxZGBbQtHhA.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/cabin/v9/0tJ9k3DI5xC4GBgs1E_Jxw.ttf";i:500;s:62:"http://fonts.gstatic.com/s/cabin/v9/HgsCQ-k3_Z_uQ86aFolNBg.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/cabin/v9/eUDAvKhBtmTCkeVBsFk34A.ttf";s:9:"600italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cabin/v9/4EKhProuY1hq_WCAomq9Dg.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/cabin/v9/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf";}}i:129;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Cabin Condensed";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf";i:500;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf";i:600;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf";i:700;s:92:"http://fonts.gstatic.com/s/cabincondensed/v8/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf";}}i:130;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Cabin Sketch";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/cabinsketch/v9/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cabinsketch/v9/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf";}}i:131;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Caesar Dressing";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf";}}i:132;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Cagliostro";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf";}}i:133;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Cairo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:62:"http://fonts.gstatic.com/s/cairo/v1/9BU6Hrio9syG9zwo_CNPXg.ttf";i:300;s:62:"http://fonts.gstatic.com/s/cairo/v1/mpy3SIEJVOIfFnVLujcRDg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/cairo/v1/-tPnHq7mmAjcjJRSjsuZGA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/cairo/v1/Ct_3a0tcTEyNNSnuZKDd7g.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cairo/v1/ONxTSBYfmg-V5CkIwS_5gQ.ttf";i:900;s:62:"http://fonts.gstatic.com/s/cairo/v1/Fm-hIVCp5OI5mO4Ec71jcw.ttf";}}i:134;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Calligraffitti";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf";}}i:135;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Cambay";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf";}}i:136;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Cambo";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf";}}i:137;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Candal";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf";}}i:138;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Cantarell";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:139;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Cantata One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cantataone/v6/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf";}}i:140;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Cantora One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf";}}i:141;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Capriola";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf";}}i:142;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Cardo";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"greek";i:2;s:5:"latin";i:3;s:9:"greek-ext";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf";}}i:143;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Carme";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf";}}i:144;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Carrois Gothic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/carroisgothic/v5/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf";}}i:145;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Carrois Gothic SC";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/carroisgothicsc/v5/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf";}}i:146;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Carter One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf";}}i:147;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Catamaran";s:8:"category";s:10:"sans-serif";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:9:{i:100;s:87:"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf";i:200;s:87:"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:87:"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:87:"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf";}}i:148;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Caudex";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"greek";i:2;s:5:"latin";i:3;s:9:"greek-ext";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf";}}i:149;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Caveat";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/caveat/v2/8I23b6N-6rRVbh-C_Vx3yA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/caveat/v2/LkaFtQENGJry2eUMwGRTeA.ttf";}}i:150;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Caveat Brush";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/caveatbrush/v2/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf";}}i:151;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Cedarville Cursive";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf";}}i:152;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Ceviche One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cevicheone/v7/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf";}}i:153;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Changa";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:7:{i:200;s:63:"http://fonts.gstatic.com/s/changa/v2/QNWVD9FzsnhVmHzE7HryDQ.ttf";i:300;s:63:"http://fonts.gstatic.com/s/changa/v2/OKZ0H1bMg3M9EZMVzgQ9fg.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/changa/v2/7_e8qktkj6uKM0DamZJY9Q.ttf";i:500;s:63:"http://fonts.gstatic.com/s/changa/v2/KrXcHYf9ILB8aFWCj0Vfxg.ttf";i:600;s:63:"http://fonts.gstatic.com/s/changa/v2/6uCpqxwcsYkfV0M8Ls6WPA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/changa/v2/vAXzeaPkdpxlejFN7h0ibw.ttf";i:800;s:63:"http://fonts.gstatic.com/s/changa/v2/H3IsiH2Fx0Pc4_OU4HSpng.ttf";}}i:154;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Changa One";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf";}}i:155;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Chango";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf";}}i:156;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Chathura";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:100;s:86:"http://fonts.gstatic.com/s/chathura/v1/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:86:"http://fonts.gstatic.com/s/chathura/v1/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/chathura/v1/7hRNO-_zjRopkcP2n1rr8g.ttf";i:700;s:86:"http://fonts.gstatic.com/s/chathura/v1/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/chathura/v1/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf";}}i:157;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Chau Philomene One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/chauphilomeneone/v5/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/chauphilomeneone/v5/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf";}}i:158;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Chela One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/chelaone/v5/h5O0dEnpnIq6jQnWxZybrA.ttf";}}i:159;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Chelsea Market";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf";}}i:160;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Chenla";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf";}}i:161;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Cherry Cream Soda";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf";}}i:162;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Cherry Swash";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf";}}i:163;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Chewy";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf";}}i:164;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Chicle";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf";}}i:165;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Chivo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"900";i:3;s:9:"900italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/chivo/v7/L88PEuzS9eRfHRZhAPhZyw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/chivo/v7/Oe3-Q-a2kBzPnhHck_baMg.ttf";i:900;s:62:"http://fonts.gstatic.com/s/chivo/v7/JAdkiWd46QCW4vOsj3dzTA.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/chivo/v7/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf";}}i:166;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Chonburi";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf";}}i:167;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Cinzel";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf";i:900;s:63:"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf";}}i:168;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Cinzel Decorative";s:8:"category";s:7:"display";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf";i:900;s:94:"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf";}}i:169;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Clicker Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf";}}i:170;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Coda";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf";i:800;s:62:"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf";}}i:171;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Coda Caption";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{i:800;s:89:"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf";}}i:172;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Codystar";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{i:300;s:86:"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf";}}i:173;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Coiny";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/coiny/v1/B-pC9lRxssd2RDK37Rdekw.ttf";}}i:174;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Combo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf";}}i:175;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Comfortaa";s:8:"category";s:7:"display";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/comfortaa/v7/lZx6C1VViPgSOhCBUP7hXA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf";}}i:176;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Coming Soon";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf";}}i:177;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Concert One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf";}}i:178;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Condiment";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf";}}i:179;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Content";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf";}}i:180;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Contrail One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf";}}i:181;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Convergence";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf";}}i:182;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Cookie";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf";}}i:183;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Copse";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf";}}i:184;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Corben";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf";}}i:185;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Cormorant";s:8:"category";s:5:"serif";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:10:{i:300;s:87:"http://fonts.gstatic.com/s/cormorant/v1/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/cormorant/v1/9vWr5LgrNEgvhv1P3z9uuQ.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:87:"http://fonts.gstatic.com/s/cormorant/v1/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"500italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:87:"http://fonts.gstatic.com/s/cormorant/v1/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"600italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:87:"http://fonts.gstatic.com/s/cormorant/v1/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/cormorant/v1/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:186;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Cormorant Garamond";s:8:"category";s:5:"serif";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:10:{i:300;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf";s:9:"300italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf";s:7:"regular";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf";i:500;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf";s:9:"500italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf";i:600;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf";s:9:"600italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf";i:700;s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf";s:9:"700italic";s:95:"http://fonts.gstatic.com/s/cormorantgaramond/v1/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf";}}i:187;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Cormorant Infant";s:8:"category";s:5:"serif";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:10:{i:300;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf";s:9:"300italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf";s:6:"italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf";i:500;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf";s:9:"500italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf";i:600;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf";s:9:"600italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf";i:700;s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf";s:9:"700italic";s:93:"http://fonts.gstatic.com/s/cormorantinfant/v1/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf";}}i:188;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Cormorant SC";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/cormorantsc/v1/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf";}}i:189;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Cormorant Unicase";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf";i:500;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf";i:600;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cormorantunicase/v1/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf";}}i:190;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Cormorant Upright";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf";i:500;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf";i:600;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf";i:700;s:94:"http://fonts.gstatic.com/s/cormorantupright/v1/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf";}}i:191;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Courgette";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf";}}i:192;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Cousine";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";i:3;s:8:"cyrillic";i:4;s:5:"greek";i:5;s:5:"latin";i:6;s:9:"greek-ext";i:7;s:10:"vietnamese";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf";i:700;s:86:"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf";}}i:193;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Coustard";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf";i:900;s:86:"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf";}}i:194;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:21:"Covered By Your Grace";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf";}}i:195;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Crafty Girls";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf";}}i:196;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Creepster";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf";}}i:197;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Crete Round";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf";}}i:198;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Crimson Text";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"600";i:3;s:9:"600italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf";}}i:199;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Croissant One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:200;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Crushed";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf";}}i:201;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Cuprum";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cuprum/v7/JgXs0F_UiaEdAS74msmFNg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/cuprum/v7/cLEz0KV6OxInnktSzpk58g.ttf";i:700;s:63:"http://fonts.gstatic.com/s/cuprum/v7/6tl3_FkDeXSD72oEHuJh4w.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/cuprum/v7/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf";}}i:202;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Cutive";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf";}}i:203;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Cutive Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/cutivemono/v4/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf";}}i:204;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Damion";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf";}}i:205;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Dancing Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/dancingscript/v7/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf";i:700;s:91:"http://fonts.gstatic.com/s/dancingscript/v7/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf";}}i:206;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Dangrek";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf";}}i:207;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"David Libre";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:3:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/davidlibre/v1/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:88:"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:208;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Dawning of a New Day";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf";}}i:209;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Days One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf";}}i:210;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Dekko";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/dekko/v3/AKtgABKC1rUxgIgS-bpojw.ttf";}}i:211;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Delius";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf";}}i:212;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Delius Swash Caps";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf";}}i:213;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Delius Unicase";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf";i:700;s:91:"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf";}}i:214;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Della Respira";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf";}}i:215;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Denk One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf";}}i:216;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Devonshire";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf";}}i:217;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Dhurjati";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf";}}i:218;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Didact Gothic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/didactgothic/v7/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf";}}i:219;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Diplomata";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/diplomata/v8/u-ByBiKgN6rTMA36H3kcKg.ttf";}}i:220;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Diplomata SC";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf";}}i:221;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Domine";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf";}}i:222;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Donegal One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf";}}i:223;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Doppio One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf";}}i:224;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Dorsa";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf";}}i:225;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Dosis";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:62:"http://fonts.gstatic.com/s/dosis/v6/ztftab0r6hcd7AeurUGrSQ.ttf";i:300;s:62:"http://fonts.gstatic.com/s/dosis/v6/awIB6L0h5mb0plIKorXmuA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/dosis/v6/rJRlixu-w0JZ1MyhJpao_Q.ttf";i:500;s:62:"http://fonts.gstatic.com/s/dosis/v6/ruEXDOFMxDPGnjCBKRqdAQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/dosis/v6/KNAswRNwm3tfONddYyidxg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/dosis/v6/AEEAj0ONidK8NQQMBBlSig.ttf";i:800;s:62:"http://fonts.gstatic.com/s/dosis/v6/nlrKd8E69vvUU39XGsvR7Q.ttf";}}i:226;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Dr Sugiyama";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf";}}i:227;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Droid Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:2:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:228;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Droid Sans Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf";}}i:229;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Droid Serif";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf";}}i:230;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Duru Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf";}}i:231;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Dynalight";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf";}}i:232;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"EB Garamond";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";i:4;s:10:"vietnamese";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf";}}i:233;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Eagle Lake";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf";}}i:234;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Eater";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf";}}i:235;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Economica";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:236;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Eczar";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:5:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/eczar/v4/uKZcAQ5JBBs1UbeXFRbBRg.ttf";i:500;s:62:"http://fonts.gstatic.com/s/eczar/v4/Ooe4KaPp2594tF8TbMfdlQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/eczar/v4/IjQsWW0bmgkZ6lnN72cnTQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/eczar/v4/ELC8RVXfBMb3VuuHtMwBOA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/eczar/v4/9Uyt6nTZLx_Qj5_WRah-iQ.ttf";}}i:237;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Ek Mukta";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf";i:300;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf";i:500;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:85:"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf";}}i:238;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"El Messiri";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:6:"arabic";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/elmessiri/v1/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf";i:500;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf";i:600;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf";i:700;s:87:"http://fonts.gstatic.com/s/elmessiri/v1/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:239;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Electrolize";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf";}}i:240;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Elsie";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf";i:900;s:62:"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf";}}i:241;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Elsie Swash Caps";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf";i:900;s:92:"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf";}}i:242;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Emblema One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf";}}i:243;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Emilys Candy";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf";}}i:244;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Engagement";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf";}}i:245;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Englebert";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf";}}i:246;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Enriqueta";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf";i:700;s:87:"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf";}}i:247;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Erica One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ericaone/v7/cIBnH2VAqQMIGYAcE4ufvQ.ttf";}}i:248;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Esteban";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf";}}i:249;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Euphoria Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf";}}i:250;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Ewert";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf";}}i:251;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:3:"Exo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:18:{i:100;s:60:"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf";s:9:"100italic";s:60:"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf";i:200;s:60:"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf";s:9:"200italic";s:60:"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf";i:300;s:60:"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf";s:9:"300italic";s:60:"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf";s:7:"regular";s:60:"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf";s:6:"italic";s:60:"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf";i:500;s:60:"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf";s:9:"500italic";s:60:"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf";i:600;s:60:"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf";s:9:"600italic";s:60:"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf";i:700;s:60:"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf";s:9:"700italic";s:60:"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf";i:800;s:60:"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf";s:9:"800italic";s:60:"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf";i:900;s:60:"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf";s:9:"900italic";s:60:"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf";}}i:252;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Exo 2";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:18:{i:100;s:61:"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf";s:9:"100italic";s:61:"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf";i:200;s:61:"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf";s:9:"200italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:61:"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf";s:9:"300italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf";s:9:"500italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:61:"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf";s:9:"600italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf";s:9:"700italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf";i:800;s:61:"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf";s:9:"800italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:61:"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf";s:9:"900italic";s:82:"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf";}}i:253;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Expletus Sans";s:8:"category";s:7:"display";s:8:"variants";a:8:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:8:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/expletussans/v9/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf";s:9:"500italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf";i:600;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf";s:9:"600italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf";i:700;s:90:"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf";}}i:254;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Fanwood Text";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf";}}i:255;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Farsan";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/farsan/v1/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf";}}i:256;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fascinate";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf";}}i:257;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Fascinate Inline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf";}}i:258;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Faster One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf";}}i:259;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Fasthand";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf";}}i:260;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fauna One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf";}}i:261;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Federant";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/federant/v8/tddZFSiGvxICNOGra0i5aA.ttf";}}i:262;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Federo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf";}}i:263;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Felipa";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf";}}i:264;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Fenix";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf";}}i:265;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Finger Paint";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/fingerpaint/v5/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf";}}i:266;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fira Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/firamono/v4/WQOm1D4RO-yvA9q9trJc8g.ttf";i:700;s:86:"http://fonts.gstatic.com/s/firamono/v4/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf";}}i:267;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fira Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:8:{i:300;s:86:"http://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/firasans/v6/nsT0isDy56OkSX99sFQbXw.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:86:"http://fonts.gstatic.com/s/firasans/v6/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf";s:9:"500italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:86:"http://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/firasans/v6/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:268;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Fjalla One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf";}}i:269;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fjord One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf";}}i:270;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Flamenco";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{i:300;s:86:"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf";}}i:271;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Flavors";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf";}}i:272;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Fondamento";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-27";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/fondamento/v6/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/fondamento/v6/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf";}}i:273;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Fontdiner Swanky";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf";}}i:274;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Forum";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf";}}i:275;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Francois One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/francoisone/v9/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf";}}i:276;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Frank Ruhl Libre";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"700";i:4;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf";s:7:"regular";s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf";i:500;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf";i:700;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf";i:900;s:92:"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf";}}i:277;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Freckle Face";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf";}}i:278;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Fredericka the Great";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf";}}i:279;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Fredoka One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf";}}i:280;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Freehand";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf";}}i:281;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Fresca";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf";}}i:282;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Frijole";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf";}}i:283;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Fruktur";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/fruktur/v8/PnQvfEi1LssAvhJsCwH__w.ttf";}}i:284;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Fugaz One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf";}}i:285;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"GFS Didot";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"greek";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf";}}i:286;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"GFS Neohellenic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"greek";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf";i:700;s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf";s:9:"700italic";s:92:"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf";}}i:287;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Gabriela";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gabriela/v4/B-2ZfbAO3HDrxqV6lR5tdA.ttf";}}i:288;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Gafata";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf";}}i:289;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Galada";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:7:"bengali";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/galada/v1/xGkllHQb8OOCv9VJ6IObSA.ttf";}}i:290;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Galdeano";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf";}}i:291;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Galindo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf";}}i:292;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Gentium Basic";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf";i:700;s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/gentiumbasic/v8/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf";}}i:293;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Gentium Book Basic";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf";i:700;s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/gentiumbookbasic/v7/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf";}}i:294;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:3:"Geo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf";s:6:"italic";s:60:"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf";}}i:295;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Geostar";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf";}}i:296;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Geostar Fill";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf";}}i:297;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Germania One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf";}}i:298;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Gidugu";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf";}}i:299;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Gilda Display";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf";}}i:300;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Give You Glory";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf";}}i:301;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Glass Antiqua";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf";}}i:302;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Glegoo";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf";}}i:303;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Gloria Hallelujah";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf";}}i:304;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Goblin One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf";}}i:305;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Gochi Hand";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf";}}i:306;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Gorditas";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf";i:700;s:86:"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf";}}i:307;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:21:"Goudy Bookletter 1911";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf";}}i:308;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Graduate";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf";}}i:309;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Grand Hotel";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf";}}i:310;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Gravitas One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf";}}i:311;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Great Vibes";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf";}}i:312;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Griffy";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf";}}i:313;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Gruppo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf";}}i:314;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Gudea";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf";}}i:315;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Gurajada";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf";}}i:316;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Habibi";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf";}}i:317;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Halant";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:5:{i:300;s:63:"http://fonts.gstatic.com/s/halant/v2/dM3ItAOWNNod_Cf3MnLlEg.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/halant/v2/rEs7Jk3SVyt3cTx6DoTu1w.ttf";i:500;s:63:"http://fonts.gstatic.com/s/halant/v2/tlsNj3K-hJKtiirTDtUbkQ.ttf";i:600;s:63:"http://fonts.gstatic.com/s/halant/v2/zNR2WvI_V8o652vIZp3X4Q.ttf";i:700;s:63:"http://fonts.gstatic.com/s/halant/v2/D9FN7OH89AuCmZDLHbPQfA.ttf";}}i:318;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Hammersmith One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf";}}i:319;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Hanalei";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf";}}i:320;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Hanalei Fill";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf";}}i:321;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Handlee";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf";}}i:322;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Hanuman";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf";}}i:323;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Happy Monkey";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf";}}i:324;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Harmattan";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/harmattan/v1/xNM1nDKzsLfoCLQtMRztGA.ttf";}}i:325;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Headland One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf";}}i:326;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Heebo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:7:{i:100;s:62:"http://fonts.gstatic.com/s/heebo/v2/SoQODIucfpkiveZloUR6ag.ttf";i:300;s:62:"http://fonts.gstatic.com/s/heebo/v2/dg5T18yyjkKiU_9mmcbDSQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/heebo/v2/nyHCGMPliplPNqpssbDSIA.ttf";i:500;s:62:"http://fonts.gstatic.com/s/heebo/v2/jDb70ZCwdD6JnmQU62ZQZA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/heebo/v2/NsBYEn6oWei8pPqytA07yA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/heebo/v2/h4CV2Qq56LKIinGGOStvsw.ttf";i:900;s:62:"http://fonts.gstatic.com/s/heebo/v2/uDfzHw3R0Bfa6HyIIcj-ow.ttf";}}i:327;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Henny Penny";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf";}}i:328;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Herr Von Muellerhoff";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf";}}i:329;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Hind";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-02";s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/hind/v6/qa346Adgv9kPDXoD1my4kA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/hind/v6/mktFHh5Z5P9YjGKSslSUtA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/hind/v6/2cs8RCVcYtiv4iNDH1UsQQ.ttf";i:600;s:61:"http://fonts.gstatic.com/s/hind/v6/TUKUmFMXSoxloBP1ni08oA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/hind/v6/cXJJavLdUbCfjxlsA6DqTw.ttf";}}i:330;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Hind Guntur";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:6:"telugu";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/hindguntur/v1/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:331;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Hind Madurai";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf";i:600;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf";i:700;s:89:"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf";}}i:332;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Hind Siliguri";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:7:"bengali";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-02";s:5:"files";a:5:{i:300;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf";i:500;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf";i:600;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf";i:700;s:90:"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf";}}i:333;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Hind Vadodara";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-02";s:5:"files";a:5:{i:300;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf";i:500;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf";i:600;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf";i:700;s:90:"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf";}}i:334;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Holtwood One SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf";}}i:335;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Homemade Apple";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf";}}i:336;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Homenaje";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/homenaje/v5/v0YBU0iBRrGdVjDNQILxtA.ttf";}}i:337;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"IM Fell DW Pica";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf";}}i:338;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"IM Fell DW Pica SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf";}}i:339;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"IM Fell Double Pica";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf";}}i:340;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:22:"IM Fell Double Pica SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf";}}i:341;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"IM Fell English";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf";}}i:342;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"IM Fell English SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf";}}i:343;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"IM Fell French Canon";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf";}}i:344;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:23:"IM Fell French Canon SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf";}}i:345;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"IM Fell Great Primer";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf";}}i:346;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:23:"IM Fell Great Primer SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf";}}i:347;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Iceberg";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf";}}i:348;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Iceland";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf";}}i:349;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Imprima";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf";}}i:350;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Inconsolata";s:8:"category";s:9:"monospace";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v14";s:12:"lastModified";s:10:"2016-11-01";s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/inconsolata/v14/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:90:"http://fonts.gstatic.com/s/inconsolata/v14/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:351;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Inder";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf";}}i:352;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Indie Flower";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf";}}i:353;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Inika";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf";}}i:354;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Inknut Antiqua";s:8:"category";s:5:"serif";s:8:"variants";a:7:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:300;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf";i:500;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf";i:600;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf";i:700;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf";i:800;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf";i:900;s:91:"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf";}}i:355;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Irish Grover";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf";}}i:356;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Istok Web";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:87:"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:357;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Italiana";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-10-27";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/italiana/v5/dt95fkCSTOF-c6QNjwSycA.ttf";}}i:358;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Italianno";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf";}}i:359;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Itim";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf";}}i:360;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Jacques Francois";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf";}}i:361;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:23:"Jacques Francois Shadow";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:99:"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf";}}i:362;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Jaldi";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf";}}i:363;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Jim Nightshade";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf";}}i:364;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Jockey One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf";}}i:365;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Jolly Lodger";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf";}}i:366;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Jomhuria";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/jomhuria/v2/hrvsccQpBliIgor15WxE6g.ttf";}}i:367;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Josefin Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:10:{i:100;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf";s:9:"100italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf";i:300;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf";}}i:368;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Josefin Slab";s:8:"category";s:5:"serif";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:10:{i:100;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf";s:9:"100italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf";i:300;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf";i:600;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf";s:9:"600italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf";i:700;s:89:"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf";}}i:369;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Joti One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf";}}i:370;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Judson";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf";}}i:371;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Julee";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf";}}i:372;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Julius Sans One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf";}}i:373;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Junge";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf";}}i:374;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Jura";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf";i:500;s:61:"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf";}}i:375;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Just Another Hand";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf";}}i:376;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:23:"Just Me Again Down Here";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf";}}i:377;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Kadwa";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:10:"devanagari";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf";}}i:378;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Kalam";s:8:"category";s:11:"handwriting";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:3:{i:300;s:62:"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf";}}i:379;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Kameron";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf";i:700;s:85:"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf";}}i:380;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Kanit";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:18:{i:100;s:62:"http://fonts.gstatic.com/s/kanit/v1/CYl4qOK-NWwZp3iTKW1eIA.ttf";s:9:"100italic";s:62:"http://fonts.gstatic.com/s/kanit/v1/NLNtc56MpXmHl1yOrop8oQ.ttf";i:200;s:62:"http://fonts.gstatic.com/s/kanit/v1/wfLWkj1C4tYl7MoiFWS3bA.ttf";s:9:"200italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/kanit/v1/SM5qHynYGdOmMKEwGUFIPA.ttf";s:9:"300italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kanit/v1/L6VKvM17ZmevDynOiw7H9w.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/kanit/v1/sHLq5U0-T0oSMTnwTKgv-A.ttf";i:500;s:62:"http://fonts.gstatic.com/s/kanit/v1/GxoU_USIJyIy8WIcYSUO2g.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:62:"http://fonts.gstatic.com/s/kanit/v1/n_qoIVxojeQY0D1pvoNDhA.ttf";s:9:"600italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kanit/v1/kEGmYvO8My36j5ILmbUPRg.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf";i:800;s:62:"http://fonts.gstatic.com/s/kanit/v1/YTp-zAuKXxwnA1YnJIF1rg.ttf";s:9:"800italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:62:"http://fonts.gstatic.com/s/kanit/v1/1NIEkusi3bG3GgO9Hor3fQ.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/kanit/v1/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf";}}i:381;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Kantumruy";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf";i:700;s:87:"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf";}}i:382;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Karla";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf";}}i:383;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Karma";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf";i:500;s:62:"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf";i:600;s:62:"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf";}}i:384;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Katibeh";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/katibeh/v2/Q-SA43uWR2uu3wBIvedotA.ttf";}}i:385;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Kaushan Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf";}}i:386;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Kavivanar";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/kavivanar/v1/VLDrdUtF1irKFc8rFWgDaw.ttf";}}i:387;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Kavoon";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kavoon/v5/382m-6baKXqJFQjEgobt6Q.ttf";}}i:388;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Kdam Thmor";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf";}}i:389;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Keania One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf";}}i:390;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Kelly Slab";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf";}}i:391;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Kenia";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf";}}i:392;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Khand";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf";i:500;s:62:"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf";i:600;s:62:"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf";}}i:393;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Khmer";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf";}}i:394;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Khula";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf";i:600;s:62:"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf";i:800;s:62:"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf";}}i:395;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Kite One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf";}}i:396;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Knewave";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf";}}i:397;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Kotta One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf";}}i:398;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Koulen";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf";}}i:399;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Kranky";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf";}}i:400;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Kreon";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:62:"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf";}}i:401;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Kristi";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf";}}i:402;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Krona One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf";}}i:403;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Kumar One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/kumarone/v1/YmcJD6Wky1clGYY5OD-BkQ.ttf";}}i:404;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Kumar One Outline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/kumaroneoutline/v1/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf";}}i:405;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Kurale";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/kurale/v1/rxeyIcvQlT4XAWwNbXFCfw.ttf";}}i:406;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"La Belle Aurore";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf";}}i:407;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Laila";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:5:{i:300;s:62:"http://fonts.gstatic.com/s/laila/v2/bLbIVEZF3IWSZ-in72GJvA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/laila/v2/6iYor3edprH7360qtBGoag.ttf";i:500;s:62:"http://fonts.gstatic.com/s/laila/v2/tkf8VtFvW9g3VsxQCA6WOQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/laila/v2/3EMP2L6JRQ4GaHIxCldCeA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/laila/v2/R7P4z1xjcjecmjZ9GyhqHQ.ttf";}}i:408;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Lakki Reddy";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf";}}i:409;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Lalezar";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lalezar/v1/k4_MPf09PGmL7oyGdPKwcg.ttf";}}i:410;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Lancelot";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf";}}i:411;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Lateef";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf";}}i:412;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Lato";s:8:"category";s:10:"sans-serif";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-11-01";s:5:"files";a:10:{i:100;s:62:"http://fonts.gstatic.com/s/lato/v11/Upp-ka9rLQmHYCsFgwL-eg.ttf";s:9:"100italic";s:62:"http://fonts.gstatic.com/s/lato/v11/zLegi10uS_9-fnUDISl0KA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/lato/v11/Ja02qOppOVq9jeRjWekbHg.ttf";s:9:"300italic";s:62:"http://fonts.gstatic.com/s/lato/v11/dVebFcn7EV7wAKwgYestUg.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/lato/v11/h7rISIcQapZBpei-sXwIwg.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/lato/v11/P_dJOFJylV3A870UIOtr0w.ttf";i:700;s:62:"http://fonts.gstatic.com/s/lato/v11/iX_QxBBZLhNj5JHlTzHQzg.ttf";s:9:"700italic";s:62:"http://fonts.gstatic.com/s/lato/v11/WFcZakHrrCKeUJxHA4T_gw.ttf";i:900;s:62:"http://fonts.gstatic.com/s/lato/v11/8TPEV6NbYWZlNsXjbYVv7w.ttf";s:9:"900italic";s:62:"http://fonts.gstatic.com/s/lato/v11/draWperrI7n2xi35Cl08fA.ttf";}}i:413;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"League Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf";}}i:414;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Leckerli One";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf";}}i:415;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Ledger";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf";}}i:416;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Lekton";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf";i:700;s:63:"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf";}}i:417;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Lemon";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf";}}i:418;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Lemonada";s:8:"category";s:7:"display";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:4:{i:300;s:86:"http://fonts.gstatic.com/s/lemonada/v2/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/lemonada/v2/pkzws3AUXmaaAzOi7aydSQ.ttf";i:600;s:86:"http://fonts.gstatic.com/s/lemonada/v2/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/lemonada/v2/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf";}}i:419;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Libre Baskerville";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf";i:700;s:94:"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf";}}i:420;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Libre Franklin";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:18:{i:100;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf";s:9:"100italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf";i:200;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf";s:9:"200italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf";i:300;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf";i:500;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf";s:9:"500italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf";i:600;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf";s:9:"600italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf";i:700;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf";i:800;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf";s:9:"800italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf";i:900;s:91:"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf";}}i:421;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Life Savers";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:422;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Lilita One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf";}}i:423;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Lily Script One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf";}}i:424;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Limelight";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf";}}i:425;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Linden Hill";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf";}}i:426;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Lobster";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:3:"v18";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lobster/v18/9LpJGtNuM1D8FAZ2BkJH2Q.ttf";}}i:427;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Lobster Two";s:8:"category";s:7:"display";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/lobstertwo/v9/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf";}}i:428;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Londrina Outline";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf";}}i:429;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Londrina Shadow";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf";}}i:430;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Londrina Sketch";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf";}}i:431;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Londrina Solid";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf";}}i:432;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Lora";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/lora/v9/aXJ7KVIGcejEy1abawZazg.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/lora/v9/AN2EZaj2tFRpyveuNn9BOg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/lora/v9/enKND5SfzQKkggBA_VnT1A.ttf";s:9:"700italic";s:61:"http://fonts.gstatic.com/s/lora/v9/ivs9j3kYU65pR9QD9YFdzQ.ttf";}}i:433;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:21:"Love Ya Like A Sister";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf";}}i:434;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Loved by the King";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf";}}i:435;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Lovers Quarrel";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf";}}i:436;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Luckiest Guy";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf";}}i:437;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Lusitana";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf";i:700;s:86:"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf";}}i:438;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Lustria";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf";}}i:439;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Macondo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf";}}i:440;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Macondo Swash Caps";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf";}}i:441;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Mada";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"900";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/mada/v1/P46fye2TPh4fVwALgHSXCA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/mada/v1/io_zUrt5o943T_q45OHLWQ.ttf";i:500;s:61:"http://fonts.gstatic.com/s/mada/v1/PhhDsBi34sP0LptbpS9m6w.ttf";i:900;s:61:"http://fonts.gstatic.com/s/mada/v1/aCyc9Kc3rOJLL6fV9VfptA.ttf";}}i:442;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Magra";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf";i:700;s:62:"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf";}}i:443;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Maiden Orange";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:444;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Maitree";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:85:"http://fonts.gstatic.com/s/maitree/v1/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf";i:300;s:85:"http://fonts.gstatic.com/s/maitree/v1/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/maitree/v1/SpKVJkAjDAYOr1VkdSRspA.ttf";i:500;s:85:"http://fonts.gstatic.com/s/maitree/v1/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/maitree/v1/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/maitree/v1/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf";}}i:445;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Mako";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf";}}i:446;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Mallanna";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf";}}i:447;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Mandali";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf";}}i:448;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Marcellus";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf";}}i:449;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Marcellus SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf";}}i:450;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Marck Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf";}}i:451;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Margarine";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf";}}i:452;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Marko One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf";}}i:453;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Marmelad";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf";}}i:454;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Martel";s:8:"category";s:5:"serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:63:"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf";i:300;s:63:"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf";i:600;s:63:"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf";i:800;s:63:"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf";i:900;s:63:"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf";}}i:455;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Martel Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"600";i:4;s:3:"700";i:5;s:3:"800";i:6;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf";i:300;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/martelsans/v2/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf";i:900;s:88:"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf";}}i:456;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Marvel";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf";i:700;s:63:"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf";}}i:457;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Mate";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf";}}i:458;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Mate SC";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf";}}i:459;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Maven Pro";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/mavenpro/v7/sqPJIFG4gqsjl-0q_46Gbw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/mavenpro/v7/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf";}}i:460;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"McLaren";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf";}}i:461;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Meddon";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf";}}i:462;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"MedievalSharp";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf";}}i:463;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Medula One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf";}}i:464;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Meera Inimai";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"tamil";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/meerainimai/v1/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf";}}i:465;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Megrim";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf";}}i:466;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Meie Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf";}}i:467;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Merienda";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf";i:700;s:86:"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf";}}i:468;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Merienda One";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf";}}i:469;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Merriweather";s:8:"category";s:5:"serif";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"900";i:7;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:3:"v13";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:8:{i:300;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf";i:900;s:91:"http://fonts.gstatic.com/s/merriweather/v13/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/merriweather/v13/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf";}}i:470;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Merriweather Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";i:6;s:3:"800";i:7;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:8:{i:300;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf";i:700;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf";i:800;s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf";s:9:"800italic";s:94:"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf";}}i:471;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Metal";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf";}}i:472;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Metal Mania";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf";}}i:473;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Metamorphous";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf";}}i:474;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Metrophobic";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-10-17";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/metrophobic/v8/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf";}}i:475;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Michroma";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf";}}i:476;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Milonga";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf";}}i:477;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Miltonian";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:67:"http://fonts.gstatic.com/s/miltonian/v10/Z4HrYZyqm0BnNNzcCUfzoQ.ttf";}}i:478;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Miltonian Tattoo";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/miltoniantattoo/v11/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf";}}i:479;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Miniver";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf";}}i:480;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Miriam Libre";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:2:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/miriamlibre/v1/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:89:"http://fonts.gstatic.com/s/miriamlibre/v1/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf";}}i:481;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Mirza";s:8:"category";s:7:"display";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/mirza/v1/8oe36Xbgj9BMSLJBaZ8VAQ.ttf";i:500;s:62:"http://fonts.gstatic.com/s/mirza/v1/dT3HbZoBCx1xbU7PnFEFyQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/mirza/v1/6T4uh2Zti9P6Eq_gbAYvVQ.ttf";i:700;s:62:"http://fonts.gstatic.com/s/mirza/v1/b47CZDHoZdhnplmDpZymFw.ttf";}}i:482;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Miss Fajardose";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf";}}i:483;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Mitr";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:61:"http://fonts.gstatic.com/s/mitr/v1/GCzZRAhweqJhxrmM0bPztg.ttf";i:300;s:61:"http://fonts.gstatic.com/s/mitr/v1/A61rQ_y9i8Ja__oFN7KxiQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/mitr/v1/vKMd72X2iT4iBo5GvdCa_A.ttf";i:500;s:61:"http://fonts.gstatic.com/s/mitr/v1/r_Z6yrJJ0zmkGAqxqjlLRg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/mitr/v1/42l66tb_XMxM97GKatU9Ng.ttf";i:700;s:61:"http://fonts.gstatic.com/s/mitr/v1/V-V7Rul5HOZ651R4Tml2Lw.ttf";}}i:484;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Modak";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-11";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/modak/v2/lMsN0QIKid-pCPvL0hH4nw.ttf";}}i:485;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Modern Antiqua";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf";}}i:486;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Mogra";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/mogra/v1/gIxQBn9PseDaI0D4FnOiBQ.ttf";}}i:487;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Molengo";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf";}}i:488;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Molle";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:6:"italic";s:62:"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf";}}i:489;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Monda";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-17";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/monda/v6/qFMHZ9zvR6B_gnoIgosPrw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/monda/v6/EVOzZUyc_j1w2GuTgTAW1g.ttf";}}i:490;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Monofett";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf";}}i:491;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Monoton";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf";}}i:492;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Monsieur La Doulaise";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf";}}i:493;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Montaga";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf";}}i:494;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Montez";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf";}}i:495;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Montserrat";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/montserrat/v7/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:496;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:21:"Montserrat Alternates";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/montserratalternates/v4/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf";i:700;s:98:"http://fonts.gstatic.com/s/montserratalternates/v4/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf";}}i:497;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Montserrat Subrayada";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf";i:700;s:97:"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf";}}i:498;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Moul";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf";}}i:499;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Moulpali";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf";}}i:500;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:22:"Mountains of Christmas";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:2:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf";i:700;s:98:"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf";}}i:501;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Mouse Memoirs";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf";}}i:502;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Mr Bedfort";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf";}}i:503;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Mr Dafoe";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf";}}i:504;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Mr De Haviland";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf";}}i:505;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Mrs Saint Delafield";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf";}}i:506;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Mrs Sheppards";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf";}}i:507;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Mukta Vaani";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"800";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:7:{i:200;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf";i:300;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/muktavaani/v1/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf";i:600;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf";}}i:508;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Muli";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-10-20";s:5:"files";a:4:{i:300;s:61:"http://fonts.gstatic.com/s/muli/v9/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf";s:9:"300italic";s:61:"http://fonts.gstatic.com/s/muli/v9/s-NKMCru8HiyjEt0ZDoBoA.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/muli/v9/KJiP6KznxbALQgfJcDdPAw.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/muli/v9/Cg0K_IWANs9xkNoxV7H1_w.ttf";}}i:509;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Mystery Quest";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf";}}i:510;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:3:"NTR";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf";}}i:511;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Neucha";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:8:"cyrillic";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf";}}i:512;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Neuton";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{i:200;s:63:"http://fonts.gstatic.com/s/neuton/v8/DA3Mkew3XqSkPpi1f4tJow.ttf";i:300;s:63:"http://fonts.gstatic.com/s/neuton/v8/xrc_aZ2hx-gdeV0mlY8Vww.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/neuton/v8/9R-MGIOQUdjAVeB6nE6PcQ.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/neuton/v8/uVMT3JOB5BNFi3lgPp6kEg.ttf";i:700;s:63:"http://fonts.gstatic.com/s/neuton/v8/gnWpkWY7DirkKiovncYrfg.ttf";i:800;s:63:"http://fonts.gstatic.com/s/neuton/v8/XPzBQV4lY6enLxQG9cF1jw.ttf";}}i:513;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"New Rocker";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf";}}i:514;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"News Cycle";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v13";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:88:"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:515;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Niconne";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf";}}i:516;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Nixie One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf";}}i:517;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Nobile";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf";}}i:518;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Nokora";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf";}}i:519;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Norican";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf";}}i:520;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Nosifer";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf";}}i:521;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Nothing You Could Do";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf";}}i:522;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Noticia Text";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf";i:700;s:89:"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf";}}i:523;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Noto Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:10:"devanagari";i:3;s:8:"cyrillic";i:4;s:5:"greek";i:5;s:5:"latin";i:6;s:9:"greek-ext";i:7;s:10:"vietnamese";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:524;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Noto Serif";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf";}}i:525;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Nova Cut";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf";}}i:526;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Nova Flat";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf";}}i:527;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Nova Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"greek";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf";}}i:528;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Nova Oval";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf";}}i:529;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Nova Round";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf";}}i:530;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Nova Script";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf";}}i:531;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Nova Slim";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf";}}i:532;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Nova Square";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf";}}i:533;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Numans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf";}}i:534;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Nunito";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:63:"http://fonts.gstatic.com/s/nunito/v7/zXQvrWBJqUooM7Xv98MrQw.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/nunito/v7/ySZTeT3IuzJj0GK6uGpbBg.ttf";i:700;s:63:"http://fonts.gstatic.com/s/nunito/v7/aEdlqgMuYbpe4U3TnqOQMA.ttf";}}i:535;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Odor Mean Chey";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf";}}i:536;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Offside";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf";}}i:537;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Old Standard TT";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf";i:700;s:91:"http://fonts.gstatic.com/s/oldstandardtt/v7/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf";}}i:538;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Oldenburg";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf";}}i:539;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Oleo Script";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:540;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:22:"Oleo Script Swash Caps";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf";i:700;s:97:"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf";}}i:541;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Open Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:3:"v13";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:10:{i:300;s:87:"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf";s:9:"300italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:87:"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"600italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf";i:700;s:87:"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf";i:800;s:87:"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"800italic";s:87:"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf";}}i:542;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Open Sans Condensed";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:3:"700";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:3:{i:300;s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf";s:9:"300italic";s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf";i:700;s:96:"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf";}}i:543;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Oranienbaum";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf";}}i:544;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Orbitron";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf";i:500;s:86:"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:86:"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf";}}i:545;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Oregano";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf";}}i:546;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Orienta";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf";}}i:547;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Original Surfer";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf";}}i:548;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Oswald";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:64:"http://fonts.gstatic.com/s/oswald/v11/y3tZpCdiRD4oNRRYFcAR5Q.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/oswald/v11/uLEd2g2vJglLPfsBF91DCg.ttf";i:700;s:64:"http://fonts.gstatic.com/s/oswald/v11/7wj8ldV_5Ti37rHa0m1DDw.ttf";}}i:549;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Over the Rainbow";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf";}}i:550;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Overlock";s:8:"category";s:7:"display";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf";i:900;s:86:"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf";}}i:551;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Overlock SC";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf";}}i:552;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:3:"Ovo";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf";}}i:553;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Oxygen";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:3:{i:300;s:63:"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf";}}i:554;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Oxygen Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf";}}i:555;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"PT Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf";}}i:556;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"PT Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf";i:700;s:84:"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf";}}i:557;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"PT Sans Caption";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf";i:700;s:91:"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf";}}i:558;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"PT Sans Narrow";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf";i:700;s:90:"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf";}}i:559;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"PT Serif";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf";s:6:"italic";s:85:"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:560;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"PT Serif Caption";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:4:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf";}}i:561;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Pacifico";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/pacifico/v7/GIrpeRY1r5CzbfL8r182lw.ttf";}}i:562;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Palanquin";s:8:"category";s:10:"sans-serif";s:8:"variants";a:7:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:100;s:87:"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:87:"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:87:"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf";i:500;s:87:"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:87:"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf";}}i:563;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Palanquin Dark";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf";i:500;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf";i:600;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf";i:700;s:91:"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf";}}i:564;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Paprika";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf";}}i:565;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Parisienne";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf";}}i:566;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Passero One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf";}}i:567;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Passion One";s:8:"category";s:7:"display";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf";i:900;s:88:"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf";}}i:568;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Pathway Gothic One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf";}}i:569;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Patrick Hand";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf";}}i:570;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Patrick Hand SC";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf";}}i:571;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Pattaya";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:5:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:8:"cyrillic";i:3;s:5:"latin";i:4;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/pattaya/v1/sJEout1xdD7J8H-1H81pIQ.ttf";}}i:572;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Patua One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf";}}i:573;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Pavanam";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"tamil";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/pavanam/v1/C7yuEhNK5oftNLSL3I0bGw.ttf";}}i:574;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Paytone One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf";}}i:575;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Peddana";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf";}}i:576;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Peralta";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf";}}i:577;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Permanent Marker";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf";}}i:578;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Petit Formal Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf";}}i:579;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Petrona";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf";}}i:580;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Philosopher";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:8:"cyrillic";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/philosopher/v7/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:89:"http://fonts.gstatic.com/s/philosopher/v7/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:89:"http://fonts.gstatic.com/s/philosopher/v7/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:89:"http://fonts.gstatic.com/s/philosopher/v7/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf";}}i:581;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Piedra";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf";}}i:582;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Pinyon Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf";}}i:583;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Pirata One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf";}}i:584;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Plaster";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/plaster/v8/O4QG9Z5116CXyfJdR9zxLw.ttf";}}i:585;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Play";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:5:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/play/v7/GWvfObW8LhtsOX333MCpBg.ttf";i:700;s:61:"http://fonts.gstatic.com/s/play/v7/crPhg6I0alLI-MpB3vW-zw.ttf";}}i:586;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Playball";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf";}}i:587;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Playfair Display";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:6:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf";i:700;s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf";i:900;s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf";s:9:"900italic";s:94:"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf";}}i:588;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Playfair Display SC";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";i:4;s:3:"900";i:5;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:6:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf";s:6:"italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf";i:700;s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf";s:9:"700italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf";i:900;s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf";s:9:"900italic";s:95:"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf";}}i:589;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Podkova";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/podkova/v8/eylljyGVfB8ZUQjYY3WZRQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/podkova/v8/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf";}}i:590;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Poiret One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf";}}i:591;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Poller One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf";}}i:592;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Poly";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf";s:6:"italic";s:61:"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf";}}i:593;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Pompiere";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf";}}i:594;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Pontano Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf";}}i:595;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Poppins";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:5:{i:300;s:85:"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf";i:500;s:85:"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf";}}i:596;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Port Lligat Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf";}}i:597;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Port Lligat Slab";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf";}}i:598;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Pragati Narrow";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf";i:700;s:91:"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf";}}i:599;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Prata";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/prata/v6/3gmx8r842loRRm9iQkCDGg.ttf";}}i:600;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Preahvihear";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf";}}i:601;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Press Start 2P";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"greek";i:3;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf";}}i:602;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Pridi";s:8:"category";s:5:"serif";s:8:"variants";a:6:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:6:{i:200;s:62:"http://fonts.gstatic.com/s/pridi/v1/WvKJ-kflGuELyK4uQzpYIA.ttf";i:300;s:62:"http://fonts.gstatic.com/s/pridi/v1/Ihwk-OGVFS69PINILdqAjQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/pridi/v1/Mau018Ghi7LJX7FkGYCZAQ.ttf";i:500;s:62:"http://fonts.gstatic.com/s/pridi/v1/dPNOrMxU-HjLo-fvkFydsQ.ttf";i:600;s:62:"http://fonts.gstatic.com/s/pridi/v1/J0i5OZxX07KC4mby5RjNbg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/pridi/v1/UhCy4jDDJttTB8k8rtWadg.ttf";}}i:603;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Princess Sofia";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf";}}i:604;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Prociono";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf";}}i:605;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Prompt";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:18:{i:100;s:63:"http://fonts.gstatic.com/s/prompt/v1/ltjX-trOmfS-yKy_awt70g.ttf";s:9:"100italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf";i:200;s:63:"http://fonts.gstatic.com/s/prompt/v1/MNB_CVkbfYHFMWX_UbDC2Q.ttf";s:9:"200italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf";i:300;s:63:"http://fonts.gstatic.com/s/prompt/v1/LzifakiWysr3N3OoAdbdpg.ttf";s:9:"300italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/prompt/v1/nDo1rQFnTFNua4cp-OnD2A.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/prompt/v1/ZD4khIP924SU2fRYOJkraQ.ttf";i:500;s:63:"http://fonts.gstatic.com/s/prompt/v1/w31OY1otplAgr5iZ21K7Fg.ttf";s:9:"500italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:63:"http://fonts.gstatic.com/s/prompt/v1/uUrJjg1BGaIb6CAOlUIp9g.ttf";s:9:"600italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:63:"http://fonts.gstatic.com/s/prompt/v1/HdM_epiStzshOr-49ubVyg.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf";i:800;s:63:"http://fonts.gstatic.com/s/prompt/v1/GF9cOamDd7mYPHNW1nZLKg.ttf";s:9:"800italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:63:"http://fonts.gstatic.com/s/prompt/v1/KFgmbwHbRBQb28VFhH3c8Q.ttf";s:9:"900italic";s:84:"http://fonts.gstatic.com/s/prompt/v1/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf";}}i:606;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Prosto One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf";}}i:607;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Proza Libre";s:8:"category";s:10:"sans-serif";s:8:"variants";a:10:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"500";i:3;s:9:"500italic";i:4;s:3:"600";i:5;s:9:"600italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"800";i:9;s:9:"800italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:10:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf";i:500;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf";s:9:"500italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf";i:600;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf";s:9:"600italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf";i:700;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf";i:800;s:88:"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf";s:9:"800italic";s:88:"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf";}}i:608;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Puritan";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf";}}i:609;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Purple Purse";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf";}}i:610;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Quando";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/quando/v5/03nDiEZuO2-h3xvtG6UmHg.ttf";}}i:611;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Quantico";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:612;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Quattrocento";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:90:"http://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf";}}i:613;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Quattrocento Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf";i:700;s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/quattrocentosans/v9/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf";}}i:614;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Questrial";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf";}}i:615;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Quicksand";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{i:300;s:87:"http://fonts.gstatic.com/s/quicksand/v5/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:66:"http://fonts.gstatic.com/s/quicksand/v5/Ngv3fIJjKB7sD-bTUGIFCA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/quicksand/v5/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf";}}i:616;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Quintessential";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf";}}i:617;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Qwigley";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf";}}i:618;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Racing Sans One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf";}}i:619;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Radley";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf";}}i:620;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Rajdhani";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:5:{i:300;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf";}}i:621;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Rakkas";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"arabic";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rakkas/v1/XWSZpoSbAR4myQgKbSJM9A.ttf";}}i:622;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Raleway";s:8:"category";s:10:"sans-serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:18:{i:100;s:65:"http://fonts.gstatic.com/s/raleway/v11/UDfD6oxBaBnmFJwQ7XAFNw.ttf";s:9:"100italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:86:"http://fonts.gstatic.com/s/raleway/v11/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:86:"http://fonts.gstatic.com/s/raleway/v11/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/raleway/v11/_dCzxpXzIS3sL-gdJWAP8A.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/raleway/v11/utU2m1gdZSfuQpArSy5Dbw.ttf";i:500;s:86:"http://fonts.gstatic.com/s/raleway/v11/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:86:"http://fonts.gstatic.com/s/raleway/v11/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/raleway/v11/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:86:"http://fonts.gstatic.com/s/raleway/v11/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/raleway/v11/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:86:"http://fonts.gstatic.com/s/raleway/v11/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf";}}i:623;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Raleway Dots";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf";}}i:624;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Ramabhadra";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf";}}i:625;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Ramaraja";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf";}}i:626;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Rambla";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf";}}i:627;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Rammetto One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf";}}i:628;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Ranchers";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf";}}i:629;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Rancho";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf";}}i:630;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Ranga";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf";i:700;s:62:"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf";}}i:631;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Rasa";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/rasa/v1/XQ1gDq2EqBtGcdadPyPbww.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/rasa/v1/A5PoJUwX_PxTsywxlRB79g.ttf";i:500;s:61:"http://fonts.gstatic.com/s/rasa/v1/HfsDi_Ls3NARO_YEODINGg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/rasa/v1/f-fvbq-hWIQCdmT3QHGk3Q.ttf";i:700;s:61:"http://fonts.gstatic.com/s/rasa/v1/TSF3CG-8Cn72jvaVdqtMMQ.ttf";}}i:632;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Rationale";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf";}}i:633;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Ravi Prakash";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf";}}i:634;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Redressed";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf";}}i:635;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Reem Kufi";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-08-22";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/reemkufi/v1/xLwMbK_T1g-h9p-rp60A1Q.ttf";}}i:636;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Reenie Beanie";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:637;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Revalia";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf";}}i:638;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Rhodium Libre";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:639;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Ribeye";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf";}}i:640;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Ribeye Marrow";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf";}}i:641;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Righteous";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf";}}i:642;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Risque";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf";}}i:643;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Roboto";s:8:"category";s:10:"sans-serif";s:8:"variants";a:12:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:3:"v15";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:12:{i:100;s:64:"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf";i:300;s:64:"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf";i:500;s:64:"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:64:"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf";i:900;s:64:"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf";}}i:644;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Roboto Condensed";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"700";i:5;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:3:"v13";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:6:{i:300;s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf";s:9:"300italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf";s:6:"italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf";i:700;s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf";s:9:"700italic";s:94:"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf";}}i:645;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Roboto Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:10:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"500";i:7;s:9:"500italic";i:8;s:3:"700";i:9;s:9:"700italic";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:10:{i:100;s:88:"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf";s:9:"100italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf";i:300;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf";s:9:"300italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf";i:500;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf";s:9:"500italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf";i:700;s:88:"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf";}}i:646;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Roboto Slab";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";}s:7:"subsets";a:7:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";i:6;s:10:"vietnamese";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{i:100;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf";i:300;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:88:"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:88:"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf";}}i:647;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Rochester";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf";}}i:648;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Rock Salt";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf";}}i:649;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Rokkitt";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rokkitt/v10/GMA7Z_ToF8uSvpZAgnp_VQ.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rokkitt/v10/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf";}}i:650;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Romanesco";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf";}}i:651;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Ropa Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/ropasans/v5/Gba7ZzVBuhg6nX_AoSwlkQ.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/ropasans/v5/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf";}}i:652;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Rosario";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:3:"v11";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rosario/v11/bL-cEh8dXtDupB2WccA2LA.ttf";s:6:"italic";s:65:"http://fonts.gstatic.com/s/rosario/v11/pkflNy18HEuVVx4EOjeb_Q.ttf";i:700;s:86:"http://fonts.gstatic.com/s/rosario/v11/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/rosario/v11/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf";}}i:653;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Rosarivo";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf";}}i:654;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Rouge Script";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf";}}i:655;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Rozha One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf";}}i:656;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Rubik";s:8:"category";s:10:"sans-serif";s:8:"variants";a:10:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";i:8;s:3:"900";i:9;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:8:"cyrillic";i:3;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-02";s:5:"files";a:10:{i:300;s:62:"http://fonts.gstatic.com/s/rubik/v2/o1vXYO8YwDpErHEAPAxpOg.ttf";s:9:"300italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/rubik/v2/4sMyW_teKWHB3K8Hm-Il6A.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/rubik/v2/elD65ddI0qvNcCh42b1Iqg.ttf";i:500;s:62:"http://fonts.gstatic.com/s/rubik/v2/D4HihERG27s-BJrQ4dvkbw.ttf";s:9:"500italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:62:"http://fonts.gstatic.com/s/rubik/v2/m1GGHcpLe6Mb0_sAyjXE4g.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf";i:900;s:62:"http://fonts.gstatic.com/s/rubik/v2/mOHfPRl5uP4vw7-5-dbnng.ttf";s:9:"900italic";s:83:"http://fonts.gstatic.com/s/rubik/v2/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf";}}i:657;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Rubik Mono One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf";}}i:658;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Rubik One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/rubikone/v4/Zs6TtctNRSIR8T5PO018rQ.ttf";}}i:659;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Ruda";s:8:"category";s:10:"sans-serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf";i:700;s:61:"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf";i:900;s:61:"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf";}}i:660;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Rufina";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf";i:700;s:63:"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf";}}i:661;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Ruge Boogie";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf";}}i:662;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Ruluko";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf";}}i:663;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Rum Raisin";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf";}}i:664;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Ruslan Display";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf";}}i:665;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Russo One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf";}}i:666;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Ruthie";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf";}}i:667;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:3:"Rye";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:60:"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf";}}i:668;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Sacramento";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf";}}i:669;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Sahitya";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:10:"devanagari";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf";}}i:670;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Sail";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/sail/v7/iuEoG6kt-bePGvtdpL0GUQ.ttf";}}i:671;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Salsa";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf";}}i:672;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Sanchez";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf";}}i:673;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Sancreek";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf";}}i:674;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Sansita One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/sansitaone/v6/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf";}}i:675;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Sarala";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf";i:700;s:63:"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf";}}i:676;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Sarina";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf";}}i:677;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Sarpanch";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf";i:500;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf";i:600;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf";i:700;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf";i:800;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf";i:900;s:86:"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf";}}i:678;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Satisfy";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf";}}i:679;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Scada";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/scada/v4/iZNC3ZEYwe3je6H-28d5Ug.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/scada/v4/PCGyLT1qNawkOUQ3uHFhBw.ttf";i:700;s:62:"http://fonts.gstatic.com/s/scada/v4/t6XNWdMdVWUz93EuRVmifQ.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/scada/v4/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf";}}i:680;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Scheherazade";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:6:"arabic";i:1;s:5:"latin";}s:7:"version";s:3:"v12";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/scheherazade/v12/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:91:"http://fonts.gstatic.com/s/scheherazade/v12/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf";}}i:681;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Schoolbell";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf";}}i:682;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Scope One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/scopeone/v2/ge7dY8Yht-n7_1cLHtoT3w.ttf";}}i:683;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Seaweed Script";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf";}}i:684;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Secular One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/secularone/v1/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf";}}i:685;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Sevillana";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf";}}i:686;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Seymour One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf";}}i:687;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Shadows Into Light";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:94:"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf";}}i:688;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:22:"Shadows Into Light Two";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf";}}i:689;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Shanti";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf";}}i:690;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Share";s:8:"category";s:7:"display";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/share/v6/1ytD7zSb_-g9I2GG67vmVw.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/share/v6/a9YGdQWFRlNJ0zClJVaY3Q.ttf";i:700;s:62:"http://fonts.gstatic.com/s/share/v6/XrU8e7a1YKurguyY2azk1Q.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/share/v6/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf";}}i:691;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Share Tech";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sharetech/v5/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf";}}i:692;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Share Tech Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/sharetechmono/v6/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf";}}i:693;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Shojumaru";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf";}}i:694;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Short Stack";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf";}}i:695;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Shrikhand";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:8:"gujarati";i:1;s:9:"latin-ext";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/shrikhand/v1/45jwHiwIDTWCy3Ir85vvKA.ttf";}}i:696;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Siemreap";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf";}}i:697;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Sigmar One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sigmarone/v6/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf";}}i:698;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Signika";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{i:300;s:85:"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf";i:600;s:85:"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf";}}i:699;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Signika Negative";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"600";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:4:{i:300;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf";s:7:"regular";s:93:"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf";i:600;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf";i:700;s:93:"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf";}}i:700;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Simonetta";s:8:"category";s:7:"display";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"900";i:3;s:9:"900italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf";i:900;s:87:"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf";s:9:"900italic";s:87:"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf";}}i:701;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Sintony";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf";i:700;s:85:"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf";}}i:702;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Sirin Stencil";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf";}}i:703;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Six Caps";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf";}}i:704;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Skranji";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf";}}i:705;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Slabo 13px";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf";}}i:706;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Slabo 27px";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-10-27";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf";}}i:707;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Slackey";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf";}}i:708;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Smokum";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf";}}i:709;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Smythe";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf";}}i:710;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Sniglet";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"800";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/sniglet/v8/XWhyQLHH4SpCVsHRPRgu9w.ttf";i:800;s:85:"http://fonts.gstatic.com/s/sniglet/v8/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf";}}i:711;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Snippet";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf";}}i:712;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Snowburst One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:713;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Sofadi One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf";}}i:714;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Sofia";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf";}}i:715;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Sonsie One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf";}}i:716;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Sorts Mill Goudy";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:6:"italic";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf";s:6:"italic";s:92:"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf";}}i:717;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Source Code Pro";s:8:"category";s:9:"monospace";s:8:"variants";a:7:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"600";i:5;s:3:"700";i:6;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:7:{i:200;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf";i:300;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf";i:500;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf";i:600;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf";i:700;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf";i:900;s:91:"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf";}}i:718;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Source Sans Pro";s:8:"category";s:10:"sans-serif";s:8:"variants";a:12:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";i:11;s:9:"900italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:12:{i:200;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf";s:9:"200italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf";i:300;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf";s:9:"300italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf";s:7:"regular";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf";s:6:"italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf";i:600;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf";s:9:"600italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf";i:700;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf";s:9:"700italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf";i:900;s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf";s:9:"900italic";s:91:"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf";}}i:719;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Source Serif Pro";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"600";i:2;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf";i:600;s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf";i:700;s:92:"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf";}}i:720;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Space Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:5:"latin";i:2;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:4:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/spacemono/v1/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf";s:6:"italic";s:87:"http://fonts.gstatic.com/s/spacemono/v1/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:87:"http://fonts.gstatic.com/s/spacemono/v1/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf";s:9:"700italic";s:87:"http://fonts.gstatic.com/s/spacemono/v1/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf";}}i:721;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Special Elite";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:90:"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf";}}i:722;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Spicy Rice";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf";}}i:723;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Spinnaker";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf";}}i:724;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Spirax";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf";}}i:725;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Squada One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf";}}i:726;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Sree Krushnadevaraya";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf";}}i:727;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Sriracha";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/sriracha/v1/l-TXHmKwoHm6vtjy4oUz8Q.ttf";}}i:728;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Stalemate";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf";}}i:729;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Stalinist One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-10-10";s:5:"files";a:1:{s:7:"regular";s:74:"http://fonts.gstatic.com/s/stalinistone/v8/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf";}}i:730;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Stardos Stencil";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf";i:700;s:92:"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf";}}i:731;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:21:"Stint Ultra Condensed";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:97:"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf";}}i:732;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:20:"Stint Ultra Expanded";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf";}}i:733;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Stoke";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:3:"300";i:1;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{i:300;s:62:"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf";s:7:"regular";s:62:"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf";}}i:734;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Strait";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf";}}i:735;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:19:"Sue Ellen Francisco";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf";}}i:736;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Suez One";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:6:"hebrew";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/suezone/v1/xulpHtKbz3V8hoSLE2uKDw.ttf";}}i:737;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Sumana";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf";i:700;s:63:"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf";}}i:738;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Sunshiney";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf";}}i:739;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Supermercado One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf";}}i:740;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Sura";s:8:"category";s:5:"serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:2:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf";i:700;s:61:"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf";}}i:741;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Suranna";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf";}}i:742;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Suravaram";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf";}}i:743;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Suwannaphum";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf";}}i:744;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Swanky and Moo Moo";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf";}}i:745;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Syncopate";s:8:"category";s:10:"sans-serif";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf";i:700;s:87:"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf";}}i:746;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Tangerine";s:8:"category";s:11:"handwriting";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:2:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf";i:700;s:87:"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf";}}i:747;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Taprom";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"khmer";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf";}}i:748;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Tauri";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf";}}i:749;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Taviraj";s:8:"category";s:5:"serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:18:{i:100;s:64:"http://fonts.gstatic.com/s/taviraj/v1/7iDtujKEc7hwcT6D0zLx-A.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:85:"http://fonts.gstatic.com/s/taviraj/v1/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:85:"http://fonts.gstatic.com/s/taviraj/v1/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/taviraj/v1/AH1eoWagKJhbVx4Poc3M1A.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/taviraj/v1/hAS5RxygdSnG4626KdkXuQ.ttf";i:500;s:85:"http://fonts.gstatic.com/s/taviraj/v1/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:85:"http://fonts.gstatic.com/s/taviraj/v1/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:85:"http://fonts.gstatic.com/s/taviraj/v1/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:85:"http://fonts.gstatic.com/s/taviraj/v1/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:85:"http://fonts.gstatic.com/s/taviraj/v1/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/taviraj/v1/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf";}}i:750;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Teko";s:8:"category";s:10:"sans-serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf";i:500;s:61:"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf";i:600;s:61:"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf";i:700;s:61:"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf";}}i:751;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Telex";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/telex/v4/24-3xP9ywYeHOcFU3iGk8A.ttf";}}i:752;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"Tenali Ramakrishna";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v3";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:95:"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf";}}i:753;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Tenor Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf";}}i:754;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Text Me One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf";}}i:755;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"The Girl Next Door";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf";}}i:756;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Tienne";s:8:"category";s:5:"serif";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:3:"700";i:2;s:3:"900";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf";i:700;s:63:"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf";i:900;s:63:"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf";}}i:757;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Tillana";s:8:"category";s:11:"handwriting";s:8:"variants";a:5:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"600";i:3;s:3:"700";i:4;s:3:"800";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:5:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf";i:500;s:85:"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf";i:600;s:85:"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf";i:800;s:85:"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf";}}i:758;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Timmana";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:5:"latin";i:1;s:6:"telugu";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf";}}i:759;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Tinos";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:8:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:6:"hebrew";i:3;s:8:"cyrillic";i:4;s:5:"greek";i:5;s:5:"latin";i:6;s:9:"greek-ext";i:7;s:10:"vietnamese";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:4:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf";s:6:"italic";s:62:"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf";i:700;s:62:"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf";s:9:"700italic";s:83:"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf";}}i:760;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Titan One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf";}}i:761;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:13:"Titillium Web";s:8:"category";s:10:"sans-serif";s:8:"variants";a:11:{i:0;s:3:"200";i:1;s:9:"200italic";i:2;s:3:"300";i:3;s:9:"300italic";i:4;s:7:"regular";i:5;s:6:"italic";i:6;s:3:"600";i:7;s:9:"600italic";i:8;s:3:"700";i:9;s:9:"700italic";i:10;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:11:{i:200;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf";s:9:"200italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf";i:300;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf";s:9:"300italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf";s:7:"regular";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf";s:6:"italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf";i:600;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf";s:9:"600italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf";i:700;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf";s:9:"700italic";s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf";i:900;s:90:"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf";}}i:762;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Trade Winds";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf";}}i:763;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Trirong";s:8:"category";s:5:"serif";s:8:"variants";a:18:{i:0;s:3:"100";i:1;s:9:"100italic";i:2;s:3:"200";i:3;s:9:"200italic";i:4;s:3:"300";i:5;s:9:"300italic";i:6;s:7:"regular";i:7;s:6:"italic";i:8;s:3:"500";i:9;s:9:"500italic";i:10;s:3:"600";i:11;s:9:"600italic";i:12;s:3:"700";i:13;s:9:"700italic";i:14;s:3:"800";i:15;s:9:"800italic";i:16;s:3:"900";i:17;s:9:"900italic";}s:7:"subsets";a:4:{i:0;s:9:"latin-ext";i:1;s:4:"thai";i:2;s:5:"latin";i:3;s:10:"vietnamese";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:18:{i:100;s:64:"http://fonts.gstatic.com/s/trirong/v1/A4AP1moxqvtadq5CW3L17A.ttf";s:9:"100italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf";i:200;s:85:"http://fonts.gstatic.com/s/trirong/v1/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"200italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:85:"http://fonts.gstatic.com/s/trirong/v1/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf";s:9:"300italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:64:"http://fonts.gstatic.com/s/trirong/v1/lYu4kez-Enlvh2X-itx6CA.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/trirong/v1/kV0MzmWPKkglEtJf--dQhQ.ttf";i:500;s:85:"http://fonts.gstatic.com/s/trirong/v1/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf";s:9:"500italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:85:"http://fonts.gstatic.com/s/trirong/v1/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf";s:9:"600italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:85:"http://fonts.gstatic.com/s/trirong/v1/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:85:"http://fonts.gstatic.com/s/trirong/v1/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"800italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:85:"http://fonts.gstatic.com/s/trirong/v1/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf";s:9:"900italic";s:85:"http://fonts.gstatic.com/s/trirong/v1/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf";}}i:764;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Trocchi";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trocchi/v4/uldNPaKrUGVeGCVsmacLwA.ttf";}}i:765;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Trochut";s:8:"category";s:7:"display";s:8:"variants";a:3:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:3:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf";i:700;s:85:"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf";}}i:766;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Trykker";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf";}}i:767;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Tulpen One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:87:"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf";}}i:768;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Ubuntu";s:8:"category";s:10:"sans-serif";s:8:"variants";a:8:{i:0;s:3:"300";i:1;s:9:"300italic";i:2;s:7:"regular";i:3;s:6:"italic";i:4;s:3:"500";i:5;s:9:"500italic";i:6;s:3:"700";i:7;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";}s:7:"version";s:2:"v9";s:12:"lastModified";s:10:"2016-06-03";s:5:"files";a:8:{i:300;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/7-wH0j2QCTHKgp7vLh9-sQ.ttf";s:9:"300italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf";s:7:"regular";s:63:"http://fonts.gstatic.com/s/ubuntu/v9/lhhB5ZCwEkBRbHMSnYuKyA.ttf";s:6:"italic";s:63:"http://fonts.gstatic.com/s/ubuntu/v9/b9hP8wd30SygxZjGGk4DCQ.ttf";i:500;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/bMbHEMwSUmkzcK2x_74QbA.ttf";s:9:"500italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf";i:700;s:63:"http://fonts.gstatic.com/s/ubuntu/v9/B7BtHjNYwAp3HgLNagENOQ.ttf";s:9:"700italic";s:84:"http://fonts.gstatic.com/s/ubuntu/v9/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf";}}i:769;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:16:"Ubuntu Condensed";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:6:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-03";s:5:"files";a:1:{s:7:"regular";s:93:"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf";}}i:770;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Ubuntu Mono";s:8:"category";s:9:"monospace";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:6:{i:0;s:12:"cyrillic-ext";i:1;s:9:"latin-ext";i:2;s:8:"cyrillic";i:3;s:5:"greek";i:4;s:5:"latin";i:5;s:9:"greek-ext";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-06-03";s:5:"files";a:4:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf";s:6:"italic";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf";i:700;s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf";s:9:"700italic";s:88:"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf";}}i:771;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Ultra";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf";}}i:772;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"Uncial Antiqua";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:91:"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf";}}i:773;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Underdog";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf";}}i:774;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Unica One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf";}}i:775;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:14:"UnifrakturCook";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{i:700;s:92:"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf";}}i:776;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:18:"UnifrakturMaguntia";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:96:"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf";}}i:777;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Unkempt";s:8:"category";s:7:"display";s:8:"variants";a:2:{i:0;s:7:"regular";i:1;s:3:"700";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:2:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf";i:700;s:85:"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf";}}i:778;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Unlock";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf";}}i:779;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Unna";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/unna/v8/UAS0AM7AmbdCNY_80xyAZQ.ttf";}}i:780;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"VT323";s:8:"category";s:9:"monospace";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/vt323/v7/ITU2YQfM073o1iYK3nSOmQ.ttf";}}i:781;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Vampiro One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf";}}i:782;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Varela";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf";}}i:783;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Varela Round";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:6:"hebrew";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-06-02";s:5:"files";a:1:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/varelaround/v7/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf";}}i:784;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Vast Shadow";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf";}}i:785;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:12:"Vesper Libre";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:3:"500";i:2;s:3:"700";i:3;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf";i:500;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf";i:700;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf";i:900;s:89:"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf";}}i:786;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Vibur";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf";}}i:787;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Vidaloka";s:8:"category";s:5:"serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf";}}i:788;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Viga";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:61:"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf";}}i:789;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:5:"Voces";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:62:"http://fonts.gstatic.com/s/voces/v5/QoBH6g6yKgNIgvL8A2aE2Q.ttf";}}i:790;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:7:"Volkhov";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf";s:6:"italic";s:64:"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf";i:700;s:85:"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf";s:9:"700italic";s:85:"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf";}}i:791;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Vollkorn";s:8:"category";s:5:"serif";s:8:"variants";a:4:{i:0;s:7:"regular";i:1;s:6:"italic";i:2;s:3:"700";i:3;s:9:"700italic";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf";s:6:"italic";s:86:"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf";i:700;s:86:"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf";s:9:"700italic";s:86:"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf";}}i:792;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Voltaire";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf";}}i:793;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:23:"Waiting for the Sunrise";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:98:"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf";}}i:794;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Wallpoet";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v8";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf";}}i:795;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:15:"Walter Turncoat";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:92:"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf";}}i:796;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Warnes";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf";}}i:797;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Wellfleet";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:66:"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf";}}i:798;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Wendy One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v4";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf";}}i:799;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:8:"Wire One";s:8:"category";s:10:"sans-serif";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:64:"http://fonts.gstatic.com/s/wireone/v7/sRLhaQOQpWnvXwIx0CycQw.ttf";}}i:800;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Work Sans";s:8:"category";s:10:"sans-serif";s:8:"variants";a:9:{i:0;s:3:"100";i:1;s:3:"200";i:2;s:3:"300";i:3;s:7:"regular";i:4;s:3:"500";i:5;s:3:"600";i:6;s:3:"700";i:7;s:3:"800";i:8;s:3:"900";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v2";s:12:"lastModified";s:10:"2016-06-07";s:5:"files";a:9:{i:100;s:86:"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf";i:200;s:86:"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf";i:300;s:86:"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf";s:7:"regular";s:65:"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf";i:500;s:86:"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf";i:600;s:86:"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf";i:700;s:86:"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf";i:800;s:86:"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf";i:900;s:86:"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf";}}i:801;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:17:"Yanone Kaffeesatz";s:8:"category";s:10:"sans-serif";s:8:"variants";a:4:{i:0;s:3:"200";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v7";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:4:{i:200;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf";i:300;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf";s:7:"regular";s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf";i:700;s:94:"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf";}}i:802;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:11:"Yantramanav";s:8:"category";s:10:"sans-serif";s:8:"variants";a:6:{i:0;s:3:"100";i:1;s:3:"300";i:2;s:7:"regular";i:3;s:3:"500";i:4;s:3:"700";i:5;s:3:"900";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:6:{i:100;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf";i:300;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf";s:7:"regular";s:89:"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf";i:500;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf";i:700;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf";i:900;s:89:"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf";}}i:803;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:9:"Yatra One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:10:"devanagari";i:2;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:1:{s:7:"regular";s:65:"http://fonts.gstatic.com/s/yatraone/v1/ApKQzWF7_vG0Lt5TDqgUvw.ttf";}}i:804;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Yellowtail";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-10-05";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf";}}i:805;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Yeseva One";s:8:"category";s:7:"display";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:3:{i:0;s:9:"latin-ext";i:1;s:8:"cyrillic";i:2;s:5:"latin";}s:7:"version";s:3:"v10";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yesevaone/v10/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf";}}i:806;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:10:"Yesteryear";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v5";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:88:"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf";}}i:807;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:4:"Yrsa";s:8:"category";s:5:"serif";s:8:"variants";a:5:{i:0;s:3:"300";i:1;s:7:"regular";i:2;s:3:"500";i:3;s:3:"600";i:4;s:3:"700";}s:7:"subsets";a:2:{i:0;s:9:"latin-ext";i:1;s:5:"latin";}s:7:"version";s:2:"v1";s:12:"lastModified";s:10:"2016-06-20";s:5:"files";a:5:{i:300;s:61:"http://fonts.gstatic.com/s/yrsa/v1/YI0C1syzAYpkrPx27UnC2w.ttf";s:7:"regular";s:61:"http://fonts.gstatic.com/s/yrsa/v1/JWX_dCK4_Jq-oqF7r9rFHg.ttf";i:500;s:61:"http://fonts.gstatic.com/s/yrsa/v1/rWuZmBLHIeKRbnfSvWCvYg.ttf";i:600;s:61:"http://fonts.gstatic.com/s/yrsa/v1/1413P-oEfrq-tBIdqnslDQ.ttf";i:700;s:61:"http://fonts.gstatic.com/s/yrsa/v1/iV49zaJV5wyo_4LgxE2yng.ttf";}}i:808;a:8:{s:4:"kind";s:16:"webfonts#webfont";s:6:"family";s:6:"Zeyada";s:8:"category";s:11:"handwriting";s:8:"variants";a:1:{i:0;s:7:"regular";}s:7:"subsets";a:1:{i:0;s:5:"latin";}s:7:"version";s:2:"v6";s:12:"lastModified";s:10:"2016-05-31";s:5:"files";a:1:{s:7:"regular";s:63:"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf";}}}', 'yes');
INSERT INTO `wpag_options` VALUES
(176, 'cherry-theme-wizard-installed-child', 'a:2:{s:10:"TextDomain";s:16:"monstroid2-child";s:9:"ThemeName";s:16:"Monstroid2 Child";}', 'yes'),
(458, 'monstroid2_sidebars', '', 'yes'),
(459, 'monstroid2-child_sidebars', 'a:1:{s:14:"custom_sidebar";a:2:{s:23:"cherry-sidebars-counter";i:0;s:17:"cherry-sidebars-0";a:9:{s:4:"name";s:19:"Woocommerce Sidebar";s:2:"id";s:17:"cherry-sidebars-0";s:11:"description";s:19:"Woocommerce Sidebar";s:5:"class";s:0:"";s:13:"before_widget";s:37:"<aside id="%1$s" class="widget %2$s">";s:12:"after_widget";s:8:"</aside>";s:12:"before_title";s:25:"<h3 class="widget-title">";s:11:"after_title";s:5:"</h3>";s:15:"dynamic-sidebar";b:1;}}}', 'yes'),
(460, 'monstroid2_sidbars', '', 'yes'),
(461, 'mprm_settings', '', 'yes'),
(462, 'bp-pages', 'a:2:{s:8:"activity";i:5;s:7:"members";i:6;}', 'yes'),
(463, 'bp-active-components', 'a:5:{s:8:"activity";i:1;s:7:"members";i:1;s:8:"settings";i:1;s:8:"xprofile";i:1;s:13:"notifications";i:1;}', 'yes'),
(715, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(464, 'mp_timetable_general', '', 'yes'),
(465, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(466, 'shop_catalog_image_size', 'a:3:{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:4:"crop";i:1;}', 'yes'),
(467, 'shop_single_image_size', 'a:3:{s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:4:"crop";i:1;}', 'yes'),
(716, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(468, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";s:3:"180";s:6:"height";s:3:"180";s:4:"crop";i:1;}', 'yes'),
(717, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(718, 'widget_woocommerce_rating_filter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(719, 'widget_tm_woocommerce_wishlist', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(720, 'widget_monstroid2_widget_about', 'a:2:{i:1;a:5:{s:5:"title";s:0:"";s:8:"media_id";s:4:"1137";s:14:"enable_tagline";a:1:{s:14:"enable_tagline";s:5:"false";}s:7:"content";s:374:"From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. ";s:13:"enable_social";a:1:{s:13:"enable_social";s:5:"false";}}s:12:"_multiwidget";i:1;}', 'yes'),
(721, 'widget_monstroid2_widget_about_author', 'a:2:{i:1;a:6:{s:5:"title";s:5:"About";s:7:"user_id";s:1:"1";s:11:"avatar_size";s:3:"210";s:10:"avatar_img";s:3:"292";s:4:"link";s:0:"";s:9:"link_text";s:9:"Read More";}s:12:"_multiwidget";i:1;}', 'yes'),
(722, 'widget_monstroid2_widget_banner', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(723, 'widget_monstroid2_widget_carousel', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(724, 'widget_widget-custom-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(725, 'widget_widget-image-grid', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(726, 'widget_monstroid2_widget_instagram', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(727, 'widget_monstroid2_widget_smart_slider', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(728, 'widget_monstroid2_widget_subscribe_follow', 'a:2:{i:1;a:16:{s:16:"enable_subscribe";a:1:{s:16:"enable_subscribe";s:4:"true";}s:15:"subscribe_title";s:32:"get latest news delivered daily!";s:17:"subscribe_message";s:0:"";s:15:"subscribe_input";s:24:"Enter please your e-mail";s:16:"subscribe_submit";s:3:"get";s:17:"subscribe_success";s:27:"You successfully subscribed";s:13:"enable_follow";a:1:{s:13:"enable_follow";s:4:"true";}s:12:"follow_title";s:9:"Follow us";s:14:"follow_message";s:0:"";s:17:"enable_background";a:1:{s:17:"enable_background";s:5:"false";}s:16:"background_image";s:0:"";s:23:"invert_text_colorscheme";a:1:{s:23:"invert_text_colorscheme";s:4:"true";}s:19:"background_position";s:6:"center";s:17:"background_repeat";s:9:"no-repeat";s:15:"background_size";s:5:"cover";s:16:"background_color";s:7:"#000000";}s:12:"_multiwidget";i:1;}', 'yes'),
(729, 'widget_monstroid2-widget-taxonomy-tiles', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(730, 'widget_monstroid2_widget_featured_posts_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(731, 'widget_monstroid2_widget_news_smart_box', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(732, 'widget_monstroid2_widget_playlist_slider', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(733, 'widget_monstroid2_contact_information_widget', 'a:2:{i:1;a:2:{s:5:"title";s:8:"Contacts";s:19:"contact_information";a:4:{s:6:"item-0";a:2:{s:4:"icon";s:0:"";s:5:"value";s:113:"Address: 16-1, Lorong Maju Utama 1,\r\nPusat Perniagaan Maju Utama,\r\n14000 Bukit Mertajam, \r\nPulu Pinang, Malaysia.";}s:6:"item-1";a:2:{s:4:"icon";s:0:"";s:5:"value";s:73:"Phones: <a href="tel:#">60125255869</a>; <a href="tel:#">6045305278</a>\r\n";}s:6:"item-2";a:2:{s:4:"icon";s:0:"";s:5:"value";s:51:"E-mail: <a href="mailto:#">hello@feelgroup.asia</a>";}s:6:"item-3";a:2:{s:4:"icon";s:0:"";s:5:"value";s:30:"We are open: Mn-Fr: 10 am-8 pm";}}}s:12:"_multiwidget";i:1;}', 'yes'),
(734, 'widget_cherry_socialize_widget_instagram', 'a:2:{i:2;a:12:{s:5:"title";s:14:"Instagram Feed";s:8:"endpoint";s:7:"hashtag";s:7:"hashtag";s:12:"tshirtdesign";s:4:"self";s:0:"";s:13:"photo_counter";s:1:"6";s:10:"photo_size";s:3:"low";s:10:"photo_link";s:4:"true";s:15:"display_caption";a:1:{s:21:"display_caption_check";s:5:"false";}s:14:"caption_length";s:2:"10";s:12:"display_date";a:1:{s:18:"display_date_check";s:5:"false";}s:9:"follow_us";a:1:{s:15:"follow_us_check";s:5:"false";}s:15:"follow_us_label";s:9:"Follow Us";}s:12:"_multiwidget";i:1;}', 'yes'),
(735, 'widget_cherry_widget_trending_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(829, 'duplicate_post_copytitle', '1', 'yes'),
(830, 'duplicate_post_copydate', '0', 'yes'),
(831, 'duplicate_post_copystatus', '0', 'yes'),
(832, 'duplicate_post_copyslug', '0', 'yes'),
(833, 'duplicate_post_copyexcerpt', '1', 'yes'),
(834, 'duplicate_post_copycontent', '1', 'yes'),
(835, 'duplicate_post_copythumbnail', '1', 'yes'),
(836, 'duplicate_post_copytemplate', '1', 'yes'),
(837, 'duplicate_post_copyformat', '1', 'yes'),
(838, 'duplicate_post_copyauthor', '0', 'yes'),
(839, 'duplicate_post_copypassword', '0', 'yes'),
(840, 'duplicate_post_copyattachments', '0', 'yes'),
(841, 'duplicate_post_copychildren', '0', 'yes'),
(842, 'duplicate_post_copycomments', '0', 'yes'),
(843, 'duplicate_post_copymenuorder', '1', 'yes'),
(844, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'),
(845, 'duplicate_post_blacklist', '', 'yes'),
(846, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'),
(847, 'duplicate_post_show_row', '1', 'yes'),
(848, 'duplicate_post_show_adminbar', '1', 'yes'),
(849, 'duplicate_post_show_submitbox', '1', 'yes'),
(850, 'duplicate_post_show_bulkactions', '1', 'yes'),
(851, 'duplicate_post_version', '3.2.2', 'yes'),
(852, 'duplicate_post_show_notice', '0', 'no'),
(1005, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(3152, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4467;}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:2830;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2563;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2436;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:1875;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1659;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1651;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1458;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1397;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1391;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1390;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1318;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1284;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1218;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1110;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1064;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1026;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1023;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:901;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:881;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:829;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:804;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:803;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:718;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:692;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:691;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:686;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:675;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:663;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:660;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:651;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:640;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:640;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:639;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:611;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:609;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:606;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:600;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:595;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:589;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:567;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:550;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:542;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:538;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:526;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:522;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:510;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:509;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:503;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:502;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:494;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:486;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:482;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:481;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:473;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:472;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:458;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:456;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:446;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:436;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:433;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:431;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:421;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:417;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:415;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:413;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:408;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:405;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:398;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:388;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:386;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:369;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:363;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:362;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:359;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:358;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:354;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:348;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:348;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:347;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:344;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:342;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:341;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:335;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:332;}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";i:332;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:326;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:319;}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";i:308;}s:16:"custom-post-type";a:3:{s:4:"name";s:16:"custom post type";s:4:"slug";s:16:"custom-post-type";s:5:"count";i:305;}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";i:305;}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";i:302;}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";i:301;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:301;}s:7:"adsense";a:3:{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";i:300;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:298;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:296;}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";i:294;}s:16:"google-analytics";a:3:{s:4:"name";s:16:"google analytics";s:4:"slug";s:16:"google-analytics";s:5:"count";i:292;}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";i:286;}}', 'no'),
(3176, '_transient_is_multi_author', '0', 'yes'),
(2590, 'widget_maxmegamenu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2591, 'megamenu_version', '2.4.2', 'yes'),
(2592, 'megamenu_settings', 'a:2:{s:6:"prefix";s:8:"disabled";s:12:"descriptions";s:7:"enabled";}', 'yes'),
(2593, '_transient_timeout_plugin_slugs', '1529482652', 'no'),
(2594, '_transient_plugin_slugs', 'a:39:{i:0;s:19:"akismet/akismet.php";i:1;s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:2;s:45:"cherry-data-importer/cherry-data-importer.php";i:3;s:51:"cherry-ld-mods-switcher/cherry-ld-mods-switcher.php";i:4;s:45:"cherry-plugin-wizard/cherry-plugin-wizard.php";i:5;s:35:"cherry-projects/cherry-projects.php";i:6;s:31:"cherry-search/cherry-search.php";i:7;s:45:"cherry-services-list/cherry-services-list.php";i:8;s:35:"cherry-sidebars/cherry-sidebars.php";i:9;s:37:"cherry-socialize/cherry-socialize.php";i:10;s:43:"cherry-team-members/cherry-team-members.php";i:11;s:29:"cherry-testi/testimonials.php";i:12;s:43:"cherry-theme-wizard/cherry-theme-wizard.php";i:13;s:47:"cherry-trending-posts/cherry-trending-posts.php";i:14;s:36:"contact-form-7/wp-contact-form-7.php";i:15;s:51:"contact-form-7-mailchimp-extension_/cf7-mch-ext.php";i:16;s:33:"duplicate-menu/duplicate-menu.php";i:17;s:33:"duplicate-post/duplicate-post.php";i:18;s:49:"fb-messenger-live-chat/fb-messenger-live-chat.php";i:19;s:9:"hello.php";i:20;s:29:"tm-dashboard/tm-dashboard.php";i:21;s:37:"mailchimp-for-wp/mailchimp-for-wp.php";i:22;s:21:"megamenu/megamenu.php";i:23;s:53:"power-builder-integrator/power-builder-integrator.php";i:24;s:35:"power-builder/power-builder-upd.php";i:25;s:40:"quick-remove-menu-item/Pl_removemenu.php";i:26;s:37:"scroll-to-anchor/scroll-to-anchor.php";i:27;s:29:"tm-mega-menu/tm-mega-menu.php";i:28;s:31:"tm-photo-gallery/tm-gallery.php";i:29;s:39:"tm-style-switcher/tm-style-switcher.php";i:30;s:27:"tm-timeline/tm-timeline.php";i:31;s:59:"tm-woocommerce-ajax-filters/tm-woocommerce-ajax-filters.php";i:32;s:67:"tm-woocommerce-compare-wishlist/tm-woocommerce-compare-wishlist.php";i:33;s:49:"tm-woocommerce-package/tm-woocommerce-package.php";i:34;s:39:"wd-instagram-feed/wd-instagram-feed.php";i:35;s:27:"woocommerce/woocommerce.php";i:36;s:48:"woocommerce-social-media-share-buttons/index.php";i:37;s:41:"wordpress-importer/wordpress-importer.php";i:38;s:27:"wp-super-cache/wp-cache.php";}', 'no'),
(1071, 'ossdl_off_cdn_url', 'https://seis.my/feelgroup', 'yes'),
(1072, 'ossdl_off_blog_url', 'https://seis.my/feelgroup', 'yes'),
(1073, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'),
(1074, 'ossdl_off_exclude', '.php', 'yes'),
(1075, 'ossdl_cname', '', 'yes'),
(982, 'wdi_do_activation_set_up_redirect', '0', 'yes'),
(983, 'wdi_instagram_options', 'a:7:{s:11:"wdi_user_id";s:9:"322280906";s:16:"wdi_access_token";s:50:"322280906.54da896.3985b5e6d1e9458cae5ae0e04e43863b";s:13:"wdi_user_name";s:8:"kezn_teh";s:24:"wdi_feeds_min_capability";s:14:"manage_options";s:14:"wdi_custom_css";s:0:"";s:13:"wdi_custom_js";s:0:"";s:22:"wdi_plugin_uninstalled";s:5:"false";}', 'yes'),
(984, 'wdi_version', '1.2.19', 'yes'),
(985, 'wdi_admin_notice', 'a:2:{s:22:"api_update_token_reset";a:3:{s:5:"start";s:9:"4/17/2018";s:3:"int";i:0;s:9:"dismissed";i:1;}s:15:"two_week_review";a:3:{s:5:"start";s:9:"6/25/2018";s:3:"int";i:14;s:9:"dismissed";i:0;}}', 'yes'),
(986, 'widget_wdi_instagram_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(987, 'wdi_subscribe_done', '1', 'yes'),
(3169, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1529399323;s:7:"checked";a:5:{s:16:"monstroid2-child";s:5:"1.0.0";s:10:"monstroid2";s:5:"1.3.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:3:{s:13:"twentyfifteen";a:4:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"2.0";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.2.0.zip";}s:15:"twentyseventeen";a:4:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"1.6";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip";}s:13:"twentysixteen";a:4:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"1.5";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.1.5.zip";}}s:12:"translations";a:0:{}}', 'no'),
(1719, '_transient_timeout_wc_product_children_44', '1531018410', 'no'),
(1720, '_transient_wc_product_children_44', 'a:2:{s:3:"all";a:0:{}s:7:"visible";a:0:{}}', 'no'),
(1721, '_transient_timeout_wc_var_prices_44', '1531018410', 'no'),
(1722, '_transient_wc_var_prices_44', '{"version":"1524627995","84fdf41ffd7f424e8764c11a8b290c7d":{"price":[],"regular_price":[],"sale_price":[]},"d2470b7c5eade23511ef818ab8eaac63":{"price":[],"regular_price":[],"sale_price":[]}}', 'no'),
(1603, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:13:"admin@seis.my";s:7:"version";s:5:"4.9.6";s:9:"timestamp";i:1527213860;}', 'no'),
(1065, 'mce_show_notice', '0', 'no'),
(496, 'woocommerce_maybe_regenerate_images_hash', '991b1ca641921cf0f5baf7a2fe85861b', 'yes');
INSERT INTO `wpag_options` VALUES
(673, 'tm_builder_fonts', 'a:809:{s:7:"ABeeZee";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Abel";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Abhaya Libre";a:3:{s:6:"styles";s:19:"400,500,600,700,800";s:13:"character_set";s:23:"sinhala,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Abril Fatface";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Aclonica";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Acme";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Actor";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Adamina";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Advent Pro";a:3:{s:6:"styles";s:27:"100,200,300,400,500,600,700";s:13:"character_set";s:21:"latin-ext,greek,latin";s:4:"type";s:10:"sans-serif";}s:15:"Aguafina Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Akronim";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Aladin";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Aldrich";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Alef";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:12:"hebrew,latin";s:4:"type";s:10:"sans-serif";}s:8:"Alegreya";a:3:{s:6:"styles";s:38:"400,italic,700,700italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Alegreya SC";a:3:{s:6:"styles";s:38:"400,italic,700,700italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Alegreya Sans";a:3:{s:6:"styles";s:94:"100,100italic,300,300italic,400,italic,500,500italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:16:"Alegreya Sans SC";a:3:{s:6:"styles";s:94:"100,100italic,300,300italic,400,italic,500,500italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Alex Brush";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Alfa Slab One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Alice";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Alike";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Alike Angular";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Allan";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Allerta";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Allerta Stencil";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Allura";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Almendra";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Almendra Display";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Almendra SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Amarante";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Amaranth";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Amatic SC";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Amatica SC";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:22:"latin-ext,hebrew,latin";s:4:"type";s:10:"sans-serif";}s:9:"Amethysta";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Amiko";a:3:{s:6:"styles";s:11:"400,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Amiri";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:5:"Amita";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Anaheim";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Andada";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Andika";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:48:"cyrillic-ext,latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:6:"Angkor";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:24:"Annie Use Your Telescope";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Anonymous Pro";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:30:"latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:5:"Antic";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Antic Didone";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Antic Slab";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Anton";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Arapey";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Arbutus";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Arbutus Slab";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:19:"Architects Daughter";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Archivo Black";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Archivo Narrow";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Aref Ruqaa";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:13:"Arima Madurai";a:3:{s:6:"styles";s:31:"100,200,300,400,500,700,800,900";s:13:"character_set";s:32:"latin-ext,tamil,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:5:"Arimo";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:71:"cyrillic-ext,latin-ext,hebrew,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:8:"Arizonia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Armata";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Artifika";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Arvo";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Arya";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:4:"Asap";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Asar";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Asset";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Assistant";a:3:{s:6:"styles";s:23:"200,300,400,600,700,800";s:13:"character_set";s:12:"hebrew,latin";s:4:"type";s:10:"sans-serif";}s:7:"Astloch";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Asul";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Athiti";a:3:{s:6:"styles";s:23:"200,300,400,500,600,700";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:4:"Atma";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:23:"latin-ext,bengali,latin";s:4:"type";s:10:"sans-serif";}s:10:"Atomic Age";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Aubrey";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Audiowide";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Autour One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Average";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Average Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:19:"Averia Gruesa Libre";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Averia Libre";a:3:{s:6:"styles";s:38:"300,300italic,400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:17:"Averia Sans Libre";a:3:{s:6:"styles";s:38:"300,300italic,400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"Averia Serif Libre";a:3:{s:6:"styles";s:38:"300,300italic,400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Bad Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:14:"cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:5:"Baloo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:37:"latin-ext,devanagari,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Baloo Bhai";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:35:"gujarati,latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:12:"Baloo Bhaina";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:32:"latin-ext,oriya,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:13:"Baloo Chettan";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:36:"latin-ext,malayalam,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:8:"Baloo Da";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:34:"latin-ext,bengali,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:11:"Baloo Paaji";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:35:"latin-ext,latin,vietnamese,gurmukhi";s:4:"type";s:10:"sans-serif";}s:11:"Baloo Tamma";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:34:"latin-ext,latin,vietnamese,kannada";s:4:"type";s:10:"sans-serif";}s:12:"Baloo Thambi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:32:"latin-ext,tamil,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Balthazar";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Bangers";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Basic";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Battambang";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:7:"Baumans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Bayon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:8:"Belgrano";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Belleza";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"BenchNine";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Bentham";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Berkshire Swash";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Bevan";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Bigelow Rules";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Bigshot One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Bilbo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Bilbo Swash Caps";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"BioRhyme";a:3:{s:6:"styles";s:19:"200,300,400,700,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:17:"BioRhyme Expanded";a:3:{s:6:"styles";s:19:"200,300,400,700,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Biryani";a:3:{s:6:"styles";s:27:"200,300,400,600,700,800,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Bitter";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Black Ops One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Bokor";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:6:"Bonbon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Boogaloo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Bowlby One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Bowlby One SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Brawler";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Bree Serif";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Bubblegum Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Bubbler One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Buda";a:3:{s:6:"styles";s:3:"300";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Buenard";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Bungee";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:15:"Bungee Hairline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:13:"Bungee Inline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:14:"Bungee Outline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:12:"Bungee Shade";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Butcherman";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Butterfly Kids";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Cabin";a:3:{s:6:"styles";s:52:"400,italic,500,500italic,600,600italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Cabin Condensed";a:3:{s:6:"styles";s:15:"400,500,600,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Cabin Sketch";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Caesar Dressing";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Cagliostro";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Cairo";a:3:{s:6:"styles";s:23:"200,300,400,600,700,900";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:14:"Calligraffitti";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Cambay";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Cambo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Candal";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Cantarell";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Cantata One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Cantora One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Capriola";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Cardo";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:31:"latin-ext,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:5:"Carme";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Carrois Gothic";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:17:"Carrois Gothic SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Carter One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Catamaran";a:3:{s:6:"styles";s:35:"100,200,300,400,500,600,700,800,900";s:13:"character_set";s:21:"latin-ext,tamil,latin";s:4:"type";s:10:"sans-serif";}s:6:"Caudex";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:31:"latin-ext,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:6:"Caveat";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Caveat Brush";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:18:"Cedarville Cursive";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Ceviche One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Changa";a:3:{s:6:"styles";s:27:"200,300,400,500,600,700,800";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:10:"Changa One";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Chango";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Chathura";a:3:{s:6:"styles";s:19:"100,300,400,700,800";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:18:"Chau Philomene One";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Chela One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Chelsea Market";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Chenla";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:17:"Cherry Cream Soda";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Cherry Swash";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Chewy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Chicle";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Chivo";a:3:{s:6:"styles";s:24:"400,italic,900,900italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Chonburi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:6:"Cinzel";a:3:{s:6:"styles";s:11:"400,700,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:17:"Cinzel Decorative";a:3:{s:6:"styles";s:11:"400,700,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Clicker Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Coda";a:3:{s:6:"styles";s:7:"400,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Coda Caption";a:3:{s:6:"styles";s:3:"800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Codystar";a:3:{s:6:"styles";s:7:"300,400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Coiny";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:32:"latin-ext,tamil,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:5:"Combo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Comfortaa";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:43:"cyrillic-ext,latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:11:"Coming Soon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Concert One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Condiment";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Content";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:12:"Contrail One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Convergence";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Cookie";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Copse";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Corben";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Cormorant";a:3:{s:6:"styles";s:66:"300,300italic,400,italic,500,500italic,600,600italic,700,700italic";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:18:"Cormorant Garamond";a:3:{s:6:"styles";s:66:"300,300italic,400,italic,500,500italic,600,600italic,700,700italic";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:16:"Cormorant Infant";a:3:{s:6:"styles";s:66:"300,300italic,400,italic,500,500italic,600,600italic,700,700italic";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:12:"Cormorant SC";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:17:"Cormorant Unicase";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:17:"Cormorant Upright";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Courgette";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Cousine";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:71:"cyrillic-ext,latin-ext,hebrew,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:8:"Coustard";a:3:{s:6:"styles";s:7:"400,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:21:"Covered By Your Grace";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Crafty Girls";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Creepster";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Crete Round";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Crimson Text";a:3:{s:6:"styles";s:38:"400,italic,600,600italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Croissant One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Crushed";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Cuprum";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Cutive";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Cutive Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Damion";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Dancing Script";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Dangrek";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:11:"David Libre";a:3:{s:6:"styles";s:11:"400,500,700";s:13:"character_set";s:33:"latin-ext,hebrew,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:20:"Dawning of a New Day";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Days One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Dekko";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Delius";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:17:"Delius Swash Caps";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Delius Unicase";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Della Respira";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Denk One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Devonshire";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Dhurjati";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:13:"Didact Gothic";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:53:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:9:"Diplomata";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Diplomata SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Domine";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Donegal One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Doppio One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Dorsa";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Dosis";a:3:{s:6:"styles";s:27:"200,300,400,500,600,700,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Dr Sugiyama";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Droid Sans";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Droid Sans Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Droid Serif";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Duru Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Dynalight";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"EB Garamond";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:48:"cyrillic-ext,latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Eagle Lake";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Eater";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Economica";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Eczar";a:3:{s:6:"styles";s:19:"400,500,600,700,800";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:8:"Ek Mukta";a:3:{s:6:"styles";s:27:"200,300,400,500,600,700,800";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:10:"El Messiri";a:3:{s:6:"styles";s:15:"400,500,600,700";s:13:"character_set";s:21:"arabic,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:11:"Electrolize";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Elsie";a:3:{s:6:"styles";s:7:"400,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Elsie Swash Caps";a:3:{s:6:"styles";s:7:"400,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Emblema One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Emilys Candy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Engagement";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Englebert";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Enriqueta";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Erica One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Esteban";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Euphoria Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Ewert";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:3:"Exo";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Exo 2";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:13:"Expletus Sans";a:3:{s:6:"styles";s:52:"400,italic,500,500italic,600,600italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Fanwood Text";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Farsan";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:35:"gujarati,latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Fascinate";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:16:"Fascinate Inline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Faster One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Fasthand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:9:"Fauna One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Federant";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Federo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Felipa";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Fenix";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Finger Paint";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Fira Mono";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:43:"cyrillic-ext,latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:9:"Fira Sans";a:3:{s:6:"styles";s:52:"300,300italic,400,italic,500,500italic,700,700italic";s:13:"character_set";s:43:"cyrillic-ext,latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:10:"Fjalla One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Fjord One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Flamenco";a:3:{s:6:"styles";s:7:"300,400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Flavors";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Fondamento";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Fontdiner Swanky";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Forum";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:12:"Francois One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Frank Ruhl Libre";a:3:{s:6:"styles";s:19:"300,400,500,700,900";s:13:"character_set";s:22:"latin-ext,hebrew,latin";s:4:"type";s:10:"sans-serif";}s:12:"Freckle Face";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:20:"Fredericka the Great";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Fredoka One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Freehand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:6:"Fresca";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Frijole";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Fruktur";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Fugaz One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"GFS Didot";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"greek";s:4:"type";s:10:"sans-serif";}s:15:"GFS Neohellenic";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"greek";s:4:"type";s:10:"sans-serif";}s:8:"Gabriela";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Gafata";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Galada";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:13:"bengali,latin";s:4:"type";s:10:"sans-serif";}s:8:"Galdeano";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Galindo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Gentium Basic";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:18:"Gentium Book Basic";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:3:"Geo";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Geostar";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Geostar Fill";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Germania One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Gidugu";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:13:"Gilda Display";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Give You Glory";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Glass Antiqua";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Glegoo";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:17:"Gloria Hallelujah";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Goblin One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Gochi Hand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Gorditas";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:21:"Goudy Bookletter 1911";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Graduate";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Grand Hotel";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Gravitas One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Great Vibes";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Griffy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Gruppo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Gudea";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Gurajada";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:6:"Habibi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Halant";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:15:"Hammersmith One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Hanalei";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Hanalei Fill";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Handlee";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Hanuman";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:12:"Happy Monkey";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Harmattan";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:12:"Headland One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Heebo";a:3:{s:6:"styles";s:27:"100,300,400,500,700,800,900";s:13:"character_set";s:12:"hebrew,latin";s:4:"type";s:10:"sans-serif";}s:11:"Henny Penny";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"Herr Von Muellerhoff";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Hind";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:11:"Hind Guntur";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:22:"latin-ext,latin,telugu";s:4:"type";s:10:"sans-serif";}s:12:"Hind Madurai";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:21:"latin-ext,tamil,latin";s:4:"type";s:10:"sans-serif";}s:13:"Hind Siliguri";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:23:"latin-ext,bengali,latin";s:4:"type";s:10:"sans-serif";}s:13:"Hind Vadodara";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Holtwood One SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Homemade Apple";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Homenaje";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"IM Fell DW Pica";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"IM Fell DW Pica SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:19:"IM Fell Double Pica";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:22:"IM Fell Double Pica SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"IM Fell English";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"IM Fell English SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"IM Fell French Canon";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:23:"IM Fell French Canon SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"IM Fell Great Primer";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:23:"IM Fell Great Primer SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Iceberg";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Iceland";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Imprima";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Inconsolata";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Inder";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Indie Flower";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Inika";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Inknut Antiqua";a:3:{s:6:"styles";s:27:"300,400,500,600,700,800,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:12:"Irish Grover";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Istok Web";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:8:"Italiana";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Italianno";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Itim";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:16:"Jacques Francois";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:23:"Jacques Francois Shadow";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Jaldi";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:14:"Jim Nightshade";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Jockey One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Jolly Lodger";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Jomhuria";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:12:"Josefin Sans";a:3:{s:6:"styles";s:66:"100,100italic,300,300italic,400,italic,600,600italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Josefin Slab";a:3:{s:6:"styles";s:66:"100,100italic,300,300italic,400,italic,600,600italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Joti One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Judson";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:5:"Julee";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Julius Sans One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Junge";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Jura";a:3:{s:6:"styles";s:15:"300,400,500,600";s:13:"character_set";s:43:"cyrillic-ext,latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:17:"Just Another Hand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:23:"Just Me Again Down Here";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Kadwa";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:16:"devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Kalam";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Kameron";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Kanit";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Kantumruy";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:5:"Karla";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Karma";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Katibeh";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:14:"Kaushan Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Kavivanar";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:21:"latin-ext,tamil,latin";s:4:"type";s:10:"sans-serif";}s:6:"Kavoon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Kdam Thmor";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:10:"Keania One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Kelly Slab";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:5:"Kenia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Khand";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Khmer";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:5:"Khula";a:3:{s:6:"styles";s:19:"300,400,600,700,800";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:8:"Kite One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Knewave";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Kotta One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Koulen";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:6:"Kranky";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Kreon";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Kristi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Krona One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Kumar One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:17:"Kumar One Outline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Kurale";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:35:"latin-ext,devanagari,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:15:"La Belle Aurore";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Laila";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:11:"Lakki Reddy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:7:"Lalezar";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:33:"latin-ext,arabic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:8:"Lancelot";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Lateef";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:4:"Lato";a:3:{s:6:"styles";s:66:"100,100italic,300,300italic,400,italic,700,700italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"League Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Leckerli One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Ledger";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Lekton";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Lemon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Lemonada";a:3:{s:6:"styles";s:15:"300,400,600,700";s:13:"character_set";s:33:"latin-ext,arabic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:17:"Libre Baskerville";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Libre Franklin";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Life Savers";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Lilita One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Lily Script One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Limelight";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Linden Hill";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Lobster";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:35:"latin-ext,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:11:"Lobster Two";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:16:"Londrina Outline";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Londrina Shadow";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Londrina Sketch";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Londrina Solid";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Lora";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:21:"Love Ya Like A Sister";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:17:"Loved by the King";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Lovers Quarrel";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Luckiest Guy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Lusitana";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Lustria";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Macondo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"Macondo Swash Caps";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Mada";a:3:{s:6:"styles";s:15:"300,400,500,900";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:5:"Magra";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Maiden Orange";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Maitree";a:3:{s:6:"styles";s:23:"200,300,400,500,600,700";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:4:"Mako";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Mallanna";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:7:"Mandali";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:9:"Marcellus";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Marcellus SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Marck Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:9:"Margarine";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Marko One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Marmelad";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Martel";a:3:{s:6:"styles";s:27:"200,300,400,600,700,800,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:11:"Martel Sans";a:3:{s:6:"styles";s:27:"200,300,400,600,700,800,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Marvel";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Mate";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Mate SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Maven Pro";a:3:{s:6:"styles";s:15:"400,500,700,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"McLaren";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Meddon";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"MedievalSharp";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Medula One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Meera Inimai";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:11:"tamil,latin";s:4:"type";s:10:"sans-serif";}s:6:"Megrim";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Meie Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Merienda";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Merienda One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Merriweather";a:3:{s:6:"styles";s:52:"300,300italic,400,italic,700,700italic,900,900italic";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:17:"Merriweather Sans";a:3:{s:6:"styles";s:52:"300,300italic,400,italic,700,700italic,800,800italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Metal";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:11:"Metal Mania";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Metamorphous";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Metrophobic";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Michroma";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Milonga";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Miltonian";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:16:"Miltonian Tattoo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Miniver";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Miriam Libre";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:22:"latin-ext,hebrew,latin";s:4:"type";s:10:"sans-serif";}s:5:"Mirza";a:3:{s:6:"styles";s:15:"400,500,600,700";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:14:"Miss Fajardose";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Mitr";a:3:{s:6:"styles";s:23:"200,300,400,500,600,700";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:5:"Modak";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:14:"Modern Antiqua";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Mogra";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Molengo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Molle";a:3:{s:6:"styles";s:6:"italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Monda";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Monofett";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Monoton";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"Monsieur La Doulaise";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Montaga";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Montez";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Montserrat";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:21:"Montserrat Alternates";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"Montserrat Subrayada";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Moul";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:8:"Moulpali";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:22:"Mountains of Christmas";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Mouse Memoirs";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Mr Bedfort";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Mr Dafoe";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Mr De Haviland";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:19:"Mrs Saint Delafield";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Mrs Sheppards";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Mukta Vaani";a:3:{s:6:"styles";s:27:"200,300,400,500,600,700,800";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Muli";a:3:{s:6:"styles";s:24:"300,300italic,400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Mystery Quest";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:3:"NTR";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:6:"Neucha";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:14:"cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Neuton";a:3:{s:6:"styles";s:26:"200,300,400,italic,700,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"New Rocker";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"News Cycle";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Niconne";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Nixie One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Nobile";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Nokora";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:7:"Norican";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Nosifer";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:20:"Nothing You Could Do";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Noticia Text";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Noto Sans";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:75:"cyrillic-ext,latin-ext,devanagari,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Noto Serif";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:8:"Nova Cut";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Nova Flat";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Nova Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:11:"greek,latin";s:4:"type";s:10:"sans-serif";}s:9:"Nova Oval";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Nova Round";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Nova Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Nova Slim";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Nova Square";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Numans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Nunito";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Odor Mean Chey";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:7:"Offside";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Old Standard TT";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Oldenburg";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Oleo Script";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:22:"Oleo Script Swash Caps";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Open Sans";a:3:{s:6:"styles";s:66:"300,300italic,400,italic,600,600italic,700,700italic,800,800italic";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:19:"Open Sans Condensed";a:3:{s:6:"styles";s:17:"300,300italic,700";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:11:"Oranienbaum";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:8:"Orbitron";a:3:{s:6:"styles";s:15:"400,500,700,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Oregano";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Orienta";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Original Surfer";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Oswald";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Over the Rainbow";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Overlock";a:3:{s:6:"styles";s:38:"400,italic,700,700italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Overlock SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:3:"Ovo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Oxygen";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Oxygen Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"PT Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:7:"PT Sans";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:15:"PT Sans Caption";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:14:"PT Sans Narrow";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:8:"PT Serif";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:16:"PT Serif Caption";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:37:"cyrillic-ext,latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:8:"Pacifico";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Palanquin";a:3:{s:6:"styles";s:27:"100,200,300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:14:"Palanquin Dark";a:3:{s:6:"styles";s:15:"400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Paprika";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Parisienne";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Passero One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Passion One";a:3:{s:6:"styles";s:11:"400,700,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:18:"Pathway Gothic One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Patrick Hand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:15:"Patrick Hand SC";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:7:"Pattaya";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:40:"latin-ext,thai,cyrillic,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Patua One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Pavanam";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:21:"latin-ext,tamil,latin";s:4:"type";s:10:"sans-serif";}s:11:"Paytone One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Peddana";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:7:"Peralta";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Permanent Marker";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:19:"Petit Formal Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Petrona";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Philosopher";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:14:"cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Piedra";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Pinyon Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Pirata One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Plaster";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:4:"Play";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:43:"cyrillic-ext,latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:8:"Playball";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Playfair Display";a:3:{s:6:"styles";s:38:"400,italic,700,700italic,900,900italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:19:"Playfair Display SC";a:3:{s:6:"styles";s:38:"400,italic,700,700italic,900,900italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:7:"Podkova";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Poiret One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:10:"Poller One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Poly";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Pompiere";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Pontano Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Poppins";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:16:"Port Lligat Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:16:"Port Lligat Slab";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Pragati Narrow";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Prata";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Preahvihear";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:14:"Press Start 2P";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:30:"latin-ext,cyrillic,greek,latin";s:4:"type";s:10:"sans-serif";}s:5:"Pridi";a:3:{s:6:"styles";s:23:"200,300,400,500,600,700";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:14:"Princess Sofia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Prociono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Prompt";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:10:"Prosto One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:11:"Proza Libre";a:3:{s:6:"styles";s:66:"400,italic,500,500italic,600,600italic,700,700italic,800,800italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Puritan";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Purple Purse";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Quando";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Quantico";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Quattrocento";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:17:"Quattrocento Sans";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Questrial";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Quicksand";a:3:{s:6:"styles";s:11:"300,400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Quintessential";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Qwigley";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Racing Sans One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Radley";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Rajdhani";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Rakkas";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:22:"latin-ext,arabic,latin";s:4:"type";s:10:"sans-serif";}s:7:"Raleway";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Raleway Dots";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Ramabhadra";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:8:"Ramaraja";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:6:"Rambla";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Rammetto One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Ranchers";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Rancho";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Ranga";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:4:"Rasa";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Rationale";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Ravi Prakash";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:9:"Redressed";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Reem Kufi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:13:"Reenie Beanie";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Revalia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Rhodium Libre";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Ribeye";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Ribeye Marrow";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Righteous";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Risque";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Roboto";a:3:{s:6:"styles";s:80:"100,100italic,300,300italic,400,italic,500,500italic,700,700italic,900,900italic";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:16:"Roboto Condensed";a:3:{s:6:"styles";s:38:"300,300italic,400,italic,700,700italic";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:11:"Roboto Mono";a:3:{s:6:"styles";s:66:"100,100italic,300,300italic,400,italic,500,500italic,700,700italic";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:11:"Roboto Slab";a:3:{s:6:"styles";s:15:"100,300,400,700";s:13:"character_set";s:64:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Rochester";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Rock Salt";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Rokkitt";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Romanesco";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Ropa Sans";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Rosario";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Rosarivo";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Rouge Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Rozha One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Rubik";a:3:{s:6:"styles";s:66:"300,300italic,400,italic,500,500italic,700,700italic,900,900italic";s:13:"character_set";s:31:"latin-ext,hebrew,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:14:"Rubik Mono One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:9:"Rubik One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:4:"Ruda";a:3:{s:6:"styles";s:11:"400,700,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Rufina";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Ruge Boogie";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Ruluko";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Rum Raisin";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Ruslan Display";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:9:"Russo One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:6:"Ruthie";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:3:"Rye";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Sacramento";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Sahitya";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:16:"devanagari,latin";s:4:"type";s:10:"sans-serif";}s:4:"Sail";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Salsa";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Sanchez";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Sancreek";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Sansita One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Sarala";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:6:"Sarina";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Sarpanch";a:3:{s:6:"styles";s:23:"400,500,600,700,800,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Satisfy";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Scada";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:12:"Scheherazade";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:12:"arabic,latin";s:4:"type";s:10:"sans-serif";}s:10:"Schoolbell";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Scope One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"Seaweed Script";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Secular One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:22:"latin-ext,hebrew,latin";s:4:"type";s:10:"sans-serif";}s:9:"Sevillana";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Seymour One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:18:"Shadows Into Light";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:22:"Shadows Into Light Two";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Shanti";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Share";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Share Tech";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Share Tech Mono";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Shojumaru";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Short Stack";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Shrikhand";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"gujarati,latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Siemreap";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:10:"Sigmar One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Signika";a:3:{s:6:"styles";s:15:"300,400,600,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Signika Negative";a:3:{s:6:"styles";s:15:"300,400,600,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Simonetta";a:3:{s:6:"styles";s:24:"400,italic,900,900italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Sintony";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Sirin Stencil";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Six Caps";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Skranji";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Slabo 13px";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Slabo 27px";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Slackey";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Smokum";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Smythe";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Sniglet";a:3:{s:6:"styles";s:7:"400,800";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Snippet";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:13:"Snowburst One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Sofadi One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"Sofia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Sonsie One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:16:"Sorts Mill Goudy";a:3:{s:6:"styles";s:10:"400,italic";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Source Code Pro";a:3:{s:6:"styles";s:27:"200,300,400,500,600,700,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:15:"Source Sans Pro";a:3:{s:6:"styles";s:80:"200,200italic,300,300italic,400,italic,600,600italic,700,700italic,900,900italic";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:16:"Source Serif Pro";a:3:{s:6:"styles";s:11:"400,600,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Space Mono";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:26:"latin-ext,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:13:"Special Elite";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Spicy Rice";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Spinnaker";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Spirax";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Squada One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:20:"Sree Krushnadevaraya";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:8:"Sriracha";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Stalemate";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Stalinist One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:15:"Stardos Stencil";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:21:"Stint Ultra Condensed";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:20:"Stint Ultra Expanded";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Stoke";a:3:{s:6:"styles";s:7:"300,400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Strait";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:19:"Sue Ellen Francisco";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Suez One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:22:"latin-ext,hebrew,latin";s:4:"type";s:10:"sans-serif";}s:6:"Sumana";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:9:"Sunshiney";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:16:"Supermercado One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Sura";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Suranna";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:9:"Suravaram";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:11:"Suwannaphum";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:18:"Swanky and Moo Moo";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Syncopate";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Tangerine";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Taprom";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"khmer";s:4:"type";s:10:"sans-serif";}s:5:"Tauri";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Taviraj";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:4:"Teko";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Telex";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"Tenali Ramakrishna";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:10:"Tenor Sans";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:11:"Text Me One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:18:"The Girl Next Door";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Tienne";a:3:{s:6:"styles";s:11:"400,700,900";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Tillana";a:3:{s:6:"styles";s:19:"400,500,600,700,800";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:7:"Timmana";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"latin,telugu";s:4:"type";s:10:"sans-serif";}s:5:"Tinos";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:71:"cyrillic-ext,latin-ext,hebrew,cyrillic,greek,latin,greek-ext,vietnamese";s:4:"type";s:10:"sans-serif";}s:9:"Titan One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:13:"Titillium Web";a:3:{s:6:"styles";s:70:"200,200italic,300,300italic,400,italic,600,600italic,700,700italic,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Trade Winds";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Trirong";a:3:{s:6:"styles";s:122:"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";s:13:"character_set";s:31:"latin-ext,thai,latin,vietnamese";s:4:"type";s:10:"sans-serif";}s:7:"Trocchi";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Trochut";a:3:{s:6:"styles";s:14:"400,italic,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Trykker";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:10:"Tulpen One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Ubuntu";a:3:{s:6:"styles";s:52:"300,300italic,400,italic,500,500italic,700,700italic";s:13:"character_set";s:53:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:16:"Ubuntu Condensed";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:53:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:11:"Ubuntu Mono";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:53:"cyrillic-ext,latin-ext,cyrillic,greek,latin,greek-ext";s:4:"type";s:10:"sans-serif";}s:5:"Ultra";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:14:"Uncial Antiqua";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Underdog";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:9:"Unica One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:14:"UnifrakturCook";a:3:{s:6:"styles";s:3:"700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:18:"UnifrakturMaguntia";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:7:"Unkempt";a:3:{s:6:"styles";s:7:"400,700";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Unlock";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Unna";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:5:"VT323";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:11:"Vampiro One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Varela";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:12:"Varela Round";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:12:"hebrew,latin";s:4:"type";s:10:"sans-serif";}s:11:"Vast Shadow";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:12:"Vesper Libre";a:3:{s:6:"styles";s:15:"400,500,700,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:5:"Vibur";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Vidaloka";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Viga";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:5:"Voces";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:7:"Volkhov";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Vollkorn";a:3:{s:6:"styles";s:24:"400,italic,700,700italic";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Voltaire";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:23:"Waiting for the Sunrise";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:8:"Wallpoet";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:15:"Walter Turncoat";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:6:"Warnes";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Wellfleet";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:9:"Wendy One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:8:"Wire One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:9:"Work Sans";a:3:{s:6:"styles";s:35:"100,200,300,400,500,600,700,800,900";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:17:"Yanone Kaffeesatz";a:3:{s:6:"styles";s:15:"200,300,400,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:11:"Yantramanav";a:3:{s:6:"styles";s:23:"100,300,400,500,700,900";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:9:"Yatra One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:26:"latin-ext,devanagari,latin";s:4:"type";s:10:"sans-serif";}s:10:"Yellowtail";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:10:"Yeseva One";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:24:"latin-ext,cyrillic,latin";s:4:"type";s:10:"sans-serif";}s:10:"Yesteryear";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}s:4:"Yrsa";a:3:{s:6:"styles";s:19:"300,400,500,600,700";s:13:"character_set";s:15:"latin-ext,latin";s:4:"type";s:10:"sans-serif";}s:6:"Zeyada";a:3:{s:6:"styles";s:3:"400";s:13:"character_set";s:5:"latin";s:4:"type";s:10:"sans-serif";}}', 'no');
INSERT INTO `wpag_options` VALUES
(642, '_transient_shipping-transient-version', '1523899722', 'yes'),
(661, 'cherry-projects-db-version', '1.2.11', 'yes'),
(737, 'sidebars_widgets', 'a:12:{s:19:"wp_inactive_widgets";a:2:{i:0;s:35:"cherry_socialize_widget_instagram-2";i:1;s:17:"recent-comments-3";}s:7:"sidebar";a:9:{i:0;s:8:"search-1";i:1;s:32:"monstroid2_widget_about_author-1";i:2;s:12:"categories-1";i:3;s:17:"recent-comments-1";i:4;s:17:"recent-comments-2";i:5;s:11:"tag_cloud-1";i:6;s:10:"archives-1";i:7;s:10:"calendar-1";i:8;s:36:"monstroid2_widget_subscribe_follow-1";}s:17:"cherry-sidebars-0";a:2:{i:0;s:33:"woocommerce_layered_nav_filters-2";i:1;s:28:"woocommerce_product_search-2";}s:22:"full-width-header-area";a:0:{}s:19:"before-content-area";a:0:{}s:16:"before-loop-area";a:0:{}s:15:"after-loop-area";a:0:{}s:18:"after-content-area";a:0:{}s:29:"after-content-full-width-area";a:0:{}s:11:"footer-area";a:3:{i:0;s:25:"monstroid2_widget_about-1";i:1;s:39:"monstroid2_contact_information_widget-1";i:2;s:10:"nav_menu-1";}s:12:"tm-mega-menu";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(1167, 'tm-testimonials_category_children', 'a:0:{}', 'yes'),
(3129, '_transient_timeout_cherry_google_fonts_url_monstroid2', '1529996789', 'no'),
(3130, '_transient_cherry_google_fonts_url_monstroid2', '//fonts.googleapis.com/css?family=Poppins%3A300%2C700%2C400%2C600%7CHind+Siliguri%3A300&subset=latin', 'no'),
(2125, '_site_transient_browser_4d90fb766c3b51de57fa42e860c03217', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:4:"60.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'),
(2179, '_site_transient_timeout_browser_a6ce2d1edb65f3af71fff85081a03f9d', '1529496847', 'no'),
(2180, '_site_transient_browser_a6ce2d1edb65f3af71fff85081a03f9d', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.79";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(1066, 'mce_loyalty', 'a:11:{s:7:"seconds";i:29;s:7:"minutes";i:35;s:5:"hours";i:17;s:4:"mday";i:17;s:4:"wday";i:2;s:3:"mon";i:4;s:4:"year";i:2018;s:4:"yday";i:106;s:7:"weekday";s:7:"Tuesday";s:5:"month";s:5:"April";i:0;i:1523986529;}', 'no'),
(1175, '_transient_product-transient-version', '1524627995', 'yes'),
(1189, 'product_cat_children', 'a:1:{i:49;a:3:{i:0;i:52;i:1;i:53;i:2;i:54;}}', 'yes'),
(1715, '_transient_timeout_wc_product_children_45', '1531018409', 'no'),
(1716, '_transient_wc_product_children_45', 'a:2:{s:3:"all";a:0:{}s:7:"visible";a:0:{}}', 'no'),
(1717, '_transient_timeout_wc_var_prices_45', '1531018409', 'no'),
(1718, '_transient_wc_var_prices_45', '{"version":"1524627995","84fdf41ffd7f424e8764c11a8b290c7d":{"price":[],"regular_price":[],"sale_price":[]},"d2470b7c5eade23511ef818ab8eaac63":{"price":[],"regular_price":[],"sale_price":[]}}', 'no'),
(1091, 'wpsupercache_start', '1523987874', 'yes'),
(1092, 'wpsupercache_count', '0', 'yes'),
(1093, 'supercache_stats', 'a:3:{s:9:"generated";i:1523987896;s:10:"supercache";a:5:{s:7:"expired";i:0;s:6:"cached";i:0;s:5:"fsize";i:0;s:11:"cached_list";a:0:{}s:12:"expired_list";a:0:{}}s:7:"wpcache";a:5:{s:7:"expired";i:0;s:6:"cached";i:0;s:5:"fsize";i:0;s:11:"cached_list";a:0:{}s:12:"expired_list";a:0:{}}}', 'yes'),
(1094, 'tm_pb_cache_notice', 'a:1:{s:5:"1.4.0";s:6:"ignore";}', 'yes'),
(1600, '_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.6.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.6.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.9.6";s:7:"version";s:5:"4.9.6";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:1529399320;s:15:"version_checked";s:5:"4.9.6";s:12:"translations";a:0:{}}', 'no'),
(2124, '_site_transient_timeout_browser_4d90fb766c3b51de57fa42e860c03217', '1529488236', 'no'),
(1325, 'WPLANG', '', 'yes'),
(1326, 'new_admin_email', 'admin@seis.my', 'yes'),
(2381, '_site_transient_timeout_browser_143156aedca8214ce63a15cbea76913a', '1529822724', 'no'),
(3164, 'ai1wm_status', 'a:2:{s:4:"type";s:8:"download";s:7:"message";s:203:"<a href="https://seis.my/feelgroup/wp-content/ai1wm-backups/seis.my-feelgroup-20180619-081907-883.wpress" class="ai1wm-button-green ai1wm-emphasize"><span>Download seis.my</span><em>Size: 505 MB</em></a>";}', 'yes'),
(3171, 'ai1wm_updater', 'a:0:{}', 'yes');

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

--
-- Table structure for table `wpag_postmeta`
--

CREATE TABLE `wpag_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_postmeta`
--

INSERT INTO `wpag_postmeta` VALUES
(1, 1, '_tm_pb_predefined_layout', 'on'),
(2, 1, '_tm_pb_built_for_post_type', 'page'),
(3, 147, '_wp_attached_file', '2016/10/blog-5.jpg'),
(4, 147, '_wp_attached_file', '2016/10/blog-5.jpg'),
(5, 147, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:18:"2016/10/blog-5.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"blog-5-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:18:"blog-5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"blog-5-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:19:"blog-5-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"blog-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"blog-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"blog-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"blog-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"blog-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"blog-5-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"blog-5-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"blog-5-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"blog-5-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"blog-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"blog-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"blog-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"blog-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"blog-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"blog-5-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"blog-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"blog-5-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"blog-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:18:"blog-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-5-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"blog-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"blog-5-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"blog-5-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"blog-5-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"blog-5-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"blog-5-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"blog-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"blog-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"blog-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"blog-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"blog-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(6, 147, '_wxr_import_user_slug', 'admin'),
(7, 149, '_wp_attached_file', '2016/10/blog-2.jpg'),
(8, 149, '_wp_attached_file', '2016/10/blog-2.jpg'),
(9, 149, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:810;s:4:"file";s:18:"2016/10/blog-2.jpg";s:5:"sizes";a:35:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"blog-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:18:"blog-2-300x162.jpg";s:5:"width";i:300;s:6:"height";i:162;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"blog-2-768x415.jpg";s:5:"width";i:768;s:6:"height";i:415;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"blog-2-1024x553.jpg";s:5:"width";i:1024;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"blog-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"blog-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"blog-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"blog-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"blog-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"blog-2-418x226.jpg";s:5:"width";i:418;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"blog-2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"blog-2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"blog-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"blog-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"blog-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"blog-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"blog-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"blog-2-1355x810.jpg";s:5:"width";i:1355;s:6:"height";i:810;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"blog-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"blog-2-600x324.jpg";s:5:"width";i:600;s:6:"height";i:324;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"blog-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:18:"blog-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-2-600x324.jpg";s:5:"width";i:600;s:6:"height";i:324;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"blog-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"blog-2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"blog-2-400x216.jpg";s:5:"width";i:400;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"blog-2-900x486.jpg";s:5:"width";i:900;s:6:"height";i:486;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"blog-2-556x300.jpg";s:5:"width";i:556;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"blog-2-1250x675.jpg";s:5:"width";i:1250;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"blog-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"blog-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"blog-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"blog-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"blog-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(10, 149, '_wxr_import_parent', '31'),
(11, 149, '_wxr_import_user_slug', 'admin'),
(12, 150, '_wp_attached_file', '2016/10/blog-3.jpg'),
(13, 150, '_wp_attached_file', '2016/10/blog-3.jpg'),
(14, 150, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:18:"2016/10/blog-3.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"blog-3-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:18:"blog-3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"blog-3-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:19:"blog-3-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"blog-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"blog-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"blog-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"blog-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"blog-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"blog-3-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"blog-3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"blog-3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"blog-3-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"blog-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"blog-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"blog-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"blog-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"blog-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"blog-3-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"blog-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"blog-3-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"blog-3-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:"blog-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-3-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"blog-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"blog-3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"blog-3-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"blog-3-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"blog-3-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"blog-3-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"blog-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"blog-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"blog-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"blog-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"blog-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(15, 150, '_wxr_import_parent', '31'),
(16, 150, '_wxr_import_user_slug', 'admin'),
(17, 151, '_wp_attached_file', '2016/10/blog-4.jpg'),
(18, 151, '_wp_attached_file', '2016/10/blog-4.jpg'),
(19, 151, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1185;s:4:"file";s:18:"2016/10/blog-4.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"blog-4-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:18:"blog-4-300x237.jpg";s:5:"width";i:300;s:6:"height";i:237;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"blog-4-768x607.jpg";s:5:"width";i:768;s:6:"height";i:607;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"blog-4-1024x809.jpg";s:5:"width";i:1024;s:6:"height";i:809;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"blog-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"blog-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"blog-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"blog-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"blog-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"blog-4-418x330.jpg";s:5:"width";i:418;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"blog-4-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"blog-4-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:20:"blog-4-1500x1080.jpg";s:5:"width";i:1500;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"blog-4-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"blog-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"blog-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"blog-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"blog-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"blog-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"blog-4-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"blog-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"blog-4-600x474.jpg";s:5:"width";i:600;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"blog-4-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:"blog-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"blog-4-600x474.jpg";s:5:"width";i:600;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"blog-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"blog-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"blog-4-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"blog-4-400x316.jpg";s:5:"width";i:400;s:6:"height";i:316;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"blog-4-900x711.jpg";s:5:"width";i:900;s:6:"height";i:711;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"blog-4-380x300.jpg";s:5:"width";i:380;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"blog-4-854x675.jpg";s:5:"width";i:854;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:20:"blog-4-1500x1080.jpg";s:5:"width";i:1500;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"blog-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"blog-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"blog-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"blog-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"blog-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:20:"blog-4-1367x1080.jpg";s:5:"width";i:1367;s:6:"height";i:1080;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:{}}}'),
(20, 151, '_wxr_import_parent', '31'),
(21, 151, '_wxr_import_user_slug', 'admin'),
(22, 153, '_wp_attached_file', '2016/10/blog-12.jpg'),
(23, 153, '_wp_attached_file', '2016/10/blog-12.jpg'),
(24, 153, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/10/blog-12.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-12-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:"blog-12-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-12-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:"blog-12-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-12-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-12-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-12-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-12-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-12-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-12-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-12-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-12-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-12-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-12-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-12-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-12-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-12-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-12-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-12-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-12-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-12-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:"blog-12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-12-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-12-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-12-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-12-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-12-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-12-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-12-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-12-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-12-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-12-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-12-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-12-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-12-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(25, 153, '_wxr_import_user_slug', 'admin'),
(26, 166, '_wp_attached_file', '2016/10/blog-13.jpg'),
(27, 166, '_wp_attached_file', '2016/10/blog-13.jpg'),
(28, 166, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/10/blog-13.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-13-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:"blog-13-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-13-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:"blog-13-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-13-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-13-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-13-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-13-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-13-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-13-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-13-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-13-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-13-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-13-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-13-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-13-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-13-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-13-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-13-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-13-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-13-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-13-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:"blog-13-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-13-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-13-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-13-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-13-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-13-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-13-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-13-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-13-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-13-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-13-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-13-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-13-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-13-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(29, 166, '_wxr_import_user_slug', 'admin'),
(30, 167, '_wp_attached_file', '2016/10/blog-14.jpg'),
(31, 167, '_wp_attached_file', '2016/10/blog-14.jpg'),
(32, 167, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/10/blog-14.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-14-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:"blog-14-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-14-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:"blog-14-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-14-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-14-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-14-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-14-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-14-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-14-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-14-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-14-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-14-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-14-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-14-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-14-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-14-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-14-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-14-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-14-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-14-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-14-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:"blog-14-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-14-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-14-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-14-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-14-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-14-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-14-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-14-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-14-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-14-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-14-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-14-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-14-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-14-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(33, 167, '_wxr_import_parent', '314'),
(34, 167, '_wxr_import_user_slug', 'admin'),
(35, 168, '_wp_attached_file', '2016/10/blog-15.jpg'),
(36, 168, '_wp_attached_file', '2016/10/blog-15.jpg'),
(37, 168, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:993;s:4:"file";s:19:"2016/10/blog-15.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-15-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:"blog-15-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-15-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"blog-15-1024x678.jpg";s:5:"width";i:1024;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-15-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-15-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-15-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-15-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-15-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-15-418x277.jpg";s:5:"width";i:418;s:6:"height";i:277;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-15-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-15-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-15-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-15-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-15-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-15-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-15-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-15-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"blog-15-1355x993.jpg";s:5:"width";i:1355;s:6:"height";i:993;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-15-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-15-600x397.jpg";s:5:"width";i:600;s:6:"height";i:397;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-15-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:"blog-15-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-15-600x397.jpg";s:5:"width";i:600;s:6:"height";i:397;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-15-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-15-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-15-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-15-400x265.jpg";s:5:"width";i:400;s:6:"height";i:265;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-15-900x596.jpg";s:5:"width";i:900;s:6:"height";i:596;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-15-453x300.jpg";s:5:"width";i:453;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-15-1020x675.jpg";s:5:"width";i:1020;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-15-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-15-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-15-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-15-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-15-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(38, 168, '_wxr_import_parent', '172'),
(39, 168, '_wxr_import_user_slug', 'admin'),
(40, 173, '_wp_attached_file', '2016/06/blog-17.jpg'),
(41, 173, '_wp_attached_file', '2016/06/blog-17.jpg');
INSERT INTO `wpag_postmeta` VALUES
(42, 173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/06/blog-17.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-17-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:"blog-17-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-17-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:"blog-17-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-17-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-17-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-17-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-17-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-17-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-17-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-17-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-17-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-17-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-17-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-17-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-17-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-17-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-17-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-17-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-17-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-17-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-17-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:"blog-17-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-17-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-17-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-17-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-17-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-17-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-17-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-17-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-17-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-17-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-17-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-17-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-17-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-17-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(43, 173, '_wxr_import_parent', '30'),
(44, 173, '_wxr_import_user_slug', 'admin'),
(45, 174, '_wp_attached_file', '2016/06/blog-18.jpg'),
(46, 174, '_wp_attached_file', '2016/06/blog-18.jpg'),
(47, 174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/06/blog-18.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-18-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:"blog-18-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-18-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:"blog-18-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-18-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-18-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-18-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-18-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-18-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-18-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-18-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-18-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-18-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-18-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-18-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-18-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-18-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-18-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-18-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-18-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-18-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-18-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:"blog-18-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-18-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-18-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-18-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-18-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-18-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-18-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-18-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-18-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-18-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-18-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-18-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-18-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-18-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(48, 174, '_wxr_import_parent', '30'),
(49, 174, '_wxr_import_user_slug', 'admin'),
(50, 175, '_wp_attached_file', '2016/06/blog-19.jpg'),
(51, 175, '_wp_attached_file', '2016/06/blog-19.jpg'),
(52, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/06/blog-19.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-19-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:"blog-19-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-19-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:"blog-19-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-19-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-19-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-19-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-19-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-19-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-19-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-19-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-19-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-19-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-19-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-19-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-19-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-19-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-19-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-19-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-19-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-19-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-19-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:"blog-19-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-19-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-19-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-19-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-19-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-19-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-19-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-19-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-19-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-19-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-19-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-19-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-19-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-19-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(53, 175, '_wxr_import_parent', '30'),
(54, 175, '_wxr_import_user_slug', 'admin'),
(55, 187, '_wp_attached_file', '2016/10/slide-1.jpg'),
(56, 187, '_wp_attached_file', '2016/10/slide-1.jpg'),
(57, 187, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:19:"2016/10/slide-1.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide-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:"slide-1-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slide-1-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:20:"slide-1-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slide-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"slide-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"slide-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"slide-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"slide-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"slide-1-418x235.jpg";s:5:"width";i:418;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"slide-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"slide-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"slide-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"slide-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"slide-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"slide-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"slide-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"slide-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"slide-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"slide-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"slide-1-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"slide-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:4:{s:4:"file";s:19:"slide-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide-1-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"slide-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"slide-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"slide-1-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"slide-1-900x506.jpg";s:5:"width";i:900;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"slide-1-533x300.jpg";s:5:"width";i:533;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"slide-1-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"slide-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"slide-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"slide-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"slide-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"slide-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(58, 187, '_wxr_import_parent', '184'),
(59, 187, '_wxr_import_user_slug', 'admin'),
(60, 188, '_wp_attached_file', '2016/10/index-2.jpg'),
(61, 188, '_wp_attached_file', '2016/10/index-2.jpg'),
(62, 188, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:19:"2016/10/index-2.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"index-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:"index-2-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"index-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"index-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"index-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"index-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"index-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"index-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"index-2-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"index-2-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"index-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"index-2-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"index-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"index-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"index-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"index-2-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"index-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:19:"index-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"index-2-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"index-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"index-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"index-2-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"index-2-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"index-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"index-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"index-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"index-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"index-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(63, 188, '_wxr_import_parent', '184'),
(64, 188, '_wxr_import_user_slug', 'admin'),
(65, 197, '_wp_attached_file', '2016/10/slide-3.jpg'),
(66, 197, '_wp_attached_file', '2016/10/slide-3.jpg'),
(67, 197, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:19:"2016/10/slide-3.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide-3-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:"slide-3-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slide-3-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:20:"slide-3-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slide-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"slide-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"slide-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"slide-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"slide-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"slide-3-418x235.jpg";s:5:"width";i:418;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"slide-3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"slide-3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"slide-3-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"slide-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"slide-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"slide-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"slide-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"slide-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"slide-3-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"slide-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"slide-3-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"slide-3-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:"slide-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide-3-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"slide-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"slide-3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"slide-3-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"slide-3-900x506.jpg";s:5:"width";i:900;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"slide-3-533x300.jpg";s:5:"width";i:533;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"slide-3-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"slide-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"slide-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"slide-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"slide-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"slide-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(68, 197, '_wxr_import_parent', '184'),
(69, 197, '_wxr_import_user_slug', 'admin'),
(70, 198, '_wp_attached_file', '2016/10/slide-2.jpg'),
(71, 198, '_wp_attached_file', '2016/10/slide-2.jpg'),
(72, 198, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:19:"2016/10/slide-2.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide-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:"slide-2-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"slide-2-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:20:"slide-2-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"slide-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"slide-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"slide-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"slide-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"slide-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"slide-2-418x235.jpg";s:5:"width";i:418;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"slide-2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"slide-2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"slide-2-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"slide-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"slide-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"slide-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"slide-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"slide-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"slide-2-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"slide-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"slide-2-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"slide-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:19:"slide-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"slide-2-600x338.jpg";s:5:"width";i:600;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"slide-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"slide-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"slide-2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"slide-2-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"slide-2-900x506.jpg";s:5:"width";i:900;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"slide-2-533x300.jpg";s:5:"width";i:533;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"slide-2-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"slide-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"slide-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"slide-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"slide-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"slide-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(73, 198, '_wxr_import_parent', '184'),
(74, 198, '_wxr_import_user_slug', 'admin'),
(75, 200, '_wp_attached_file', '2016/10/blog-26.jpg'),
(76, 200, '_wp_attached_file', '2016/10/blog-26.jpg'),
(77, 200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:19:"2016/10/blog-26.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-26-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:"blog-26-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-26-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:"blog-26-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-26-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-26-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-26-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-26-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-26-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-26-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-26-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-26-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-26-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-26-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-26-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-26-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-26-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-26-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-26-1355x1000.jpg";s:5:"width";i:1355;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-26-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-26-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-26-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:"blog-26-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-26-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-26-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-26-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-26-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-26-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-26-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-26-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-26-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-26-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-26-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-26-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-26-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-26-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(78, 200, '_wxr_import_user_slug', 'admin'),
(79, 201, '_wp_attached_file', '2016/10/blog-27.jpg'),
(80, 201, '_wp_attached_file', '2016/10/blog-27.jpg'),
(81, 201, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1001;s:4:"file";s:19:"2016/10/blog-27.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-27-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:"blog-27-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-27-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"blog-27-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-27-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-27-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-27-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-27-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-27-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-27-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-27-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-27-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-27-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-27-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-27-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-27-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-27-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-27-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-27-1355x1001.jpg";s:5:"width";i:1355;s:6:"height";i:1001;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-27-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-27-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-27-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:"blog-27-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-27-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-27-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-27-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-27-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-27-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-27-900x601.jpg";s:5:"width";i:900;s:6:"height";i:601;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-27-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-27-1011x675.jpg";s:5:"width";i:1011;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-27-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-27-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-27-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-27-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-27-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(82, 201, '_wxr_import_user_slug', 'admin'),
(83, 202, '_wp_attached_file', '2016/10/blog-28.jpg'),
(84, 202, '_wp_attached_file', '2016/10/blog-28.jpg');
INSERT INTO `wpag_postmeta` VALUES
(85, 202, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:1010;s:4:"file";s:19:"2016/10/blog-28.jpg";s:5:"sizes";a:36:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog-28-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:"blog-28-300x202.jpg";s:5:"width";i:300;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"blog-28-768x517.jpg";s:5:"width";i:768;s:6:"height";i:517;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"blog-28-1024x689.jpg";s:5:"width";i:1024;s:6:"height";i:689;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"blog-28-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"blog-28-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"blog-28-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"blog-28-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"blog-28-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"blog-28-418x281.jpg";s:5:"width";i:418;s:6:"height";i:281;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"blog-28-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"blog-28-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"blog-28-1500x820.jpg";s:5:"width";i:1500;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"blog-28-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"blog-28-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"blog-28-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"blog-28-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"blog-28-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"blog-28-1355x1010.jpg";s:5:"width";i:1355;s:6:"height";i:1010;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"blog-28-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"blog-28-600x404.jpg";s:5:"width";i:600;s:6:"height";i:404;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"blog-28-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:"blog-28-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"blog-28-600x404.jpg";s:5:"width";i:600;s:6:"height";i:404;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"blog-28-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"blog-28-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"blog-28-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"blog-28-400x269.jpg";s:5:"width";i:400;s:6:"height";i:269;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"blog-28-900x606.jpg";s:5:"width";i:900;s:6:"height";i:606;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"blog-28-446x300.jpg";s:5:"width";i:446;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"blog-28-1002x675.jpg";s:5:"width";i:1002;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"blog-28-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"blog-28-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"blog-28-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"blog-28-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"blog-28-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(86, 202, '_wxr_import_user_slug', 'admin'),
(87, 205, '_wp_attached_file', '2016/10/cropped-fav.jpg'),
(88, 205, '_wp_attached_file', '2016/10/cropped-fav.jpg'),
(89, 205, '_wp_attachment_context', 'site-icon'),
(90, 205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:23:"2016/10/cropped-fav.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"cropped-fav-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:23:"cropped-fav-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"cropped-fav-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"cropped-fav-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"cropped-fav-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"cropped-fav-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"cropped-fav-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"cropped-fav-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"cropped-fav-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"cropped-fav-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"cropped-fav-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"cropped-fav-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"cropped-fav-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"cropped-fav-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:23:"cropped-fav-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:"cropped-fav-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"cropped-fav-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"cropped-fav-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"cropped-fav-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"cropped-fav-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:23:"cropped-fav-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:23:"cropped-fav-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:23:"cropped-fav-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:23:"cropped-fav-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:23:"cropped-fav-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(91, 205, '_wxr_import_user_slug', 'admin'),
(92, 206, '_wp_attached_file', '2016/10/logo.png'),
(93, 206, '_wp_attached_file', '2016/10/logo.png'),
(94, 206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:330;s:6:"height";i:39;s:4:"file";s:16:"2016/10/logo.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"logo-150x39.png";s:5:"width";i:150;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:15:"logo-300x35.png";s:5:"width";i:300;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"logo-150x39.png";s:5:"width";i:150;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"logo-158x39.png";s:5:"width";i:158;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"logo-141x39.png";s:5:"width";i:141;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"logo-301x39.png";s:5:"width";i:301;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"logo-300x39.png";s:5:"width";i:300;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"logo-100x39.png";s:5:"width";i:100;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"logo-300x39.png";s:5:"width";i:300;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"logo-100x39.png";s:5:"width";i:100;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:15:"logo-286x39.png";s:5:"width";i:286;s:6:"height";i:39;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:{}}}'),
(95, 206, '_wxr_import_user_slug', 'admin'),
(96, 219, '_wp_attached_file', '2016/10/services-1.jpg'),
(97, 219, '_wp_attached_file', '2016/10/services-1.jpg'),
(98, 219, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:685;s:4:"file";s:22:"2016/10/services-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"services-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:22:"services-1-300x107.jpg";s:5:"width";i:300;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"services-1-768x274.jpg";s:5:"width";i:768;s:6:"height";i:274;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"services-1-1024x365.jpg";s:5:"width";i:1024;s:6:"height";i:365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"services-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"services-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"services-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"services-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"services-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"services-1-418x149.jpg";s:5:"width";i:418;s:6:"height";i:149;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:22:"services-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"services-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"services-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:23:"services-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"services-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"services-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"services-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"services-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"services-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"services-1-1355x685.jpg";s:5:"width";i:1355;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"services-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"services-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"services-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:4:{s:4:"file";s:22:"services-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"services-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"services-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"services-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:22:"services-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"services-1-400x143.jpg";s:5:"width";i:400;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:22:"services-1-900x321.jpg";s:5:"width";i:900;s:6:"height";i:321;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"services-1-841x300.jpg";s:5:"width";i:841;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"services-1-1892x675.jpg";s:5:"width";i:1892;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"services-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"services-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"services-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"services-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"services-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"services-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"services-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;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:{}}}'),
(99, 219, '_wxr_import_user_slug', 'admin'),
(100, 230, '_wp_attached_file', '2016/10/service-1.jpg'),
(101, 230, '_wp_attached_file', '2016/10/service-1.jpg'),
(102, 230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:685;s:4:"file";s:21:"2016/10/service-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"service-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:21:"service-1-300x107.jpg";s:5:"width";i:300;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"service-1-768x274.jpg";s:5:"width";i:768;s:6:"height";i:274;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"service-1-1024x365.jpg";s:5:"width";i:1024;s:6:"height";i:365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"service-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"service-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"service-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"service-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"service-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"service-1-418x149.jpg";s:5:"width";i:418;s:6:"height";i:149;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"service-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"service-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:22:"service-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"service-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"service-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"service-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"service-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"service-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"service-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:22:"service-1-1355x685.jpg";s:5:"width";i:1355;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"service-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"service-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"service-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:4:{s:4:"file";s:21:"service-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"service-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"service-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"service-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"service-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"service-1-400x143.jpg";s:5:"width";i:400;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"service-1-900x321.jpg";s:5:"width";i:900;s:6:"height";i:321;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"service-1-841x300.jpg";s:5:"width";i:841;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"service-1-1892x675.jpg";s:5:"width";i:1892;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:22:"service-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"service-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"service-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"service-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"service-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"service-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:22:"service-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;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:{}}}'),
(103, 230, '_wxr_import_user_slug', 'admin'),
(104, 234, '_wp_attached_file', '2016/10/projects-1.jpg'),
(105, 234, '_wp_attached_file', '2016/10/projects-1.jpg'),
(106, 234, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:685;s:4:"file";s:22:"2016/10/projects-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-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:22:"projects-1-300x107.jpg";s:5:"width";i:300;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"projects-1-768x274.jpg";s:5:"width";i:768;s:6:"height";i:274;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"projects-1-1024x365.jpg";s:5:"width";i:1024;s:6:"height";i:365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-1-418x149.jpg";s:5:"width";i:418;s:6:"height";i:149;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:22:"projects-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"projects-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:23:"projects-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"projects-1-1355x685.jpg";s:5:"width";i:1355;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-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:4:{s:4:"file";s:22:"projects-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:22:"projects-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-1-400x143.jpg";s:5:"width";i:400;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:22:"projects-1-900x321.jpg";s:5:"width";i:900;s:6:"height";i:321;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-1-841x300.jpg";s:5:"width";i:841;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"projects-1-1892x675.jpg";s:5:"width";i:1892;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"projects-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"projects-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;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:{}}}'),
(107, 234, '_wxr_import_user_slug', 'admin'),
(108, 236, '_wp_attached_file', '2016/10/projects-3.jpg'),
(109, 236, '_wp_attached_file', '2016/10/projects-3.jpg'),
(110, 236, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-3.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-3-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:22:"projects-3-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-3-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-3-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-3-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-3-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-3-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:22:"projects-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-3-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-3-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-3-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(111, 236, '_wxr_import_user_slug', 'admin'),
(112, 237, '_wp_attached_file', '2016/10/projects-4.jpg'),
(113, 237, '_wp_attached_file', '2016/10/projects-4.jpg'),
(114, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-4.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-4-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:22:"projects-4-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-4-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-4-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-4-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-4-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-4-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:22:"projects-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-4-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-4-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-4-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(115, 237, '_wxr_import_user_slug', 'admin'),
(116, 238, '_wp_attached_file', '2016/10/projects-5.jpg'),
(117, 238, '_wp_attached_file', '2016/10/projects-5.jpg'),
(118, 238, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-5.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-5-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:22:"projects-5-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-5-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-5-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-5-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-5-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-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:22:"projects-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-5-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-5-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-5-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(119, 238, '_wxr_import_user_slug', 'admin'),
(120, 239, '_wp_attached_file', '2016/10/projects-6.jpg'),
(121, 239, '_wp_attached_file', '2016/10/projects-6.jpg'),
(122, 239, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-6.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-6-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:22:"projects-6-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-6-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-6-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-6-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-6-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-6-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:22:"projects-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-6-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-6-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-6-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(123, 239, '_wxr_import_user_slug', 'admin'),
(124, 240, '_wp_attached_file', '2016/10/projects-7.jpg'),
(125, 240, '_wp_attached_file', '2016/10/projects-7.jpg');
INSERT INTO `wpag_postmeta` VALUES
(126, 240, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-7.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-7-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:22:"projects-7-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-7-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-7-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-7-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-7-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-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:22:"projects-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-7-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-7-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-7-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(127, 240, '_wxr_import_user_slug', 'admin'),
(128, 241, '_wp_attached_file', '2016/10/projects-8.jpg'),
(129, 241, '_wp_attached_file', '2016/10/projects-8.jpg'),
(130, 241, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:652;s:6:"height";i:491;s:4:"file";s:22:"2016/10/projects-8.jpg";s:5:"sizes";a:28:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"projects-8-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:22:"projects-8-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"projects-8-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"projects-8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"projects-8-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"projects-8-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"projects-8-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"projects-8-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"projects-8-652x315.jpg";s:5:"width";i:652;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"projects-8-512x491.jpg";s:5:"width";i:512;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"projects-8-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"projects-8-418x491.jpg";s:5:"width";i:418;s:6:"height";i:491;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"projects-8-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"projects-8-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"projects-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"projects-8-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"projects-8-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:22:"projects-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"projects-8-600x452.jpg";s:5:"width";i:600;s:6:"height";i:452;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"projects-8-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"projects-8-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"projects-8-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"projects-8-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"projects-8-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"projects-8-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"projects-8-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"projects-8-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"projects-8-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(131, 241, '_wxr_import_user_slug', 'admin'),
(132, 244, '_wp_attached_file', '2016/10/about-4.jpg'),
(133, 244, '_wp_attached_file', '2016/10/about-4.jpg'),
(134, 244, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:19:"2016/10/about-4.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"about-4-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:"about-4-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"about-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"about-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"about-4-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"about-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"about-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"about-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"about-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"about-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"about-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"about-4-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:"about-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"about-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"about-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"about-4-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"about-4-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"about-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"about-4-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"about-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"about-4-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(135, 244, '_wxr_import_user_slug', 'admin'),
(136, 249, '_wp_attached_file', '2016/10/about-9.jpg'),
(137, 249, '_wp_attached_file', '2016/10/about-9.jpg'),
(138, 249, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:109;s:6:"height";i:109;s:4:"file";s:19:"2016/10/about-9.jpg";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"about-9-109x88.jpg";s:5:"width";i:109;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"about-9-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"about-9-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:{}}}'),
(139, 249, '_wxr_import_user_slug', 'admin'),
(140, 250, '_wp_attached_file', '2016/10/about-10.jpg'),
(141, 250, '_wp_attached_file', '2016/10/about-10.jpg'),
(142, 250, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:109;s:6:"height";i:109;s:4:"file";s:20:"2016/10/about-10.jpg";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"about-10-109x88.jpg";s:5:"width";i:109;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"about-10-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"about-10-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:{}}}'),
(143, 250, '_wxr_import_user_slug', 'admin'),
(144, 251, '_wp_attached_file', '2016/10/about-1.jpg'),
(145, 251, '_wp_attached_file', '2016/10/about-1.jpg'),
(146, 251, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:685;s:4:"file";s:19:"2016/10/about-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"about-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:"about-1-300x107.jpg";s:5:"width";i:300;s:6:"height";i:107;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"about-1-768x274.jpg";s:5:"width";i:768;s:6:"height";i:274;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"about-1-1024x365.jpg";s:5:"width";i:1024;s:6:"height";i:365;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"about-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"about-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"about-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"about-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"about-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"about-1-418x149.jpg";s:5:"width";i:418;s:6:"height";i:149;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"about-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"about-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:20:"about-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"about-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"about-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"about-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"about-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"about-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"about-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"about-1-1355x685.jpg";s:5:"width";i:1355;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"about-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"about-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"about-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:4:{s:4:"file";s:19:"about-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"about-1-600x214.jpg";s:5:"width";i:600;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"about-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"about-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"about-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"about-1-400x143.jpg";s:5:"width";i:400;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"about-1-900x321.jpg";s:5:"width";i:900;s:6:"height";i:321;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"about-1-841x300.jpg";s:5:"width";i:841;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"about-1-1892x675.jpg";s:5:"width";i:1892;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:20:"about-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"about-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"about-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"about-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"about-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"about-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:20:"about-1-1920x685.jpg";s:5:"width";i:1920;s:6:"height";i:685;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:{}}}'),
(147, 251, '_wxr_import_user_slug', 'admin'),
(148, 256, '_wp_attached_file', '2016/10/project-1.jpg'),
(149, 256, '_wp_attached_file', '2016/10/project-1.jpg'),
(150, 256, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:21:"2016/10/project-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-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:21:"project-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-1-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:22:"project-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-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:4:{s:4:"file";s:21:"project-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"project-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(151, 256, '_wxr_import_user_slug', 'admin'),
(152, 257, '_wp_attached_file', '2016/10/project-2.jpg'),
(153, 257, '_wp_attached_file', '2016/10/project-2.jpg'),
(154, 257, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:21:"2016/10/project-2.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-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:21:"project-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-2-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:22:"project-2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-2-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-2-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-2-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-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:21:"project-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-2-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-2-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-2-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"project-2-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-2-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(155, 257, '_wxr_import_user_slug', 'admin'),
(156, 258, '_wp_attached_file', '2016/10/project-3.jpg'),
(157, 258, '_wp_attached_file', '2016/10/project-3.jpg'),
(158, 258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1488;s:4:"file";s:21:"2016/10/project-3.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-3-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:21:"project-3-300x223.jpg";s:5:"width";i:300;s:6:"height";i:223;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-3-768x571.jpg";s:5:"width";i:768;s:6:"height";i:571;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"project-3-1024x762.jpg";s:5:"width";i:1024;s:6:"height";i:762;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-3-418x311.jpg";s:5:"width";i:418;s:6:"height";i:311;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-3-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-3-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-3-600x446.jpg";s:5:"width";i:600;s:6:"height";i:446;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-3-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:"project-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-3-600x446.jpg";s:5:"width";i:600;s:6:"height";i:446;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-3-400x298.jpg";s:5:"width";i:400;s:6:"height";i:298;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-3-900x670.jpg";s:5:"width";i:900;s:6:"height";i:670;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-3-403x300.jpg";s:5:"width";i:403;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"project-3-907x675.jpg";s:5:"width";i:907;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-3-1452x1080.jpg";s:5:"width";i:1452;s:6:"height";i:1080;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:{}}}'),
(159, 258, '_wxr_import_user_slug', 'admin'),
(160, 259, '_wp_attached_file', '2016/10/project-4.jpg'),
(161, 259, '_wp_attached_file', '2016/10/project-4.jpg'),
(162, 259, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1500;s:4:"file";s:21:"2016/10/project-4.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-4-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:21:"project-4-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-4-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:22:"project-4-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-4-418x314.jpg";s:5:"width";i:418;s:6:"height";i:314;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-4-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-4-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-4-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-4-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-4-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-4-600x450.jpg";s:5:"width";i:600;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-4-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:"project-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-4-600x450.jpg";s:5:"width";i:600;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-4-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-4-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"project-4-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-4-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-4-1440x1080.jpg";s:5:"width";i:1440;s:6:"height";i:1080;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:{}}}'),
(163, 259, '_wxr_import_user_slug', 'admin'),
(164, 260, '_wp_attached_file', '2016/10/project-5.jpg'),
(165, 260, '_wp_attached_file', '2016/10/project-5.jpg');
INSERT INTO `wpag_postmeta` VALUES
(166, 260, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1377;s:4:"file";s:21:"2016/10/project-5.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-5-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:21:"project-5-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-5-768x529.jpg";s:5:"width";i:768;s:6:"height";i:529;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"project-5-1024x705.jpg";s:5:"width";i:1024;s:6:"height";i:705;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-5-418x288.jpg";s:5:"width";i:418;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-5-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-5-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-5-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-5-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-5-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-5-600x413.jpg";s:5:"width";i:600;s:6:"height";i:413;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-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:21:"project-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-5-600x413.jpg";s:5:"width";i:600;s:6:"height";i:413;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-5-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-5-400x275.jpg";s:5:"width";i:400;s:6:"height";i:275;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-5-900x620.jpg";s:5:"width";i:900;s:6:"height";i:620;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-5-436x300.jpg";s:5:"width";i:436;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"project-5-980x675.jpg";s:5:"width";i:980;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-5-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-5-1569x1080.jpg";s:5:"width";i:1569;s:6:"height";i:1080;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:{}}}'),
(167, 260, '_wxr_import_user_slug', 'admin'),
(168, 261, '_wp_attached_file', '2016/10/project-6.jpg'),
(169, 261, '_wp_attached_file', '2016/10/project-6.jpg'),
(170, 261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:21:"2016/10/project-6.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-6-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:21:"project-6-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-6-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"project-6-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-6-418x278.jpg";s:5:"width";i:418;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-6-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-6-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-6-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-6-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-6-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-6-600x398.jpg";s:5:"width";i:600;s:6:"height";i:398;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-6-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:"project-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-6-600x398.jpg";s:5:"width";i:600;s:6:"height";i:398;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-6-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-6-400x266.jpg";s:5:"width";i:400;s:6:"height";i:266;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-6-900x598.jpg";s:5:"width";i:900;s:6:"height";i:598;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-6-452x300.jpg";s:5:"width";i:452;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"project-6-1017x675.jpg";s:5:"width";i:1017;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-6-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-6-1627x1080.jpg";s:5:"width";i:1627;s:6:"height";i:1080;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:{}}}'),
(171, 261, '_wxr_import_user_slug', 'admin'),
(172, 262, '_wp_attached_file', '2016/10/project-7.jpg'),
(173, 262, '_wp_attached_file', '2016/10/project-7.jpg'),
(174, 262, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:21:"2016/10/project-7.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-7-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:21:"project-7-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-7-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:22:"project-7-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-7-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-7-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-7-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-7-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-7-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-7-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-7-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-7-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-7-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-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:21:"project-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-7-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-7-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-7-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-7-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-7-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"project-7-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-7-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-7-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(175, 262, '_wxr_import_user_slug', 'admin'),
(176, 263, '_wp_attached_file', '2016/10/project-8.jpg'),
(177, 263, '_wp_attached_file', '2016/10/project-8.jpg'),
(178, 263, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1379;s:4:"file";s:21:"2016/10/project-8.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"project-8-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:21:"project-8-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"project-8-768x530.jpg";s:5:"width";i:768;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"project-8-1024x706.jpg";s:5:"width";i:1024;s:6:"height";i:706;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"project-8-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"project-8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"project-8-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"project-8-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"project-8-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"project-8-418x288.jpg";s:5:"width";i:418;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"project-8-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"project-8-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"project-8-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"project-8-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"project-8-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"project-8-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"project-8-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"project-8-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"project-8-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"project-8-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"project-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"project-8-600x414.jpg";s:5:"width";i:600;s:6:"height";i:414;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"project-8-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:"project-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"project-8-600x414.jpg";s:5:"width";i:600;s:6:"height";i:414;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"project-8-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"project-8-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"project-8-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"project-8-400x276.jpg";s:5:"width";i:400;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"project-8-900x621.jpg";s:5:"width";i:900;s:6:"height";i:621;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"project-8-435x300.jpg";s:5:"width";i:435;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"project-8-979x675.jpg";s:5:"width";i:979;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"project-8-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"project-8-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"project-8-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"project-8-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"project-8-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"project-8-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"project-8-1566x1080.jpg";s:5:"width";i:1566;s:6:"height";i:1080;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:{}}}'),
(179, 263, '_wxr_import_user_slug', 'admin'),
(180, 267, '_wp_attached_file', '2016/10/single_project_1.jpg'),
(181, 267, '_wp_attached_file', '2016/10/single_project_1.jpg'),
(182, 267, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:28:"2016/10/single_project_1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_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:28:"single_project_1-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_1-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_project_1-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_1-418x278.jpg";s:5:"width";i:418;s:6:"height";i:278;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_1-600x398.jpg";s:5:"width";i:600;s:6:"height";i:398;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_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:4:{s:4:"file";s:28:"single_project_1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_1-600x398.jpg";s:5:"width";i:600;s:6:"height";i:398;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_1-400x266.jpg";s:5:"width";i:400;s:6:"height";i:266;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_1-900x598.jpg";s:5:"width";i:900;s:6:"height";i:598;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_1-452x300.jpg";s:5:"width";i:452;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_1-1017x675.jpg";s:5:"width";i:1017;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_1-1627x1080.jpg";s:5:"width";i:1627;s:6:"height";i:1080;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:{}}}'),
(183, 267, '_wxr_import_user_slug', 'admin'),
(184, 268, '_wp_attached_file', '2016/10/single_project_2.jpg'),
(185, 268, '_wp_attached_file', '2016/10/single_project_2.jpg'),
(186, 268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2016/10/single_project_2.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_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:28:"single_project_2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_2-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:29:"single_project_2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_2-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_2-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_2-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_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:28:"single_project_2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_2-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_2-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_2-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_2-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_2-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(187, 268, '_wxr_import_user_slug', 'admin'),
(188, 269, '_wp_attached_file', '2016/10/single_project_3.jpg'),
(189, 269, '_wp_attached_file', '2016/10/single_project_3.jpg'),
(190, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1360;s:4:"file";s:28:"2016/10/single_project_3.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_3-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:28:"single_project_3-300x204.jpg";s:5:"width";i:300;s:6:"height";i:204;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_3-768x522.jpg";s:5:"width";i:768;s:6:"height";i:522;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_project_3-1024x696.jpg";s:5:"width";i:1024;s:6:"height";i:696;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_3-418x284.jpg";s:5:"width";i:418;s:6:"height";i:284;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_3-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_3-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_3-600x408.jpg";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_3-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:28:"single_project_3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_3-600x408.jpg";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_3-400x272.jpg";s:5:"width";i:400;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_3-900x612.jpg";s:5:"width";i:900;s:6:"height";i:612;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_3-441x300.jpg";s:5:"width";i:441;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:28:"single_project_3-993x675.jpg";s:5:"width";i:993;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_3-1588x1080.jpg";s:5:"width";i:1588;s:6:"height";i:1080;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:{}}}'),
(191, 269, '_wxr_import_user_slug', 'admin'),
(192, 270, '_wp_attached_file', '2016/10/single_project_4.jpg'),
(193, 270, '_wp_attached_file', '2016/10/single_project_4.jpg');
INSERT INTO `wpag_postmeta` VALUES
(194, 270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1414;s:4:"file";s:28:"2016/10/single_project_4.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_4-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:28:"single_project_4-300x212.jpg";s:5:"width";i:300;s:6:"height";i:212;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_4-768x543.jpg";s:5:"width";i:768;s:6:"height";i:543;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_project_4-1024x724.jpg";s:5:"width";i:1024;s:6:"height";i:724;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_4-418x296.jpg";s:5:"width";i:418;s:6:"height";i:296;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_4-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_4-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_4-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_4-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_4-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_4-600x424.jpg";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_4-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:28:"single_project_4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_4-600x424.jpg";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_4-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_4-400x283.jpg";s:5:"width";i:400;s:6:"height";i:283;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_4-900x636.jpg";s:5:"width";i:900;s:6:"height";i:636;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_4-424x300.jpg";s:5:"width";i:424;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:28:"single_project_4-955x675.jpg";s:5:"width";i:955;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_4-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_4-1528x1080.jpg";s:5:"width";i:1528;s:6:"height";i:1080;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:{}}}'),
(195, 270, '_wxr_import_user_slug', 'admin'),
(196, 271, '_wp_attached_file', '2016/10/single_project_5.jpg'),
(197, 271, '_wp_attached_file', '2016/10/single_project_5.jpg'),
(198, 271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2016/10/single_project_5.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_5-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:28:"single_project_5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_5-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:29:"single_project_5-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_5-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_5-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_5-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_5-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_5-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_5-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_5-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_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:28:"single_project_5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_5-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_5-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_5-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_5-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_5-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_5-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_5-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_5-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(199, 271, '_wxr_import_user_slug', 'admin'),
(200, 272, '_wp_attached_file', '2016/10/single_project_6.jpg'),
(201, 272, '_wp_attached_file', '2016/10/single_project_6.jpg'),
(202, 272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1324;s:4:"file";s:28:"2016/10/single_project_6.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_6-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:28:"single_project_6-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_6-768x508.jpg";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_project_6-1024x678.jpg";s:5:"width";i:1024;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_6-418x277.jpg";s:5:"width";i:418;s:6:"height";i:277;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_6-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_6-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_6-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_6-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_6-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_6-600x397.jpg";s:5:"width";i:600;s:6:"height";i:397;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_6-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:28:"single_project_6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_6-600x397.jpg";s:5:"width";i:600;s:6:"height";i:397;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_6-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_6-400x265.jpg";s:5:"width";i:400;s:6:"height";i:265;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_6-900x596.jpg";s:5:"width";i:900;s:6:"height";i:596;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_6-453x300.jpg";s:5:"width";i:453;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_6-1020x675.jpg";s:5:"width";i:1020;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_6-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_6-1631x1080.jpg";s:5:"width";i:1631;s:6:"height";i:1080;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:{}}}'),
(203, 272, '_wxr_import_user_slug', 'admin'),
(204, 273, '_wp_attached_file', '2016/10/single_project_7.jpg'),
(205, 273, '_wp_attached_file', '2016/10/single_project_7.jpg'),
(206, 273, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2016/10/single_project_7.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_7-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:28:"single_project_7-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_7-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:29:"single_project_7-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_7-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_7-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_7-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_7-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_7-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_7-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_7-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_7-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_7-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_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:28:"single_project_7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_7-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_7-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_7-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_7-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_7-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_7-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_7-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_7-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(207, 273, '_wxr_import_user_slug', 'admin'),
(208, 274, '_wp_attached_file', '2016/10/single_project_8.jpg'),
(209, 274, '_wp_attached_file', '2016/10/single_project_8.jpg'),
(210, 274, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2016/10/single_project_8.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_8-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:28:"single_project_8-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_8-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:29:"single_project_8-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_8-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_8-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_8-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_8-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_8-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_8-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_8-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_8-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_8-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_8-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_8-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_8-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_8-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_8-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_8-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_8-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_8-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:28:"single_project_8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_8-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_8-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_8-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_8-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_8-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_8-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_8-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_8-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_8-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_8-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_8-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_8-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_8-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_8-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_8-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(211, 274, '_wxr_import_user_slug', 'admin'),
(212, 275, '_wp_attached_file', '2016/10/single_project_9.jpg'),
(213, 275, '_wp_attached_file', '2016/10/single_project_9.jpg'),
(214, 275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1320;s:4:"file";s:28:"2016/10/single_project_9.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_project_9-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:28:"single_project_9-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_project_9-768x507.jpg";s:5:"width";i:768;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_project_9-1024x676.jpg";s:5:"width";i:1024;s:6:"height";i:676;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_project_9-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_project_9-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_project_9-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_project_9-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_project_9-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_project_9-418x276.jpg";s:5:"width";i:418;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_project_9-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_project_9-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_project_9-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_project_9-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_project_9-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_project_9-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_project_9-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_project_9-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_project_9-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_project_9-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_project_9-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_project_9-600x396.jpg";s:5:"width";i:600;s:6:"height";i:396;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_project_9-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:28:"single_project_9-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_project_9-600x396.jpg";s:5:"width";i:600;s:6:"height";i:396;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_project_9-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_project_9-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_project_9-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_project_9-400x264.jpg";s:5:"width";i:400;s:6:"height";i:264;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_project_9-900x594.jpg";s:5:"width";i:900;s:6:"height";i:594;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_project_9-455x300.jpg";s:5:"width";i:455;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_9-1023x675.jpg";s:5:"width";i:1023;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_project_9-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_project_9-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_project_9-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_project_9-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_project_9-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_project_9-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_project_9-1636x1080.jpg";s:5:"width";i:1636;s:6:"height";i:1080;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:{}}}'),
(215, 275, '_wxr_import_user_slug', 'admin'),
(216, 276, '_wp_attached_file', '2016/10/single_project_10.jpg'),
(217, 276, '_wp_attached_file', '2016/10/single_project_10.jpg'),
(218, 276, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:29:"2016/10/single_project_10.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"single_project_10-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:29:"single_project_10-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"single_project_10-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:30:"single_project_10-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"single_project_10-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"single_project_10-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"single_project_10-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"single_project_10-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"single_project_10-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"single_project_10-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"single_project_10-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"single_project_10-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"single_project_10-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:30:"single_project_10-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"single_project_10-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"single_project_10-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"single_project_10-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"single_project_10-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"single_project_10-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"single_project_10-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"single_project_10-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"single_project_10-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"single_project_10-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:"single_project_10-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"single_project_10-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"single_project_10-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"single_project_10-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"single_project_10-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"single_project_10-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:29:"single_project_10-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"single_project_10-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:30:"single_project_10-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"single_project_10-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"single_project_10-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"single_project_10-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"single_project_10-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"single_project_10-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"single_project_10-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"single_project_10-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(219, 276, '_wxr_import_user_slug', 'admin'),
(220, 277, '_wp_attached_file', '2016/10/single_project_11.jpg'),
(221, 277, '_wp_attached_file', '2016/10/single_project_11.jpg');
INSERT INTO `wpag_postmeta` VALUES
(222, 277, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1500;s:4:"file";s:29:"2016/10/single_project_11.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"single_project_11-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:29:"single_project_11-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"single_project_11-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:30:"single_project_11-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"single_project_11-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"single_project_11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"single_project_11-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"single_project_11-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"single_project_11-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"single_project_11-418x314.jpg";s:5:"width";i:418;s:6:"height";i:314;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"single_project_11-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"single_project_11-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"single_project_11-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:30:"single_project_11-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"single_project_11-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"single_project_11-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"single_project_11-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"single_project_11-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"single_project_11-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"single_project_11-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"single_project_11-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"single_project_11-600x450.jpg";s:5:"width";i:600;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"single_project_11-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:"single_project_11-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"single_project_11-600x450.jpg";s:5:"width";i:600;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"single_project_11-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"single_project_11-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"single_project_11-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"single_project_11-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:29:"single_project_11-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"single_project_11-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_11-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"single_project_11-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"single_project_11-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"single_project_11-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"single_project_11-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"single_project_11-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"single_project_11-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"single_project_11-1440x1080.jpg";s:5:"width";i:1440;s:6:"height";i:1080;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:{}}}'),
(223, 277, '_wxr_import_user_slug', 'admin'),
(224, 278, '_wp_attached_file', '2016/10/single_project_12.jpg'),
(225, 278, '_wp_attached_file', '2016/10/single_project_12.jpg'),
(226, 278, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1379;s:4:"file";s:29:"2016/10/single_project_12.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"single_project_12-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:29:"single_project_12-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"single_project_12-768x530.jpg";s:5:"width";i:768;s:6:"height";i:530;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"single_project_12-1024x706.jpg";s:5:"width";i:1024;s:6:"height";i:706;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"single_project_12-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"single_project_12-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"single_project_12-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"single_project_12-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"single_project_12-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"single_project_12-418x288.jpg";s:5:"width";i:418;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"single_project_12-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"single_project_12-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"single_project_12-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:30:"single_project_12-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"single_project_12-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"single_project_12-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"single_project_12-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"single_project_12-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"single_project_12-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"single_project_12-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"single_project_12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"single_project_12-600x414.jpg";s:5:"width";i:600;s:6:"height";i:414;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"single_project_12-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:"single_project_12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"single_project_12-600x414.jpg";s:5:"width";i:600;s:6:"height";i:414;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"single_project_12-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"single_project_12-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"single_project_12-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"single_project_12-400x276.jpg";s:5:"width";i:400;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:29:"single_project_12-900x621.jpg";s:5:"width";i:900;s:6:"height";i:621;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"single_project_12-435x300.jpg";s:5:"width";i:435;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_project_12-979x675.jpg";s:5:"width";i:979;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"single_project_12-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"single_project_12-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"single_project_12-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"single_project_12-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"single_project_12-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"single_project_12-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"single_project_12-1566x1080.jpg";s:5:"width";i:1566;s:6:"height";i:1080;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:{}}}'),
(227, 278, '_wxr_import_user_slug', 'admin'),
(228, 292, '_wp_attached_file', '2016/10/author.jpg'),
(229, 292, '_wp_attached_file', '2016/10/author.jpg'),
(230, 292, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:210;s:6:"height";i:210;s:4:"file";s:18:"2016/10/author.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"author-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"author-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"author-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"author-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"author-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"author-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:{}}}'),
(231, 292, '_wxr_import_user_slug', 'admin'),
(232, 294, '_wp_attached_file', '2016/10/marker.png'),
(233, 294, '_wp_attached_file', '2016/10/marker.png'),
(234, 294, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:26;s:6:"height";i:41;s:4:"file";s:18:"2016/10/marker.png";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:{}}}'),
(235, 294, '_wxr_import_parent', '293'),
(236, 294, '_wxr_import_user_slug', 'admin'),
(237, 308, '_wp_attached_file', '2016/11/single_service_1.jpg'),
(238, 308, '_wp_attached_file', '2016/11/single_service_1.jpg'),
(239, 308, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:28:"2016/11/single_service_1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_service_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:28:"single_service_1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_service_1-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:29:"single_service_1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_service_1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_service_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_service_1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_service_1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_service_1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_service_1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_service_1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_service_1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_service_1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_service_1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_service_1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_service_1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_service_1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_service_1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_service_1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_service_1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_service_1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_service_1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_service_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:4:{s:4:"file";s:28:"single_service_1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_service_1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_service_1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_service_1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_service_1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_service_1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_service_1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_service_1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_service_1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_service_1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_service_1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_service_1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_service_1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_service_1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_service_1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_service_1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:{}}}'),
(240, 308, '_wxr_import_user_slug', 'admin'),
(241, 309, '_wp_attached_file', '2016/11/single_service_2.jpg'),
(242, 309, '_wp_attached_file', '2016/11/single_service_2.jpg'),
(243, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1188;s:4:"file";s:28:"2016/11/single_service_2.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_service_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:28:"single_service_2-300x178.jpg";s:5:"width";i:300;s:6:"height";i:178;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_service_2-768x456.jpg";s:5:"width";i:768;s:6:"height";i:456;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_service_2-1024x608.jpg";s:5:"width";i:1024;s:6:"height";i:608;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_service_2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_service_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_service_2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_service_2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_service_2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_service_2-418x248.jpg";s:5:"width";i:418;s:6:"height";i:248;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_service_2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_service_2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_service_2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_service_2-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_service_2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_service_2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_service_2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_service_2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_service_2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_service_2-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_service_2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_service_2-600x356.jpg";s:5:"width";i:600;s:6:"height";i:356;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_service_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:28:"single_service_2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_service_2-600x356.jpg";s:5:"width";i:600;s:6:"height";i:356;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_service_2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_service_2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_service_2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_service_2-400x238.jpg";s:5:"width";i:400;s:6:"height";i:238;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_service_2-900x535.jpg";s:5:"width";i:900;s:6:"height";i:535;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_service_2-505x300.jpg";s:5:"width";i:505;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"single_service_2-1136x675.jpg";s:5:"width";i:1136;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_service_2-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_service_2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_service_2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_service_2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_service_2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_service_2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_service_2-1818x1080.jpg";s:5:"width";i:1818;s:6:"height";i:1080;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:{}}}'),
(244, 309, '_wxr_import_user_slug', 'admin'),
(245, 310, '_wp_attached_file', '2016/11/single_service_3.jpg'),
(246, 310, '_wp_attached_file', '2016/11/single_service_3.jpg'),
(247, 310, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1581;s:4:"file";s:28:"2016/11/single_service_3.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"single_service_3-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:28:"single_service_3-300x237.jpg";s:5:"width";i:300;s:6:"height";i:237;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"single_service_3-768x607.jpg";s:5:"width";i:768;s:6:"height";i:607;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"single_service_3-1024x809.jpg";s:5:"width";i:1024;s:6:"height";i:809;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"single_service_3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"single_service_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"single_service_3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"single_service_3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"single_service_3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"single_service_3-418x330.jpg";s:5:"width";i:418;s:6:"height";i:330;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"single_service_3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"single_service_3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"single_service_3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"single_service_3-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"single_service_3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"single_service_3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"single_service_3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"single_service_3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"single_service_3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"single_service_3-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"single_service_3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"single_service_3-600x474.jpg";s:5:"width";i:600;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"single_service_3-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:28:"single_service_3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"single_service_3-600x474.jpg";s:5:"width";i:600;s:6:"height";i:474;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"single_service_3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"single_service_3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"single_service_3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"single_service_3-400x316.jpg";s:5:"width";i:400;s:6:"height";i:316;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"single_service_3-900x711.jpg";s:5:"width";i:900;s:6:"height";i:711;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"single_service_3-380x300.jpg";s:5:"width";i:380;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:28:"single_service_3-854x675.jpg";s:5:"width";i:854;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"single_service_3-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"single_service_3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"single_service_3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"single_service_3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"single_service_3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"single_service_3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"single_service_3-1366x1080.jpg";s:5:"width";i:1366;s:6:"height";i:1080;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:{}}}'),
(248, 310, '_wxr_import_user_slug', 'admin'),
(249, 353, '_wp_attached_file', '2016/11/footer_logo.png'),
(250, 353, '_wp_attached_file', '2016/11/footer_logo.png'),
(251, 353, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:276;s:6:"height";i:33;s:4:"file";s:23:"2016/11/footer_logo.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"footer_logo-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"footer_logo-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"footer_logo-158x33.png";s:5:"width";i:158;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"footer_logo-141x33.png";s:5:"width";i:141;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"footer_logo-100x33.png";s:5:"width";i:100;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"footer_logo-100x33.png";s:5:"width";i:100;s:6:"height";i:33;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:{}}}'),
(252, 353, '_wxr_import_user_slug', 'admin'),
(253, 212, '_menu_item_type', 'custom'),
(254, 212, '_menu_item_object_id', '212'),
(255, 212, '_menu_item_object', 'custom'),
(256, 212, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(257, 212, '_menu_item_url', 'https://www.facebook.com/TemplateMonster/'),
(258, 212, '_wxr_import_user_slug', 'admin'),
(259, 213, '_menu_item_type', 'custom'),
(260, 213, '_menu_item_object_id', '213'),
(261, 213, '_menu_item_object', 'custom'),
(262, 213, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(263, 213, '_menu_item_url', 'https://twitter.com/TemplateMonster'),
(264, 213, '_wxr_import_user_slug', 'admin'),
(265, 214, '_menu_item_type', 'custom'),
(266, 214, '_menu_item_object_id', '214'),
(267, 214, '_menu_item_object', 'custom'),
(268, 214, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(269, 214, '_menu_item_url', 'https://plus.google.com/+TemplateMonster'),
(270, 214, '_wxr_import_user_slug', 'admin'),
(271, 215, '_menu_item_type', 'custom'),
(272, 215, '_menu_item_object_id', '215'),
(273, 215, '_menu_item_object', 'custom'),
(274, 215, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(275, 215, '_menu_item_url', 'https://www.youtube.com/user/TemplateMonsterCo'),
(276, 215, '_wxr_import_user_slug', 'admin'),
(277, 297, 'cherry-services-icon', 'linearicon-users'),
(278, 297, 'cherry-services-descr', 'We have a long list of professional contractors, whom our engineers and architects enjoy to work with on a majority of our projects!Throughout our years in business, we''ve accumulated a strong expertise both in managing and completing any type of a construction, as well as in choosing the right vendors and sub-contractors...  We understand how vital it is to coordinate the project in a timely, cost-efficient way. As of now we''ve alreeady dealt with numerous mid and large scale constructions, so we''ve mastered the art of minimizing the extra expenses, completing each project''s stage on schedule and implementing a live project intact with both original engineering solutions and the client''s initial vision...'),
(279, 297, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(280, 297, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project'),
(281, 297, 'cherry-services-cta-type', 'button'),
(282, 297, 'cherry-services-form-message', 'Thanks for your request'),
(283, 297, 'cherry-services-cta-link-text', 'contact us'),
(284, 297, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(285, 297, 'cherry-services-single-layout', 'fullwidth'),
(286, 297, 'cherry-services-cta-bg-position', 'center center'),
(287, 297, 'cherry-services-cta-bg-repeat', 'repeat'),
(288, 297, 'cherry-services-cta-bg-size', 'auto'),
(289, 297, '_thumbnail_id', '308'),
(290, 297, '_tm_pb_use_builder', 'on'),
(291, 297, '_tm_pb_old_content', '<h6>We have a long list of professional contractors, whom our engineers and architects enjoy to work with on a majority of our projects!</h6><p>Throughout our years in business, we''ve accumulated a strong expertise both in managing and completing any type of a construction, as well as in choosing the right vendors and sub-contractors...  We understand how vital it is to coordinate the project in a timely, cost-efficient way. As of now we''ve alreeady dealt with numerous mid and large scale constructions, so we''ve mastered the art of minimizing the extra expenses, completing each project''s stage on schedule and implementing a live project intact with both original engineering solutions and the client''s initial vision...</p>'),
(292, 297, 'cherry-services-testi', 'a:12:{s:4:"show";a:1:{s:6:"enable";s:5:"false";}s:5:"title";s:0:"";s:3:"cat";s:1:"0";s:4:"cols";s:1:"1";s:5:"limit";i:3;s:11:"show-avatar";s:2:"on";s:4:"size";i:100;s:14:"content-length";i:55;s:10:"show-email";s:2:"on";s:13:"show-position";s:2:"on";s:12:"show-company";s:2:"on";s:8:"template";s:12:"default.tmpl";}'),
(295, 298, 'cherry-services-icon', 'linearicon-apartment'),
(296, 298, 'cherry-services-descr', 'Construction project management is essential. We''re using the most time and iterations efficient life cycles for that.As you may know, the construction planning process has always been far from perfect... In the past, project schedules were unrealistically optimistic... That resulted in an average of 45% of work promised in a week actually being completed at a later date than its deadline dictated. This kind of protraction left subcontractors waiting for the previous task to be completed, even before the next stage of work could have proceeded further... To fix that issue, our construction bureau have implemented the Pull Planning process, coordinated with the trade contractors on a weekly basis. Pull Planning method estimates the scheduling in reverse.'),
(297, 298, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(298, 298, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project'),
(299, 298, 'cherry-services-cta-type', 'button'),
(300, 298, 'cherry-services-form-message', 'Thanks for your request'),
(301, 298, 'cherry-services-cta-link-text', 'contact us'),
(302, 298, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(303, 298, 'cherry-services-single-layout', 'fullwidth'),
(304, 298, 'cherry-services-cta-bg-position', 'center center'),
(305, 298, 'cherry-services-cta-bg-repeat', 'repeat'),
(306, 298, 'cherry-services-cta-bg-size', 'auto'),
(307, 298, '_wp_old_slug', 'general-contracting'),
(308, 298, '_wp_old_slug', 'general-contracting-2'),
(309, 298, '_thumbnail_id', '309'),
(310, 298, '_tm_pb_use_builder', 'on'),
(311, 298, '_tm_pb_old_content', '<h6>Construction project management is essential. We''re using the most time and iterations efficient life cycles for that.</h6><p>As you may know, the construction planning process has always been far from perfect... In the past, project schedules were unrealistically optimistic... That resulted in an average of 45% of work promised in a week actually being completed at a later date than its deadline dictated. This kind of protraction left subcontractors waiting for the previous task to be completed, even before the next stage of work could have proceeded further... To fix that issue, our construction bureau have implemented the Pull Planning process, coordinated with the trade contractors on a weekly basis. Pull Planning method estimates the scheduling in reverse.</p>'),
(314, 299, 'cherry-services-icon', 'linearicon-pencil-ruler2'),
(315, 299, 'cherry-services-descr', 'If a project is not too complex, we may hire a designer-builder type of contractor, to make the longevity of the construction shorter.With the help of such project delivery method, we''ll be able to overlap the design and the construction part, to eliminate any kind of postponing or schedule delays... Also, while many people think that this fast-paced kind of project delivery can be led by architect only, we practiced a designer, engineer and a contractor as team leaders and it proved to be just as efficient. By using this work method, we''ll be able to complete your project much faster!'),
(316, 299, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(317, 299, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project'),
(318, 299, 'cherry-services-cta-type', 'button'),
(319, 299, 'cherry-services-form-message', 'Thanks for your request'),
(320, 299, 'cherry-services-cta-link-text', 'contact us'),
(321, 299, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(322, 299, 'cherry-services-single-layout', 'fullwidth'),
(323, 299, 'cherry-services-cta-bg-position', 'center center'),
(324, 299, 'cherry-services-cta-bg-repeat', 'repeat'),
(325, 299, 'cherry-services-cta-bg-size', 'auto'),
(326, 299, '_wp_old_slug', 'general-contracting'),
(327, 299, '_wp_old_slug', 'general-contracting-2'),
(328, 299, '_wp_old_slug', 'general-contracting-2-2'),
(329, 299, '_thumbnail_id', '310'),
(330, 299, '_tm_pb_use_builder', 'on'),
(331, 299, '_tm_pb_old_content', '<h6>If a project is not too complex, we may hire a designer-builder type of contractor, to make the longevity of the construction shorter.</h6><p>With the help of such project delivery method, we''ll be able to overlap the design and the construction part, to eliminate any kind of postponing or schedule delays... Also, while many people think that this fast-paced kind of project delivery can be led by architect only, we practiced a designer, engineer and a contractor as team leaders and it proved to be just as efficient. By using this work method, we''ll be able to complete your project much faster!</p>'),
(334, 300, 'cherry-services-icon', 'linearicon-pencil-ruler'),
(335, 300, 'cherry-services-descr', 'We take our time on initial planning before any construction begins, to balance all the financial and efficiency issues beforehand.This traditional type of construction management works great for big scale buildings and structures. The fact that in this scenario the design stage is done before the actual on-site construction even begins, allows us to estimate all the resources and man-hours needed fort project''s completion. That kind of a step-by-step, preliminary construction planning will allow you to be right on schedule while your big project will get built.'),
(336, 300, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(337, 300, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project'),
(338, 300, 'cherry-services-cta-type', 'button'),
(339, 300, 'cherry-services-form-message', 'Thanks for your request'),
(340, 300, 'cherry-services-cta-link-text', 'contact us'),
(341, 300, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(342, 300, 'cherry-services-single-layout', 'fullwidth'),
(343, 300, 'cherry-services-cta-bg-position', 'center center'),
(344, 300, 'cherry-services-cta-bg-repeat', 'repeat'),
(345, 300, 'cherry-services-cta-bg-size', 'auto'),
(346, 300, '_wp_old_slug', 'general-contracting'),
(347, 300, '_wp_old_slug', 'general-contracting-2'),
(348, 300, '_wp_old_slug', 'general-contracting-2-2'),
(349, 300, '_wp_old_slug', 'general-contracting-2-2-2'),
(350, 300, '_tm_pb_use_builder', 'on'),
(351, 300, '_tm_pb_old_content', '<p>We take our time on initial planning before any construction begins, to balance all the financial and efficiency issues beforehand.</p><p>This traditional type of construction management works great for big scale buildings and structures. The fact that in this scenario the design stage is done before the actual on-site construction even begins, allows us to estimate all the resources and man-hours needed fort project''s completion. That kind of a step-by-step, preliminary construction planning will allow you to be right on schedule while your big project will get built.</p>'),
(354, 302, 'cherry-services-icon', 'linearicon-wall2'),
(355, 302, 'cherry-services-descr', 'Our customers love the pace/quality tempo that we show during each of the principal construction processes! We''re comfortable with any kind of a project that you want us to build! As long as it''s technically possible to convert your vision to a standing structure, we''ll be more than glad to do it. These are not mere words, as since 2006 we''ve been building both small, private and commercial buildings like houses and shops, as well as huge, complex megastructures like a military warehouse, a commercial high-rise business centre or a university''s campus are...'),
(356, 302, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(357, 302, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project'),
(358, 302, 'cherry-services-cta-type', 'button'),
(359, 302, 'cherry-services-form-message', 'Thanks for your request'),
(360, 302, 'cherry-services-cta-link-text', 'contact us'),
(361, 302, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(362, 302, 'cherry-services-single-layout', 'fullwidth'),
(363, 302, 'cherry-services-cta-bg-position', 'center center'),
(364, 302, 'cherry-services-cta-bg-repeat', 'repeat'),
(365, 302, 'cherry-services-cta-bg-size', 'auto'),
(366, 302, '_wp_old_slug', 'general-contracting'),
(367, 302, '_wp_old_slug', 'general-contracting-2'),
(368, 302, '_wp_old_slug', 'general-contracting-2-2'),
(369, 302, '_wp_old_slug', 'general-contracting-2-2-2'),
(370, 302, '_wp_old_slug', 'general-contracting-2-2-2-2'),
(371, 302, '_tm_pb_use_builder', 'on'),
(372, 302, '_tm_pb_old_content', '<p>Our customers love the pace/quality tempo that we show during each of the principal construction processes! We''re comfortable with any kind of a project that you want us to build! As long as it''s technically possible to convert your vision to a standing structure, we''ll be more than glad to do it. These are not mere words, as since 2006 we''ve been building both small, private and commercial buildings like houses and shops, as well as huge, complex megastructures like a military warehouse, a commercial high-rise business centre or a university''s campus are...</p>'),
(375, 303, 'cherry-services-icon', 'linearicon-home4'),
(376, 303, 'cherry-services-descr', 'Oftentimes physical and functional essence of any construction project needs to be represented digitally, in a 3D model format. In short, the construction industry is undergoing fundamental changes, not comparable in impact with anything before it, not even with the rise of lean manufacturing in auto-making in the 1980s. An innovative and time-saving tool called Building Information Modeling, or BIM, is the reason for that revolution. BIM technology rapidly enhances complex building processes, shortcutting any project completion date, cutting the expenses and improving the overall quality of the construction. Our construction company is the leading industry exponent, with approximately $30 billion in BIM project experience. We want clients to understand the incredible advantages that the BIM offers and we want them to get prepared to embrace this new technology.'),
(377, 303, 'cherry-services-show-cta', 'a:1:{s:6:"enable";s:4:"true";}'),
(378, 303, 'cherry-services-cta-title', 'If you can envision it, than we can build it tell us more about your project');
INSERT INTO `wpag_postmeta` VALUES
(379, 303, 'cherry-services-cta-type', 'button'),
(380, 303, 'cherry-services-form-message', 'Thanks for your request'),
(381, 303, 'cherry-services-cta-link-text', 'contact us'),
(382, 303, 'cherry-services-cta-link-url', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/contacts/'),
(383, 303, 'cherry-services-single-layout', 'fullwidth'),
(384, 303, 'cherry-services-cta-bg-position', 'center center'),
(385, 303, 'cherry-services-cta-bg-repeat', 'repeat'),
(386, 303, 'cherry-services-cta-bg-size', 'auto'),
(387, 303, '_wp_old_slug', 'general-contracting'),
(388, 303, '_wp_old_slug', 'general-contracting-2'),
(389, 303, '_wp_old_slug', 'general-contracting-2-2'),
(390, 303, '_wp_old_slug', 'general-contracting-2-2-2'),
(391, 303, '_wp_old_slug', 'general-contracting-2-2-2-2'),
(392, 303, '_wp_old_slug', 'construction-services'),
(393, 303, '_tm_pb_use_builder', 'on'),
(394, 303, '_tm_pb_old_content', '<p>Oftentimes physical and functional essence of any construction project needs to be represented digitally, in a 3D model format. In short, the construction industry is undergoing fundamental changes, not comparable in impact with anything before it, not even with the rise of lean manufacturing in auto-making in the 1980s. An innovative and time-saving tool called Building Information Modeling, or BIM, is the reason for that revolution. BIM technology rapidly enhances complex building processes, shortcutting any project completion date, cutting the expenses and improving the overall quality of the construction. Our construction company is the leading industry exponent, with approximately $30 billion in BIM project experience. We want clients to understand the incredible advantages that the BIM offers and we want them to get prepared to embrace this new technology.</p>'),
(395, 303, 'cherry-services-testi', 'a:12:{s:4:"show";a:1:{s:6:"enable";s:5:"false";}s:5:"title";s:0:"";s:3:"cat";s:1:"0";s:4:"cols";s:1:"1";s:5:"limit";i:3;s:11:"show-avatar";s:2:"on";s:4:"size";i:100;s:14:"content-length";i:55;s:10:"show-email";s:2:"on";s:13:"show-position";s:2:"on";s:12:"show-company";s:2:"on";s:8:"template";s:12:"default.tmpl";}'),
(398, 426, '_wp_attached_file', '2016/11/logo_invert.png'),
(399, 426, '_wp_attached_file', '2016/11/logo_invert.png'),
(400, 426, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:330;s:6:"height";i:39;s:4:"file";s:23:"2016/11/logo_invert.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"logo_invert-150x39.png";s:5:"width";i:150;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"logo_invert-300x35.png";s:5:"width";i:300;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"logo_invert-150x39.png";s:5:"width";i:150;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"logo_invert-158x39.png";s:5:"width";i:158;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"logo_invert-141x39.png";s:5:"width";i:141;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"logo_invert-301x39.png";s:5:"width";i:301;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"logo_invert-300x39.png";s:5:"width";i:300;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"logo_invert-100x39.png";s:5:"width";i:100;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"logo_invert-300x39.png";s:5:"width";i:300;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"logo_invert-100x39.png";s:5:"width";i:100;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:22:"logo_invert-286x39.png";s:5:"width";i:286;s:6:"height";i:39;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:{}}}'),
(401, 426, '_wxr_import_user_slug', 'admin'),
(402, 427, '_wp_attached_file', '2016/11/brands_06.jpg'),
(403, 427, '_wp_attached_file', '2016/11/brands_06.jpg'),
(404, 427, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_06.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_06-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:21:"brands_06-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_06-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_06-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_06-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_06-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_06-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_06-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_06-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_06-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_06-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_06-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:"brands_06-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_06-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_06-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_06-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_06-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_06-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_06-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_06-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_06-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(405, 427, '_wxr_import_parent', '389'),
(406, 427, '_wxr_import_user_slug', 'admin'),
(407, 428, '_wp_attached_file', '2016/11/brands_01.jpg'),
(408, 428, '_wp_attached_file', '2016/11/brands_01.jpg'),
(409, 428, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_01.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_01-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:21:"brands_01-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_01-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_01-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_01-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_01-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_01-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_01-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_01-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_01-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_01-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:"brands_01-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_01-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_01-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_01-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_01-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_01-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_01-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_01-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_01-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(410, 428, '_wxr_import_parent', '389'),
(411, 428, '_wxr_import_user_slug', 'admin'),
(412, 429, '_wp_attached_file', '2016/11/brands_02.jpg'),
(413, 429, '_wp_attached_file', '2016/11/brands_02.jpg'),
(414, 429, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_02.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_02-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:21:"brands_02-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_02-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_02-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_02-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_02-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_02-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_02-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_02-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_02-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_02-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:"brands_02-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_02-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_02-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_02-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_02-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_02-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_02-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_02-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_02-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(415, 429, '_wxr_import_parent', '389'),
(416, 429, '_wxr_import_user_slug', 'admin'),
(417, 430, '_wp_attached_file', '2016/11/brands_03.jpg'),
(418, 430, '_wp_attached_file', '2016/11/brands_03.jpg'),
(419, 430, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_03.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_03-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:21:"brands_03-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_03-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_03-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_03-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_03-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_03-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_03-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_03-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_03-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_03-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_03-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:"brands_03-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_03-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_03-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_03-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_03-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_03-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_03-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_03-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_03-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(420, 430, '_wxr_import_parent', '389'),
(421, 430, '_wxr_import_user_slug', 'admin'),
(422, 431, '_wp_attached_file', '2016/11/brands_04.jpg'),
(423, 431, '_wp_attached_file', '2016/11/brands_04.jpg'),
(424, 431, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_04.jpg";s:5:"sizes";a:22:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_04-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:21:"brands_04-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_04-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_04-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_04-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_04-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_04-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_04-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_04-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_04-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_04-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_04-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:"brands_04-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_04-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_04-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_04-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_04-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_04-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_04-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_04-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_04-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:20:"croped-image-660-500";a:4:{s:4:"file";s:0:"";s:5:"width";i:660;s:6:"height";i:500;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:{}}}'),
(425, 431, '_wxr_import_parent', '389'),
(426, 431, '_wxr_import_user_slug', 'admin'),
(427, 432, '_wp_attached_file', '2016/11/brands_05.jpg'),
(428, 432, '_wp_attached_file', '2016/11/brands_05.jpg'),
(429, 432, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:418;s:6:"height";i:315;s:4:"file";s:21:"2016/11/brands_05.jpg";s:5:"sizes";a:21:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"brands_05-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:21:"brands_05-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"brands_05-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"brands_05-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"brands_05-400x315.jpg";s:5:"width";i:400;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"brands_05-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"brands_05-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"brands_05-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"brands_05-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"brands_05-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"brands_05-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"brands_05-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:"brands_05-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"brands_05-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"brands_05-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"brands_05-400x301.jpg";s:5:"width";i:400;s:6:"height";i:301;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"brands_05-398x300.jpg";s:5:"width";i:398;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"brands_05-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"brands_05-360x315.jpg";s:5:"width";i:360;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"brands_05-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"brands_05-418x220.jpg";s:5:"width";i:418;s:6:"height";i:220;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:{}}}'),
(430, 432, '_wxr_import_parent', '389'),
(431, 432, '_wxr_import_user_slug', 'admin'),
(432, 500, '_wp_attached_file', '2017/01/footer_logo.png'),
(433, 500, '_wp_attached_file', '2017/01/footer_logo.png'),
(434, 500, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:276;s:6:"height";i:33;s:4:"file";s:23:"2017/01/footer_logo.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"footer_logo-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"footer_logo-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"footer_logo-158x33.png";s:5:"width";i:158;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"footer_logo-141x33.png";s:5:"width";i:141;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"footer_logo-100x33.png";s:5:"width";i:100;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"footer_logo-100x33.png";s:5:"width";i:100;s:6:"height";i:33;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:{}}}'),
(435, 500, '_wxr_import_user_slug', 'admin'),
(436, 530, '_wp_attached_file', '2017/01/team-member-1.jpg'),
(437, 530, '_wp_attached_file', '2017/01/team-member-1.jpg'),
(438, 530, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:980;s:6:"height";i:980;s:4:"file";s:25:"2017/01/team-member-1.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"team-member-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:25:"team-member-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"team-member-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"team-member-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:25:"team-member-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:24:"team-member-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:25:"team-member-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:25:"team-member-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:25:"team-member-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:25:"team-member-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:25:"team-member-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:25:"team-member-1-980x820.jpg";s:5:"width";i:980;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:25:"team-member-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:25:"team-member-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:25:"team-member-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:25:"team-member-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:25:"team-member-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:25:"team-member-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:25:"team-member-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:25:"team-member-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:4:{s:4:"file";s:25:"team-member-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"team-member-1-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:25:"team-member-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:25:"team-member-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:25:"team-member-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:25:"team-member-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:25:"team-member-1-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:25:"team-member-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"team-member-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:25:"team-member-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:25:"team-member-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:25:"team-member-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:25:"team-member-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:25:"team-member-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(439, 530, '_wxr_import_user_slug', 'admin'),
(440, 531, '_wp_attached_file', '2017/01/team-member-3.jpg'),
(441, 531, '_wp_attached_file', '2017/01/team-member-3.jpg'),
(442, 531, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:980;s:6:"height";i:980;s:4:"file";s:25:"2017/01/team-member-3.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"team-member-3-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:25:"team-member-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"team-member-3-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"team-member-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:25:"team-member-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:24:"team-member-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:25:"team-member-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:25:"team-member-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:25:"team-member-3-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:25:"team-member-3-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:25:"team-member-3-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:25:"team-member-3-980x820.jpg";s:5:"width";i:980;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:25:"team-member-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:25:"team-member-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:25:"team-member-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:25:"team-member-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:25:"team-member-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:25:"team-member-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:25:"team-member-3-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:25:"team-member-3-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:25:"team-member-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"team-member-3-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:25:"team-member-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:25:"team-member-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:25:"team-member-3-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:25:"team-member-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:25:"team-member-3-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:25:"team-member-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"team-member-3-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:25:"team-member-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:25:"team-member-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:25:"team-member-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:25:"team-member-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:25:"team-member-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(443, 531, '_wxr_import_user_slug', 'admin'),
(444, 216, '_menu_item_type', 'custom'),
(445, 216, '_menu_item_object_id', '216'),
(446, 216, '_menu_item_object', 'custom'),
(447, 216, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(448, 216, '_menu_item_url', 'https://www.pinterest.com/templatemonster/'),
(449, 216, '_wxr_import_user_slug', 'admin'),
(450, 217, '_menu_item_type', 'custom'),
(451, 217, '_menu_item_object_id', '217'),
(452, 217, '_menu_item_object', 'custom'),
(453, 217, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(454, 217, '_menu_item_url', 'https://vimeo.com/'),
(455, 217, '_wxr_import_user_slug', 'admin'),
(3103, 64, '_downloadable_files', 'a:0:{}'),
(3102, 64, '_wc_review_count', '0'),
(3101, 64, '_wc_rating_count', 'a:0:{}'),
(3100, 64, '_wc_average_rating', '0'),
(3099, 64, '_stock_status', 'instock'),
(3098, 64, '_stock', ''),
(3097, 64, '_thumbnail_id', '789'),
(3096, 64, '_download_expiry', '0'),
(3095, 64, '_download_limit', '0'),
(3094, 64, '_product_image_gallery', ''),
(3093, 64, '_downloadable', 'no'),
(3092, 64, '_virtual', 'no'),
(3091, 64, '_default_attributes', 'a:0:{}'),
(3090, 64, '_purchase_note', ''),
(3089, 64, '_crosssell_ids', 'a:0:{}'),
(3088, 64, '_upsell_ids', 'a:0:{}'),
(3087, 64, '_height', '2'),
(3086, 64, '_width', '8'),
(3085, 64, '_length', '10'),
(3084, 64, '_weight', '3'),
(3083, 64, '_sold_individually', 'no'),
(3082, 64, '_backorders', 'no'),
(3081, 64, '_manage_stock', 'no'),
(3080, 64, '_tax_class', ''),
(3079, 64, '_tax_status', 'taxable'),
(3078, 64, 'total_sales', '0'),
(3077, 64, '_sale_price_dates_to', ''),
(3076, 64, '_sale_price_dates_from', ''),
(3075, 64, '_sale_price', '35'),
(3074, 64, '_regular_price', '45'),
(3073, 64, '_sku', 'woo-hoodie-with-pocket'),
(3493, 64, '_wpcom_is_markdown', '1'),
(3071, 62, '_edit_last', '1'),
(3070, 62, '_price', '90'),
(3069, 62, '_product_version', '3.3.5'),
(3068, 62, '_product_attributes', 'a:0:{}'),
(3067, 62, '_downloadable_files', 'a:0:{}'),
(3066, 62, '_wc_review_count', '0'),
(3065, 62, '_wc_rating_count', 'a:0:{}'),
(3064, 62, '_wc_average_rating', '0'),
(3063, 62, '_stock_status', 'instock'),
(3062, 62, '_stock', ''),
(3061, 62, '_thumbnail_id', '788'),
(3060, 62, '_download_expiry', '0'),
(3059, 62, '_download_limit', '0'),
(3058, 62, '_product_image_gallery', ''),
(3057, 62, '_downloadable', 'no'),
(3056, 62, '_virtual', 'no'),
(3055, 62, '_default_attributes', 'a:0:{}'),
(3054, 62, '_purchase_note', ''),
(3053, 62, '_crosssell_ids', 'a:0:{}'),
(3052, 62, '_upsell_ids', 'a:0:{}'),
(3051, 62, '_height', '1'),
(3050, 62, '_width', '1.4'),
(3049, 62, '_length', '4'),
(3048, 62, '_weight', '.2'),
(3047, 62, '_sold_individually', 'no'),
(3046, 62, '_backorders', 'no'),
(3045, 62, '_manage_stock', 'no'),
(3044, 62, '_tax_class', ''),
(3043, 62, '_tax_status', 'taxable'),
(3042, 62, 'total_sales', '0'),
(3041, 62, '_sale_price_dates_to', ''),
(3040, 62, '_sale_price_dates_from', ''),
(3039, 62, '_sale_price', ''),
(3038, 62, '_regular_price', '90'),
(3037, 62, '_sku', 'woo-sunglasses'),
(3489, 62, '_wpcom_is_markdown', '1'),
(3035, 60, '_edit_last', '1'),
(3034, 60, '_price', '16'),
(3033, 60, '_product_version', '3.3.5'),
(3032, 60, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(3031, 60, '_downloadable_files', 'a:0:{}'),
(3030, 60, '_wc_review_count', '0'),
(3029, 60, '_wc_rating_count', 'a:0:{}'),
(3025, 60, '_thumbnail_id', '787'),
(3026, 60, '_stock', ''),
(3027, 60, '_stock_status', 'instock'),
(3028, 60, '_wc_average_rating', '0'),
(3024, 60, '_download_expiry', '0'),
(3023, 60, '_download_limit', '0'),
(3022, 60, '_product_image_gallery', ''),
(3021, 60, '_downloadable', 'no'),
(3020, 60, '_virtual', 'no'),
(3015, 60, '_height', '4'),
(3016, 60, '_upsell_ids', 'a:0:{}'),
(3017, 60, '_crosssell_ids', 'a:0:{}'),
(3018, 60, '_purchase_note', ''),
(3019, 60, '_default_attributes', 'a:0:{}'),
(3014, 60, '_width', '6.5'),
(3013, 60, '_length', '8'),
(3012, 60, '_weight', '0.6'),
(3011, 60, '_sold_individually', 'no'),
(3010, 60, '_backorders', 'no'),
(3009, 60, '_manage_stock', 'no'),
(3004, 60, '_sale_price_dates_from', ''),
(3005, 60, '_sale_price_dates_to', ''),
(3006, 60, 'total_sales', '4'),
(3007, 60, '_tax_status', 'taxable'),
(3008, 60, '_tax_class', ''),
(3003, 60, '_sale_price', '16'),
(3002, 60, '_regular_price', '18'),
(3001, 60, '_sku', 'woo-cap'),
(3485, 60, '_wpcom_is_markdown', '1'),
(2999, 58, '_edit_last', '1'),
(2998, 58, '_price', '55'),
(2994, 58, '_wc_review_count', '0'),
(2995, 58, '_downloadable_files', 'a:0:{}'),
(2996, 58, '_product_attributes', 'a:0:{}'),
(2997, 58, '_product_version', '3.3.5'),
(2993, 58, '_wc_rating_count', 'a:0:{}'),
(2992, 58, '_wc_average_rating', '0'),
(2991, 58, '_stock_status', 'instock'),
(2990, 58, '_stock', ''),
(2989, 58, '_thumbnail_id', '786'),
(2988, 58, '_download_expiry', '0'),
(2987, 58, '_download_limit', '0'),
(2986, 58, '_product_image_gallery', ''),
(2985, 58, '_downloadable', 'no'),
(2984, 58, '_virtual', 'no'),
(2983, 58, '_default_attributes', 'a:0:{}'),
(2982, 58, '_purchase_note', ''),
(2978, 58, '_width', '2'),
(2979, 58, '_height', '1.5'),
(2980, 58, '_upsell_ids', 'a:0:{}'),
(2981, 58, '_crosssell_ids', 'a:0:{}'),
(2977, 58, '_length', '12'),
(2976, 58, '_weight', '1.2'),
(2975, 58, '_sold_individually', 'no'),
(2974, 58, '_backorders', 'no'),
(2973, 58, '_manage_stock', 'no'),
(2972, 58, '_tax_class', ''),
(2969, 58, '_sale_price_dates_to', ''),
(2970, 58, 'total_sales', '3'),
(2971, 58, '_tax_status', 'taxable'),
(2968, 58, '_sale_price_dates_from', ''),
(2967, 58, '_sale_price', '55'),
(2966, 58, '_regular_price', '65'),
(2965, 58, '_sku', 'woo-belt'),
(3481, 58, '_wpcom_is_markdown', '1'),
(2963, 48, '_edit_last', '1'),
(2961, 48, '_wp_old_slug', 'import-placeholder-for-woo-beanie'),
(2962, 48, '_thumbnail_id', '785'),
(2960, 48, '_price', '18'),
(2959, 48, '_product_version', '3.3.5'),
(2957, 48, '_downloadable_files', 'a:0:{}'),
(2958, 48, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(2956, 48, '_wc_review_count', '0'),
(2955, 48, '_wc_rating_count', 'a:0:{}'),
(2954, 48, '_wc_average_rating', '0'),
(2953, 48, '_stock_status', 'instock'),
(2952, 48, '_stock', ''),
(2951, 48, '_download_expiry', '0'),
(2950, 48, '_download_limit', '0'),
(2949, 48, '_product_image_gallery', ''),
(2948, 48, '_downloadable', 'no'),
(2947, 48, '_virtual', 'no'),
(2946, 48, '_default_attributes', 'a:0:{}'),
(2945, 48, '_purchase_note', ''),
(2944, 48, '_crosssell_ids', 'a:0:{}'),
(2943, 48, '_upsell_ids', 'a:0:{}'),
(2942, 48, '_height', '.5'),
(2941, 48, '_width', '5'),
(2940, 48, '_length', '4'),
(2939, 48, '_weight', '.2'),
(2938, 48, '_sold_individually', 'no'),
(2937, 48, '_backorders', 'no'),
(2936, 48, '_manage_stock', 'no'),
(2935, 48, '_tax_class', ''),
(2934, 48, '_tax_status', 'taxable'),
(2933, 48, 'total_sales', '2'),
(2932, 48, '_sale_price_dates_to', ''),
(2931, 48, '_sale_price_dates_from', ''),
(2930, 48, '_sale_price', '18'),
(2929, 48, '_regular_price', '20'),
(2928, 48, '_sku', 'woo-beanie'),
(3477, 48, '_wpcom_is_markdown', '1'),
(2926, 47, '_edit_last', '1'),
(2925, 47, '_thumbnail_id', '784'),
(2924, 47, '_wp_old_slug', 'import-placeholder-for-woo-tshirt'),
(2923, 47, '_price', '18'),
(2922, 47, '_product_version', '3.3.5'),
(2921, 47, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(2920, 47, '_downloadable_files', 'a:0:{}'),
(2919, 47, '_wc_review_count', '0'),
(2918, 47, '_wc_rating_count', 'a:0:{}'),
(2917, 47, '_wc_average_rating', '0'),
(2916, 47, '_stock_status', 'instock'),
(2915, 47, '_stock', ''),
(2914, 47, '_download_expiry', '0'),
(2913, 47, '_download_limit', '0'),
(648, 370, '_menu_item_type', 'post_type'),
(649, 370, '_menu_item_object_id', '184'),
(650, 370, '_menu_item_object', 'page'),
(651, 370, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(652, 370, '_wxr_import_user_slug', 'admin'),
(2912, 47, '_product_image_gallery', ''),
(2911, 47, '_downloadable', 'no'),
(2910, 47, '_virtual', 'no'),
(2909, 47, '_default_attributes', 'a:0:{}'),
(2908, 47, '_purchase_note', ''),
(2907, 47, '_crosssell_ids', 'a:0:{}'),
(2906, 47, '_upsell_ids', 'a:0:{}'),
(2905, 47, '_height', '1'),
(2904, 47, '_width', '6'),
(2903, 47, '_length', '8'),
(2902, 47, '_weight', '.8'),
(2901, 47, '_sold_individually', 'no'),
(2900, 47, '_backorders', 'no'),
(2899, 47, '_manage_stock', 'no'),
(2898, 47, '_tax_class', ''),
(2897, 47, '_tax_status', 'taxable'),
(2896, 47, 'total_sales', '1'),
(2895, 47, '_sale_price_dates_to', ''),
(2894, 47, '_sale_price_dates_from', ''),
(2893, 47, '_sale_price', ''),
(2892, 47, '_regular_price', '18'),
(2891, 47, '_sku', 'woo-tshirt'),
(3473, 47, '_wpcom_is_markdown', '1'),
(2889, 46, '_edit_last', '1'),
(2885, 46, '_product_version', '3.3.5'),
(2886, 46, '_price', '45'),
(2887, 46, '_wp_old_slug', 'import-placeholder-for-woo-hoodie-with-logo'),
(2888, 46, '_thumbnail_id', '783'),
(2884, 46, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(2880, 46, '_wc_average_rating', '0'),
(2881, 46, '_wc_rating_count', 'a:0:{}'),
(2882, 46, '_wc_review_count', '0'),
(2883, 46, '_downloadable_files', 'a:0:{}'),
(2879, 46, '_stock_status', 'instock'),
(2878, 46, '_stock', ''),
(2877, 46, '_download_expiry', '0'),
(2876, 46, '_download_limit', '0'),
(2875, 46, '_product_image_gallery', ''),
(2870, 46, '_crosssell_ids', 'a:0:{}'),
(2871, 46, '_purchase_note', ''),
(2872, 46, '_default_attributes', 'a:0:{}'),
(2873, 46, '_virtual', 'no'),
(2874, 46, '_downloadable', 'no'),
(2869, 46, '_upsell_ids', 'a:0:{}'),
(2868, 46, '_height', '3'),
(2867, 46, '_width', '6'),
(2866, 46, '_length', '10'),
(2865, 46, '_weight', '2'),
(2864, 46, '_sold_individually', 'no'),
(2859, 46, 'total_sales', '3'),
(2860, 46, '_tax_status', 'taxable'),
(2861, 46, '_tax_class', ''),
(2862, 46, '_manage_stock', 'no'),
(2863, 46, '_backorders', 'no'),
(2858, 46, '_sale_price_dates_to', ''),
(2857, 46, '_sale_price_dates_from', ''),
(2856, 46, '_sale_price', ''),
(2855, 46, '_regular_price', '45'),
(2854, 46, '_sku', 'woo-hoodie-with-logo'),
(3469, 46, '_wpcom_is_markdown', '1'),
(2849, 45, '_thumbnail_id', '780'),
(2850, 45, '_price', '42'),
(2851, 45, '_price', '45'),
(2852, 45, '_edit_last', '1'),
(3470, 784, '_wp_attached_file', '2018/04/tshirt-2.jpg'),
(2848, 45, '_wp_old_slug', 'import-placeholder-for-woo-hoodie'),
(2847, 45, '_product_version', '3.3.5'),
(2846, 45, '_product_attributes', 'a:2:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:1;}s:4:"logo";a:6:{s:4:"name";s:4:"Logo";s:5:"value";s:8:"Yes | No";s:8:"position";i:1;s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:0;}}'),
(2845, 45, '_downloadable_files', 'a:0:{}'),
(2844, 45, '_wc_review_count', '0'),
(2840, 45, '_stock', ''),
(2841, 45, '_stock_status', 'outofstock'),
(2842, 45, '_wc_average_rating', '0'),
(2843, 45, '_wc_rating_count', 'a:0:{}'),
(2839, 45, '_download_expiry', '0'),
(2838, 45, '_download_limit', '0'),
(2837, 45, '_product_image_gallery', '781,782,783'),
(2836, 45, '_downloadable', 'no'),
(2835, 45, '_virtual', 'no'),
(2834, 45, '_default_attributes', 'a:0:{}'),
(2830, 45, '_height', '3'),
(2831, 45, '_upsell_ids', 'a:0:{}'),
(2832, 45, '_crosssell_ids', 'a:0:{}');
INSERT INTO `wpag_postmeta` VALUES
(2833, 45, '_purchase_note', ''),
(2829, 45, '_width', '8'),
(2828, 45, '_length', '10'),
(2827, 45, '_weight', '1.5'),
(2826, 45, '_sold_individually', 'no'),
(2825, 45, '_backorders', 'no'),
(2824, 45, '_manage_stock', 'no'),
(2819, 45, '_sale_price_dates_from', ''),
(2820, 45, '_sale_price_dates_to', ''),
(2821, 45, 'total_sales', '1'),
(2822, 45, '_tax_status', 'taxable'),
(2823, 45, '_tax_class', ''),
(2818, 45, '_sale_price', ''),
(2817, 45, '_regular_price', ''),
(2816, 45, '_sku', 'woo-hoodie'),
(3468, 45, '_wpcom_is_markdown', '1'),
(2814, 44, '_price', '20'),
(2813, 44, '_price', '15'),
(2809, 44, '_product_version', '3.3.5'),
(2810, 44, '_wp_old_slug', 'import-placeholder-for-woo-vneck-tee'),
(2811, 44, '_thumbnail_id', '777'),
(2812, 44, '_edit_last', '1'),
(2808, 44, '_product_attributes', 'a:2:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:1;}s:7:"pa_size";a:6:{s:4:"name";s:7:"pa_size";s:5:"value";s:0:"";s:8:"position";i:1;s:10:"is_visible";i:1;s:12:"is_variation";i:1;s:11:"is_taxonomy";i:1;}}'),
(2807, 44, '_downloadable_files', 'a:0:{}'),
(2806, 44, '_wc_review_count', '0'),
(2805, 44, '_wc_rating_count', 'a:0:{}'),
(2804, 44, '_wc_average_rating', '0'),
(2803, 44, '_stock_status', 'outofstock'),
(2802, 44, '_stock', ''),
(2801, 44, '_download_expiry', '0'),
(2800, 44, '_download_limit', '0'),
(2799, 44, '_product_image_gallery', '778,779'),
(2798, 44, '_downloadable', 'no'),
(2797, 44, '_virtual', 'no'),
(2796, 44, '_default_attributes', 'a:0:{}'),
(2795, 44, '_purchase_note', ''),
(2794, 44, '_crosssell_ids', 'a:0:{}'),
(2793, 44, '_upsell_ids', 'a:0:{}'),
(2792, 44, '_height', '2'),
(2791, 44, '_width', '1'),
(2790, 44, '_length', '24'),
(2789, 44, '_weight', '.5'),
(2788, 44, '_sold_individually', 'no'),
(2787, 44, '_backorders', 'no'),
(2786, 44, '_manage_stock', 'no'),
(2785, 44, '_tax_class', ''),
(2784, 44, '_tax_status', 'taxable'),
(2783, 44, 'total_sales', '2'),
(2782, 44, '_sale_price_dates_to', ''),
(2781, 44, '_sale_price_dates_from', ''),
(2780, 44, '_sale_price', ''),
(2779, 44, '_regular_price', ''),
(2778, 44, '_sku', 'woo-vneck-tee'),
(3455, 44, '_wpcom_is_markdown', '1'),
(3456, 780, '_wp_attached_file', '2018/04/hoodie-2.jpg'),
(793, 414, '_menu_item_type', 'custom'),
(794, 414, '_menu_item_object_id', '414'),
(795, 414, '_menu_item_object', 'custom'),
(796, 414, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(797, 414, '_menu_item_url', 'https://seis.my/feelgroup/wp-login.php'),
(798, 414, '_wxr_import_user_slug', 'admin'),
(799, 415, '_menu_item_type', 'custom'),
(800, 415, '_menu_item_object_id', '415'),
(801, 415, '_menu_item_object', 'custom'),
(802, 415, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(803, 415, '_menu_item_url', 'https://seis.my/feelgroup/wp-login.php?action=register'),
(804, 415, '_wxr_import_user_slug', 'admin'),
(3105, 64, '_product_version', '3.3.5'),
(3106, 64, '_price', '35'),
(3553, 68, 'cherry_trend_views', '1'),
(4274, 1322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:29:"2018/06/CONTACT-OVERLAY35.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-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:29:"CONTACT-OVERLAY35-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"CONTACT-OVERLAY35-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"CONTACT-OVERLAY35-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-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:"CONTACT-OVERLAY35-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"CONTACT-OVERLAY35-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:30:"CONTACT-OVERLAY35-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3694, 857, 'monstroid2_header_woo_elements', 'inherit'),
(3693, 857, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3702, 868, '_edit_lock', '1529389797:1'),
(3705, 869, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:22:"2018/06/CREWCOTTON.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"CREWCOTTON-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:22:"CREWCOTTON-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"CREWCOTTON-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"CREWCOTTON-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"CREWCOTTON-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"CREWCOTTON-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"CREWCOTTON-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"CREWCOTTON-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"CREWCOTTON-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"CREWCOTTON-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:22:"CREWCOTTON-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"CREWCOTTON-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"CREWCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:23:"CREWCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"CREWCOTTON-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"CREWCOTTON-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"CREWCOTTON-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"CREWCOTTON-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"CREWCOTTON-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"CREWCOTTON-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"CREWCOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"CREWCOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"CREWCOTTON-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:22:"CREWCOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"CREWCOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"CREWCOTTON-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"CREWCOTTON-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:22:"CREWCOTTON-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"CREWCOTTON-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:22:"CREWCOTTON-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"CREWCOTTON-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"CREWCOTTON-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"CREWCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"CREWCOTTON-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"CREWCOTTON-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"CREWCOTTON-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"CREWCOTTON-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"CREWCOTTON-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"CREWCOTTON-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3703, 868, '_edit_last', '1'),
(3704, 869, '_wp_attached_file', '2018/06/CREWCOTTON.jpg'),
(974, 184, '_wp_page_template', 'default'),
(975, 184, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(976, 184, 'monstroid2_header_container_type', 'inherit'),
(977, 184, 'monstroid2_content_container_type', 'inherit'),
(978, 184, 'monstroid2_footer_container_type', 'inherit'),
(979, 184, 'monstroid2_header_layout_type', 'inherit'),
(980, 184, 'monstroid2_header_transparent_layout', 'inherit'),
(981, 184, '_tm_pb_use_builder', 'on'),
(982, 184, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(983, 184, 'monstroid2_top_panel_visibility', 'inherit'),
(984, 184, 'monstroid2_header_contact_block_visibility', 'inherit'),
(985, 184, 'monstroid2_header_search', 'inherit'),
(986, 184, 'monstroid2_header_woo_elements', 'inherit'),
(989, 218, '_wp_page_template', 'default'),
(990, 218, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(991, 218, 'monstroid2_content_container_type', 'fullwidth'),
(992, 218, '_tm_pb_use_builder', 'on'),
(993, 218, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(995, 232, '_wp_page_template', 'default'),
(996, 232, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(997, 232, 'monstroid2_content_container_type', 'fullwidth'),
(998, 232, 'monstroid2_header_layout_type', 'inherit'),
(999, 232, '_tm_pb_use_builder', 'on'),
(1000, 232, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1001, 232, '_dp_original', '228'),
(1002, 232, 'monstroid2_top_panel_visibility', 'inherit'),
(1003, 232, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1004, 232, 'monstroid2_header_search', 'inherit'),
(1005, 232, 'monstroid2_header_woo_elements', 'inherit'),
(1007, 253, '_wp_page_template', 'default'),
(1008, 253, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1009, 253, 'monstroid2_sidebar_position', 'inherit'),
(1010, 253, 'monstroid2_header_container_type', 'inherit'),
(1011, 253, 'monstroid2_content_container_type', 'fullwidth'),
(1012, 253, 'monstroid2_footer_container_type', 'inherit'),
(1013, 253, 'monstroid2_header_layout_type', 'inherit'),
(1014, 253, 'monstroid2_header_transparent_layout', 'inherit'),
(1015, 253, '_tm_pb_use_builder', 'on'),
(1016, 253, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1017, 253, '_dp_original', '184'),
(1018, 253, 'monstroid2_top_panel_visibility', 'inherit'),
(1019, 253, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1020, 253, 'monstroid2_header_search', 'inherit'),
(1021, 253, 'monstroid2_header_woo_elements', 'inherit'),
(1022, 253, 'monstroid2_header_btn_visibility', 'inherit'),
(1023, 253, 'monstroid2_footer_layout_type', 'inherit'),
(1024, 253, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1025, 253, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(1027, 290, '_wp_page_template', 'default'),
(1028, 290, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1029, 290, 'monstroid2_sidebar_position', 'one-right-sidebar'),
(1030, 290, 'monstroid2_header_container_type', 'inherit'),
(1031, 290, 'monstroid2_content_container_type', 'inherit'),
(1032, 290, 'monstroid2_footer_container_type', 'inherit'),
(1033, 290, 'monstroid2_header_layout_type', 'inherit'),
(1034, 290, 'monstroid2_header_transparent_layout', 'inherit'),
(1035, 290, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1036, 290, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1037, 290, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1038, 290, 'monstroid2_top_panel_visibility', 'inherit'),
(1039, 290, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1040, 290, 'monstroid2_header_search', 'inherit'),
(1041, 290, 'monstroid2_header_woo_elements', 'inherit'),
(1042, 290, '_wxr_import_user_slug', 'admin'),
(1043, 293, '_wp_page_template', 'default'),
(1044, 293, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1045, 293, 'monstroid2_sidebar_position', 'inherit'),
(1046, 293, 'monstroid2_header_container_type', 'inherit'),
(1047, 293, 'monstroid2_content_container_type', 'fullwidth'),
(1048, 293, 'monstroid2_footer_container_type', 'inherit'),
(1049, 293, 'monstroid2_header_layout_type', 'inherit'),
(1050, 293, 'monstroid2_header_transparent_layout', 'inherit'),
(1051, 293, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1052, 293, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1053, 293, '_tm_pb_use_builder', 'on'),
(1054, 293, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1055, 293, 'monstroid2_top_panel_visibility', 'inherit'),
(1056, 293, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1057, 293, 'monstroid2_header_search', 'inherit'),
(1058, 293, 'monstroid2_header_btn_visibility', 'inherit'),
(1059, 293, 'monstroid2_footer_layout_type', 'inherit'),
(1060, 293, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1061, 293, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(1063, 314, '_wp_page_template', 'default'),
(1064, 314, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1065, 314, 'monstroid2_sidebar_position', 'inherit'),
(1066, 314, 'monstroid2_header_container_type', 'inherit'),
(1067, 314, 'monstroid2_content_container_type', 'inherit'),
(1068, 314, 'monstroid2_footer_container_type', 'inherit'),
(1069, 314, 'monstroid2_header_layout_type', 'inherit'),
(1070, 314, 'monstroid2_header_transparent_layout', 'inherit'),
(1071, 314, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1072, 314, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1073, 314, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1076, 385, '_wp_page_template', 'default'),
(1077, 385, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1078, 385, 'monstroid2_sidebar_position', 'inherit'),
(1079, 385, 'monstroid2_header_container_type', 'inherit'),
(1080, 385, 'monstroid2_content_container_type', 'inherit'),
(1081, 385, 'monstroid2_footer_container_type', 'inherit'),
(1082, 385, 'monstroid2_header_layout_type', 'inherit'),
(1083, 385, 'monstroid2_header_transparent_layout', 'inherit'),
(1084, 385, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1085, 385, 'monstroid2_top_panel_visibility', 'inherit'),
(1086, 385, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1087, 385, 'monstroid2_header_search', 'inherit'),
(1088, 385, 'monstroid2_header_woo_elements', 'inherit'),
(1089, 385, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1090, 385, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1091, 385, '_tm_pb_use_builder', 'on'),
(1092, 385, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_toggle admin_label="Toggle" title="Consistency is the Key" open="on" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="No Coding Skills Required" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Content Driven Design" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Pixel Perfect Typography" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1093, 385, '_wxr_import_user_slug', 'admin'),
(1094, 386, '_wp_page_template', 'default'),
(1095, 386, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1096, 386, 'monstroid2_sidebar_position', 'inherit'),
(1097, 386, 'monstroid2_header_container_type', 'inherit'),
(1098, 386, 'monstroid2_content_container_type', 'inherit'),
(1099, 386, 'monstroid2_footer_container_type', 'inherit'),
(1100, 386, 'monstroid2_header_layout_type', 'inherit'),
(1101, 386, 'monstroid2_header_transparent_layout', 'inherit'),
(1102, 386, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1103, 386, 'monstroid2_top_panel_visibility', 'inherit'),
(1104, 386, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1105, 386, 'monstroid2_header_search', 'inherit'),
(1106, 386, 'monstroid2_header_woo_elements', 'inherit'),
(1107, 386, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1108, 386, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1109, 386, '_tm_pb_use_builder', 'on'),
(1110, 386, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" background_image="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/our_team_section_bg.jpg" transparent_background="off" background_color="#000000" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" custom_padding="265px||300px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" module_class="invert"]</p><h2>Meet the Team. Who We Are?</h2><p>[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||50px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||50px|" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||50px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="on" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="off" show_position="on" show_social="on" template="grid-boxes-2" use_space="on" use_rows_space="on" columns="3" posts_per_page="6" title="Represent Your Staff" subtitle="It’s perfect to display the members of your staff, team or working force. Within Monstroid theme you can present your team members in the best well made and interface with special design and multiple styling options."]</p><p>[/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1112, 387, '_wp_page_template', 'default'),
(1113, 387, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1114, 387, 'monstroid2_sidebar_position', 'inherit'),
(1115, 387, 'monstroid2_header_container_type', 'inherit'),
(1116, 387, 'monstroid2_content_container_type', 'inherit'),
(1117, 387, 'monstroid2_footer_container_type', 'inherit'),
(1118, 387, 'monstroid2_header_layout_type', 'inherit'),
(1119, 387, 'monstroid2_header_transparent_layout', 'inherit'),
(1120, 387, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1121, 387, 'monstroid2_top_panel_visibility', 'inherit'),
(1122, 387, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1123, 387, 'monstroid2_header_search', 'inherit'),
(1124, 387, 'monstroid2_header_woo_elements', 'inherit'),
(1125, 387, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1126, 387, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1127, 387, '_tm_pb_use_builder', 'on'),
(1128, 387, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Brian King" position="Director" image_url="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/person_01.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Amanda Smith" position="Marketing manager" image_url="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/person_02.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="George Nelson" position="Designer" image_url="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/person_03.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1130, 388, '_wp_page_template', 'default'),
(1131, 388, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1132, 388, 'monstroid2_sidebar_position', 'inherit'),
(1133, 388, 'monstroid2_header_container_type', 'inherit'),
(1134, 388, 'monstroid2_content_container_type', 'inherit'),
(1135, 388, 'monstroid2_footer_container_type', 'inherit'),
(1136, 388, 'monstroid2_header_layout_type', 'inherit'),
(1137, 388, 'monstroid2_header_transparent_layout', 'inherit'),
(1138, 388, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1139, 388, 'monstroid2_top_panel_visibility', 'inherit'),
(1140, 388, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1141, 388, 'monstroid2_header_search', 'inherit'),
(1142, 388, 'monstroid2_header_woo_elements', 'inherit'),
(1143, 388, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1144, 388, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1145, 388, '_tm_pb_use_builder', 'on'),
(1146, 388, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><h3>Our Current Vacancies List</h3><p>[/tm_pb_text][tm_pb_accordion admin_label="Accordion" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_accordion_item title="Technical Support Representative"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Customer Care Specialist"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Interactive Art Director"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item] [/tm_pb_accordion][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1147, 388, '_wxr_import_user_slug', 'admin'),
(1148, 389, '_wp_page_template', 'default'),
(1149, 389, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1150, 389, 'monstroid2_sidebar_position', 'inherit'),
(1151, 389, 'monstroid2_header_container_type', 'inherit'),
(1152, 389, 'monstroid2_content_container_type', 'inherit'),
(1153, 389, 'monstroid2_footer_container_type', 'inherit'),
(1154, 389, 'monstroid2_header_layout_type', 'inherit'),
(1155, 389, 'monstroid2_header_transparent_layout', 'inherit'),
(1156, 389, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1157, 389, 'monstroid2_top_panel_visibility', 'inherit'),
(1158, 389, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1159, 389, 'monstroid2_header_search', 'inherit'),
(1160, 389, 'monstroid2_header_woo_elements', 'inherit'),
(1161, 389, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1162, 389, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1163, 389, '_tm_pb_use_builder', 'on'),
(1164, 389, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" background_image="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/clients_bg.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="180px||210px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" max_width="900px" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><h2>We are proud that our customers</h2><p>We’ve made a huge effort to keep site owner away from things with confusing names like PHP, functions, classes, CSS and other geeks’ stuff.</p><p>[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||70px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="3" columns_last_edited="off|desktop"]</p><p>[tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_01.jpg" brand_url="#" url_new_window="off" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_02.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_03.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_04.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_05.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="http://192.168.9.172/wp/test/wp-content/uploads/2016/09/brands_06.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item]</p><p>[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f8f8f8" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="130px||100px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" parallax_4="off" parallax_method_4="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e723" icon_color="#2ed3ae" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]</p><p>[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Current Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e726" icon_color="#2ed3ae" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]</p><p>[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Virtual Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><h3>Represent your staff</h3><p>[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1081" limit="1"]</p><p>[/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1083" limit="1"]</p><p>[/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1084" limit="1"]</p><p>[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1166, 390, '_wp_page_template', 'default'),
(1167, 390, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1168, 390, 'monstroid2_sidebar_position', 'inherit'),
(1169, 390, 'monstroid2_header_container_type', 'inherit'),
(1170, 390, 'monstroid2_content_container_type', 'inherit'),
(1171, 390, 'monstroid2_footer_container_type', 'inherit'),
(1172, 390, 'monstroid2_header_layout_type', 'inherit'),
(1173, 390, 'monstroid2_header_transparent_layout', 'inherit'),
(1174, 390, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1175, 390, 'monstroid2_top_panel_visibility', 'inherit'),
(1176, 390, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1177, 390, 'monstroid2_header_search', 'inherit'),
(1178, 390, 'monstroid2_header_woo_elements', 'inherit'),
(1179, 390, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1180, 390, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1181, 390, '_wxr_import_user_slug', 'admin'),
(1182, 437, '_wp_page_template', 'default'),
(1183, 437, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1184, 437, 'monstroid2_sidebar_position', 'inherit'),
(1185, 437, 'monstroid2_header_container_type', 'inherit'),
(1186, 437, 'monstroid2_content_container_type', 'inherit'),
(1187, 437, 'monstroid2_footer_container_type', 'inherit'),
(1188, 437, 'monstroid2_header_layout_type', 'inherit'),
(1189, 437, 'monstroid2_header_transparent_layout', 'inherit'),
(1190, 437, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1191, 437, 'monstroid2_top_panel_visibility', 'inherit'),
(1192, 437, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1193, 437, 'monstroid2_header_search', 'inherit'),
(1194, 437, 'monstroid2_header_woo_elements', 'inherit'),
(1195, 437, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1196, 437, '_tm_pb_use_builder', 'on'),
(1197, 437, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||77px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_accordion admin_label="Accordion" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_accordion_item title="Technical Support Representative"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Customer Care Specialist"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Interactive Art Director"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item] [/tm_pb_accordion][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1198, 437, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1199, 437, '_wxr_import_user_slug', 'admin'),
(1200, 438, '_wp_page_template', 'default'),
(1201, 438, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1202, 438, 'monstroid2_sidebar_position', 'inherit'),
(1203, 438, 'monstroid2_header_container_type', 'inherit'),
(1204, 438, 'monstroid2_content_container_type', 'inherit'),
(1205, 438, 'monstroid2_footer_container_type', 'inherit'),
(1206, 438, 'monstroid2_header_layout_type', 'inherit'),
(1207, 438, 'monstroid2_header_transparent_layout', 'inherit'),
(1208, 438, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1209, 438, 'monstroid2_top_panel_visibility', 'inherit'),
(1210, 438, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1211, 438, 'monstroid2_header_search', 'inherit'),
(1212, 438, 'monstroid2_header_woo_elements', 'inherit'),
(1213, 438, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1214, 438, '_tm_pb_use_builder', 'on'),
(1215, 438, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||50px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]</p><p>[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]</p><p>[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]</p><p>[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]</p><p>[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1216, 438, '_revision-control', 'a:1:{i:0;s:8:"defaults";}');
INSERT INTO `wpag_postmeta` VALUES
(2755, 760, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:640;s:4:"file";s:34:"2018/04/person-3030157_960_720.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"person-3030157_960_720-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:34:"person-3030157_960_720-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"person-3030157_960_720-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"person-3030157_960_720-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:34:"person-3030157_960_720-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:33:"person-3030157_960_720-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:34:"person-3030157_960_720-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:34:"person-3030157_960_720-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:34:"person-3030157_960_720-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:34:"person-3030157_960_720-886x640.jpg";s:5:"width";i:886;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:34:"person-3030157_960_720-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:34:"person-3030157_960_720-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:34:"person-3030157_960_720-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:34:"person-3030157_960_720-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:34:"person-3030157_960_720-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:34:"person-3030157_960_720-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:34:"person-3030157_960_720-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:34:"person-3030157_960_720-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:34:"person-3030157_960_720-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:"person-3030157_960_720-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"person-3030157_960_720-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:34:"person-3030157_960_720-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:34:"person-3030157_960_720-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:34:"person-3030157_960_720-900x640.jpg";s:5:"width";i:900;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:34:"person-3030157_960_720-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:34:"person-3030157_960_720-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:34:"person-3030157_960_720-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:34:"person-3030157_960_720-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:34:"person-3030157_960_720-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:34:"person-3030157_960_720-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:34:"person-3030157_960_720-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:34:"person-3030157_960_720-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 450D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2754, 760, '_wp_attached_file', '2018/04/person-3030157_960_720.jpg'),
(2753, 184, '_oembed_time_3382e767baa0fa1ce6ba2f5f27edb73d', '1523966948'),
(2752, 184, '_oembed_3382e767baa0fa1ce6ba2f5f27edb73d', '<iframe width="885" height="498" src="https://www.youtube.com/embed/zjMIixYgCZA?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'),
(1253, 439, '_wp_page_template', 'default'),
(1254, 439, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1255, 439, 'monstroid2_sidebar_position', 'inherit'),
(1256, 439, 'monstroid2_header_container_type', 'inherit'),
(1257, 439, 'monstroid2_content_container_type', 'inherit'),
(1258, 439, 'monstroid2_footer_container_type', 'inherit'),
(1259, 439, 'monstroid2_header_layout_type', 'inherit'),
(1260, 439, 'monstroid2_header_transparent_layout', 'inherit'),
(1261, 439, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1262, 439, 'monstroid2_top_panel_visibility', 'inherit'),
(1263, 439, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1264, 439, 'monstroid2_header_search', 'inherit'),
(1265, 439, 'monstroid2_header_woo_elements', 'inherit'),
(1266, 439, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1267, 439, '_tm_pb_use_builder', 'on'),
(1268, 439, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" custom_width_px="650px" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_width_percent="50%" custom_margin="|25%||25%" custom_margin_tablet="|0px||0px" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_counters admin_label="Bar Counters" background_color="#f8f8f8" bar_bg_color="#2ed3ae" use_percentages="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_counter percent="49"] Website Update Progress [/tm_pb_counter][tm_pb_counter percent="29"] Power Page Builder [/tm_pb_counter][tm_pb_counter percent="86"] Flexible and Multipurpose [/tm_pb_counter] [/tm_pb_counters][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1269, 439, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1270, 439, '_wxr_import_user_slug', 'admin'),
(1271, 440, '_wp_page_template', 'default'),
(1272, 440, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1273, 440, 'monstroid2_sidebar_position', 'inherit'),
(1274, 440, 'monstroid2_header_container_type', 'inherit'),
(1275, 440, 'monstroid2_content_container_type', 'inherit'),
(1276, 440, 'monstroid2_footer_container_type', 'inherit'),
(1277, 440, 'monstroid2_header_layout_type', 'inherit'),
(1278, 440, 'monstroid2_header_transparent_layout', 'inherit'),
(1279, 440, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1280, 440, 'monstroid2_top_panel_visibility', 'inherit'),
(1281, 440, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1282, 440, 'monstroid2_header_search', 'inherit'),
(1283, 440, 'monstroid2_header_woo_elements', 'inherit'),
(1284, 440, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1285, 440, '_tm_pb_use_builder', 'on'),
(1286, 440, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||96px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||90px|" custom_padding_phone="100px||90px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="button"] Monstroid 2 is crafted by top industry leaders with love, care and customer needs in mind. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] Built in WordPress tool that helps to make changes and see them taking effect on the fly. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] The theme is compatible with Woocommerce plugin and allows to create shop in few clicks. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link"] Monstroid 2 is crafted by top industry leaders with love, care and customer needs in mind. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] Built in WordPress tool that helps to make changes and see them taking effect on the fly. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#2ed3ae" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] The theme is compatible with Woocommerce plugin and allows to create shop in few clicks. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105"] The theme comes with built in Power visual page builder. It’s a features rich backend... [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105"] Monstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space... [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105"] The theme is compatible with Woocommerce plugin and allows to create shop in few clicks. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Pixel perfect typography" url_new_window="off" use_icon="on" font_icon="e62b" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] Ignoring the fact that perfect typography is a key asset of design success.. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] The theme comes with built in Power visual page builder. It’s a features rich backend... [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"] Monstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space... [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Cherry5 WordPress Framework" url_new_window="off" use_icon="off" font_icon="e62b" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/blurb_01.jpg" use_button="off" button_type="link"] The theme is based on Cherry5 framework, power tool for flexibility and performance. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/blurb_02.jpg"] The theme comes with built in Power visual page builder. It’s a features rich backend... [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/blurb_03.jpg"] Built in WordPress tool that helps to make changes and see them taking effect on the fly. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1287, 440, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1289, 441, '_wp_page_template', 'default'),
(1290, 441, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1291, 441, 'monstroid2_sidebar_position', 'inherit'),
(1292, 441, 'monstroid2_header_container_type', 'inherit'),
(1293, 441, 'monstroid2_content_container_type', 'inherit'),
(1294, 441, 'monstroid2_footer_container_type', 'inherit'),
(1295, 441, 'monstroid2_header_layout_type', 'inherit'),
(1296, 441, 'monstroid2_header_transparent_layout', 'inherit'),
(1297, 441, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1298, 441, 'monstroid2_top_panel_visibility', 'inherit'),
(1299, 441, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1300, 441, 'monstroid2_header_search', 'inherit'),
(1301, 441, 'monstroid2_header_woo_elements', 'inherit'),
(1302, 441, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1303, 441, '_tm_pb_use_builder', 'on'),
(1304, 441, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="150px||135px|" custom_padding_tablet="120px||100px|" custom_padding_phone="100px||80px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="20px" parallax_2="off" parallax_method_2="off" padding_bottom_2="20px" parallax_3="off" parallax_method_3="off" padding_bottom_3="20px" parallax_4="off" parallax_method_4="off" padding_bottom_4="20px" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="See Features" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_icon="f02d" button_text_size="12px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Buy theme" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#ffffff" button_bg_color="#000000" button_border_width="1" button_border_color="#000000" button_bg_color_hover="#2ed3ae" button_border_color_hover="#2ed3ae" button_letter_spacing_tablet="1px" button_icon="e93c" button_letter_spacing_hover_tablet="1px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Buy theme!" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#000000" button_bg_color="rgba(0,0,0,0)" button_border_width="1" button_border_color="#e8e8e9" button_bg_color_hover="#2ed3ae" button_border_color_hover="#2ed3ae" button_text_color_hover="#ffffff" button_letter_spacing_tablet="1px" button_letter_spacing_hover_tablet="1px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Read more" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="off" button_letter_spacing_hover="0" button_text_size="12px" button_text_color="#000000" button_bg_color="rgba(255,255,255,0)" button_border_width="1" button_border_color="rgba(255,255,255,0)" button_text_color_hover="#2ed3ae" button_icon="e944" button_icon_color="#000000"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="137px||137px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2ed3ae"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="View now!" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#ffffff" button_bg_color="rgba(0,0,0,0)" button_border_width="1" button_border_color="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_color_hover="#ffffff" button_letter_spacing_tablet="1px" button_letter_spacing_hover_tablet="1px"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1305, 441, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1306, 441, '_wxr_import_user_slug', 'admin'),
(1307, 442, '_wp_page_template', 'default'),
(1308, 442, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1309, 442, 'monstroid2_sidebar_position', 'inherit'),
(1310, 442, 'monstroid2_header_container_type', 'inherit'),
(1311, 442, 'monstroid2_content_container_type', 'inherit'),
(1312, 442, 'monstroid2_footer_container_type', 'inherit'),
(1313, 442, 'monstroid2_header_layout_type', 'inherit'),
(1314, 442, 'monstroid2_header_transparent_layout', 'inherit'),
(1315, 442, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1316, 442, 'monstroid2_top_panel_visibility', 'inherit'),
(1317, 442, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1318, 442, 'monstroid2_header_search', 'inherit'),
(1319, 442, 'monstroid2_header_woo_elements', 'inherit'),
(1320, 442, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1321, 442, '_tm_pb_use_builder', 'on'),
(1322, 442, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#2ed3ae" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_url="#" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg_2.jpg" button_text_color="#ffffff" button_bg_color="#2ed3ae" button_border_color="#2ed3ae" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" button_border_width="1" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" custom_padding="200px||200px|" custom_padding_tablet="150px||150px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" header_font_size="60" header_font_size_tablet="40" header_font_size_last_edited="on|desktop" header_line_height="1.3em" header_font_size_phone="36"]</p><p>Start with this demo now or check out the others to choose what you need.</p><p>[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#2ed3ae" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="off" background_color="#2ed3ae" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="145px|0px|145px|0px" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]</p><p>Monstroid 2 has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art & Photography, Business, Education and Design.</p><p>[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_img.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" disabled="off" disabled_on="on||" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="132px|||" custom_margin_last_edited="off|desktop"]</p><p>[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" background_color="#ededed" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#ededed" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px|50%|200px|10%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" header_text_color="#000000" body_text_color="#888888" button_text_color="#ffffff" button_bg_color="#2ed3ae" button_border_width="1" button_border_color="#2ed3ae" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" header_font_size="60" header_font_size_tablet="40" header_font_size_phone="36" header_font_size_last_edited="on|desktop" header_line_height="1.3em" custom_padding_tablet="120px|50%|120px|25px" custom_padding_phone="100px|50px|100px|25px" custom_padding_last_edited="on|desktop" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg_4.jpg"]</p><p>Start with this demo now or check out the others to choose what you need.</p><p>[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#1b1b1b" text_orientation="left" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg_3.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="155px|10%|155px|50%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" custom_padding_tablet="120px|25px|120px|50%" custom_padding_phone="80px|25px|80px|25px" custom_padding_last_edited="on|desktop" button_text_color="#ffffff" button_bg_color="#2ed3ae" button_border_color="#2ed3ae" button_text_color_hover="#ffffff" button_bg_color_hover="rgba(255,255,255,0)" button_border_color_hover="#ffffff" button_text_size="12" button_border_width="1" header_font_size_last_edited="off|desktop" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1"]</p><p>Monstroid has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art & Photography, Business, Education and Design.</p><p>[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on" background_color_1="#2ed3ae" bg_img_2="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg.jpg" background_color_2="#000000"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Live Customizer." button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(46,211,174,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]</p><p>WordPress live customizer is a WYSIWYG theme editor allowing to change options in real time and see the changes taking effect on the fly. This is a must have feature of every modern WordPress theme and sure enough Monstroid2 has it on board.</p><p>[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="100% Satisfaction Guaranteed" button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(0,0,0,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_text_size="12px" button_text_color="#ffffff" button_bg_color="#2ed3ae" button_border_width="1" button_border_color="#2ed3ae" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" button_icon="f08e"]</p><p>You will be completely happy with our products and services. If no, we are ready to offer 100% money back during 30 days from the purchase date.<br />No questions asked.</p><p>[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1323, 442, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1326, 443, '_wp_page_template', 'default'),
(1327, 443, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1328, 443, 'monstroid2_sidebar_position', 'inherit'),
(1329, 443, 'monstroid2_header_container_type', 'inherit'),
(1330, 443, 'monstroid2_content_container_type', 'inherit'),
(1331, 443, 'monstroid2_footer_container_type', 'inherit'),
(1332, 443, 'monstroid2_header_layout_type', 'inherit'),
(1333, 443, 'monstroid2_header_transparent_layout', 'inherit'),
(1334, 443, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1335, 443, 'monstroid2_top_panel_visibility', 'inherit'),
(1336, 443, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1337, 443, 'monstroid2_header_search', 'inherit'),
(1338, 443, 'monstroid2_header_woo_elements', 'inherit'),
(1339, 443, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1340, 443, '_tm_pb_use_builder', 'on'),
(1341, 443, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px|||" custom_padding_phone="100px|||" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="on" custom_padding="137px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#000000" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/circles_counter_bg_section.jpg" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||80px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||75px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#2ed3ae" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"]</p><p>[/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1342, 443, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1344, 444, '_wp_page_template', 'default'),
(1345, 444, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1346, 444, 'monstroid2_sidebar_position', 'inherit'),
(1347, 444, 'monstroid2_header_container_type', 'inherit'),
(1348, 444, 'monstroid2_content_container_type', 'inherit'),
(1349, 444, 'monstroid2_footer_container_type', 'inherit'),
(1350, 444, 'monstroid2_header_layout_type', 'inherit'),
(1351, 444, 'monstroid2_header_transparent_layout', 'inherit'),
(1352, 444, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1353, 444, 'monstroid2_top_panel_visibility', 'inherit'),
(1354, 444, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1355, 444, 'monstroid2_header_search', 'inherit'),
(1356, 444, 'monstroid2_header_woo_elements', 'inherit'),
(1357, 444, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1358, 444, '_tm_pb_use_builder', 'on'),
(1359, 444, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="90px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#67d3c3" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/02/2016 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" numbers_text_color="#000000" label_text_color="#888888" use_circle_border="on" circle_border_color="#2ed3ae"]</p><p>[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||123px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/countdown-timer_bg_section.jpg" background_color="#67d3c3" custom_padding_phone="120px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/02/2016 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#ffffff"]</p><p>[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="75px||85px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/02/2016 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="#2ed3ae" use_circle_border="off" circle_border_color="#2ed3ae"]</p><p>[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1360, 444, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1362, 445, '_wp_page_template', 'default'),
(1363, 445, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1364, 445, 'monstroid2_sidebar_position', 'inherit'),
(1365, 445, 'monstroid2_header_container_type', 'inherit'),
(1366, 445, 'monstroid2_content_container_type', 'inherit'),
(1367, 445, 'monstroid2_footer_container_type', 'inherit'),
(1368, 445, 'monstroid2_header_layout_type', 'inherit'),
(1369, 445, 'monstroid2_header_transparent_layout', 'inherit'),
(1370, 445, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1371, 445, 'monstroid2_top_panel_visibility', 'inherit'),
(1372, 445, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1373, 445, 'monstroid2_header_search', 'inherit'),
(1374, 445, 'monstroid2_header_woo_elements', 'inherit'),
(1375, 445, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1376, 445, '_tm_pb_use_builder', 'on'),
(1377, 445, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="105px||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" custom_width_px="885px" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_margin="|17%||17%" custom_margin_laptop="|10%||10%" custom_margin_tablet="|0px||0px" custom_margin_phone="|0px||0px" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_contact_form admin_label="Contact Form" captcha="off" use_redirect="off" input_border_radius="0" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" submit_text="Send" saved_tabs="all"]</p><p>[tm_pb_contact_field field_title="Your name" field_type="input" field_id="Name" required_mark="on" fullwidth_field="off" field_placeholder="Your name" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Your e-mail" field_type="email" field_id="Email" required_mark="on" fullwidth_field="off" field_placeholder="Your e-mail" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_id="Phone" field_title="Your phone" field_placeholder="Your phone" field_type="input" select_multiple="on" select_first_blank="on" required_mark="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_type="text" field_id="Message" required_mark="on" field_placeholder="Your message" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid" field_title="Your message"] [/tm_pb_contact_field]</p><p>[/tm_pb_contact_form][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1378, 445, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1379, 445, '_wxr_import_user_slug', 'admin'),
(1380, 446, '_wp_page_template', 'default'),
(1381, 446, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1382, 446, 'monstroid2_sidebar_position', 'inherit'),
(1383, 446, 'monstroid2_header_container_type', 'inherit'),
(1384, 446, 'monstroid2_content_container_type', 'inherit'),
(1385, 446, 'monstroid2_footer_container_type', 'inherit'),
(1386, 446, 'monstroid2_header_layout_type', 'inherit'),
(1387, 446, 'monstroid2_header_transparent_layout', 'inherit'),
(1388, 446, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1389, 446, 'monstroid2_top_panel_visibility', 'inherit');
INSERT INTO `wpag_postmeta` VALUES
(1390, 446, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1391, 446, 'monstroid2_header_search', 'inherit'),
(1392, 446, 'monstroid2_header_woo_elements', 'inherit'),
(1393, 446, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1394, 446, '_tm_pb_use_builder', 'on'),
(1395, 446, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="Section" fullwidth="off" specialty="on" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||28px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" module_class="container"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/home_img01.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2" specialty_columns="2"][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_margin_last_edited="off|desktop"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_02.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_03.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_04.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_05.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||144px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="||120px|" custom_padding_phone="||100px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="||20px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/blurb_01.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_07.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/blurb_02.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_09.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" parallax_2="off" parallax_method_2="off"][tm_pb_column type="2_3"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/images_11.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1396, 446, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1399, 449, '_wp_page_template', 'default'),
(1400, 449, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1401, 449, 'monstroid2_sidebar_position', 'inherit'),
(1402, 449, 'monstroid2_header_container_type', 'inherit'),
(1403, 449, 'monstroid2_content_container_type', 'inherit'),
(1404, 449, 'monstroid2_footer_container_type', 'inherit'),
(1405, 449, 'monstroid2_header_layout_type', 'inherit'),
(1406, 449, 'monstroid2_header_transparent_layout', 'inherit'),
(1407, 449, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1408, 449, 'monstroid2_top_panel_visibility', 'inherit'),
(1409, 449, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1410, 449, 'monstroid2_header_search', 'inherit'),
(1411, 449, 'monstroid2_header_woo_elements', 'inherit'),
(1412, 449, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1413, 449, '_tm_pb_use_builder', 'on'),
(1414, 449, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_map admin_label="Map" address="New York, NY, USA" address_lat="40.70202641269016" address_lng="-74.02945890864261" map_style="ultra-light-with-labels" mouse_wheel="off" zoom_level="11" icon_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/map-icon.png"]\r\n\r\n[tm_pb_map_pin pin_address="New York, NY, USA" pin_address_lat="40.7127837" pin_address_lng="-74.00594130000002"]\r\n\r\nAddress: 4578 Marmora Road, Glasgow, D04 89GR\r\n\r\nPhones: (800) 123-0045; (800) 123-0046\r\n\r\nWe are open: Mn-Fr: 10 am-8 pm\r\n\r\n[/tm_pb_map_pin]\r\n\r\n[/tm_pb_map][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1415, 449, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1417, 450, '_wp_page_template', 'default'),
(1418, 450, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1419, 450, 'monstroid2_sidebar_position', 'inherit'),
(1420, 450, 'monstroid2_header_container_type', 'inherit'),
(1421, 450, 'monstroid2_content_container_type', 'inherit'),
(1422, 450, 'monstroid2_footer_container_type', 'inherit'),
(1423, 450, 'monstroid2_header_layout_type', 'inherit'),
(1424, 450, 'monstroid2_header_transparent_layout', 'inherit'),
(1425, 450, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1426, 450, 'monstroid2_top_panel_visibility', 'inherit'),
(1427, 450, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1428, 450, 'monstroid2_header_search', 'inherit'),
(1429, 450, 'monstroid2_header_woo_elements', 'inherit'),
(1430, 450, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1431, 450, '_tm_pb_use_builder', 'on'),
(1432, 450, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="155px||110px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="130px||100px|" custom_padding_phone="100px||50px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_2"][tm_pb_number_counter admin_label="Number Counter" title="Current Clients" number="4578" percent_sign="off" counter_color="#000000" use_icon="on" font_icon="e723" icon_color="#2ed3ae" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_number_counter admin_label="Number Counter" title="Virtual Clients" number="4578" percent_sign="off" counter_color="#000000" use_icon="on" font_icon="e726" icon_color="#2ed3ae" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2fd3ae"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||150px|" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]'),
(1433, 450, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1434, 450, '_wxr_import_user_slug', 'admin'),
(1435, 451, '_wp_page_template', 'default'),
(1436, 451, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1437, 451, 'monstroid2_sidebar_position', 'inherit'),
(1438, 451, 'monstroid2_header_container_type', 'inherit'),
(1439, 451, 'monstroid2_content_container_type', 'inherit'),
(1440, 451, 'monstroid2_footer_container_type', 'inherit'),
(1441, 451, 'monstroid2_header_layout_type', 'inherit'),
(1442, 451, 'monstroid2_header_transparent_layout', 'inherit'),
(1443, 451, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1444, 451, 'monstroid2_top_panel_visibility', 'inherit'),
(1445, 451, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1446, 451, 'monstroid2_header_search', 'inherit'),
(1447, 451, 'monstroid2_header_woo_elements', 'inherit'),
(1448, 451, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1449, 451, '_tm_pb_use_builder', 'on'),
(1450, 451, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="175px||110px|" custom_padding_tablet="150px||90px|" custom_padding_phone="120px||60px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_pricing_tables admin_label="Pricing Tables" show_bullet="off" center_list_items="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" remove_featured_drop_shadow="off"] [tm_pb_pricing_table featured="off" title="Starter" currency="$" per="/monthly" sum="14.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n+10GB Storage amount\r\n\r\n+Unlimited users\r\n\r\n-30GB Bandwidth\r\n\r\n+20 MySQL Databases\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Standard" currency="$" per="/monthly" sum="32.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n+10GB Storage amount\r\n\r\n+Unlimited users\r\n\r\n+30GB Bandwidth\r\n\r\n+20 MySQL Databases\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Business" currency="$" per="/monthly" sum="76.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n+10GB Storage amount\r\n\r\n+Unlimited users\r\n\r\n+30GB Bandwidth\r\n\r\n+20 MySQL Databases\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Professional" currency="$" per="/monthly" sum="89.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n+10GB Storage amount\r\n\r\n+Unlimited users\r\n\r\n+30GB Bandwidth\r\n\r\n+20 MySQL Databases\r\n\r\n[/tm_pb_pricing_table] [/tm_pb_pricing_tables][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1451, 451, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1452, 451, '_wxr_import_user_slug', 'admin'),
(1453, 452, '_wp_page_template', 'default'),
(1454, 452, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1455, 452, 'monstroid2_sidebar_position', 'inherit'),
(1456, 452, 'monstroid2_header_container_type', 'inherit'),
(1457, 452, 'monstroid2_content_container_type', 'inherit'),
(1458, 452, 'monstroid2_footer_container_type', 'inherit'),
(1459, 452, 'monstroid2_header_layout_type', 'inherit'),
(1460, 452, 'monstroid2_header_transparent_layout', 'inherit'),
(1461, 452, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1462, 452, 'monstroid2_top_panel_visibility', 'inherit'),
(1463, 452, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1464, 452, 'monstroid2_header_search', 'inherit'),
(1465, 452, 'monstroid2_header_woo_elements', 'inherit'),
(1466, 452, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1467, 452, '_tm_pb_use_builder', 'on'),
(1468, 452, '_tm_pb_old_content', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" top_padding="35%" bottom_padding="35%" saved_tabs="all"]\r\n\r\n[tm_pb_slide background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/slide-10.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 01"]\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/slide-11.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 02"]\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/slide-12.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 03"]\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/slide-13.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 04"]\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/slide-14.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 05"]\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1469, 452, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1471, 453, '_wp_page_template', 'default'),
(1472, 453, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1473, 453, 'monstroid2_sidebar_position', 'inherit'),
(1474, 453, 'monstroid2_header_container_type', 'inherit'),
(1475, 453, 'monstroid2_content_container_type', 'inherit'),
(1476, 453, 'monstroid2_footer_container_type', 'inherit'),
(1477, 453, 'monstroid2_header_layout_type', 'inherit'),
(1478, 453, 'monstroid2_header_transparent_layout', 'inherit'),
(1479, 453, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1480, 453, 'monstroid2_top_panel_visibility', 'inherit'),
(1481, 453, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1482, 453, 'monstroid2_header_search', 'inherit'),
(1483, 453, 'monstroid2_header_woo_elements', 'inherit'),
(1484, 453, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1485, 453, '_tm_pb_use_builder', 'on'),
(1486, 453, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="148px||127px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\nSocial Sharing\r\n\r\n[/tm_pb_text][tm_pb_social_media_follow admin_label="Social Media Follow" link_shape="circle" url_new_window="off" follow_button="off" disabled="off" disabled_on="|off|" saved_tabs="all"]\r\n\r\n[tm_pb_social_media_follow_network social_network="Facebook" social_icon="f09a" url="https://www.facebook.com/TemplateMonster/" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0.02)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nFacebook\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Twitter" social_icon="f099" url="https://twitter.com/TemplateMonster" skype_action="call" color="#2ed3ae" bg_color="rgba(0,0,0,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nTwitter\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Google+" social_icon="f0d5" url="https://plus.google.com/+TemplateMonster" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nGoogle+\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vimeo" social_icon="f27d" url="#" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nVimeo\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Youtube" social_icon="f166" url="https://www.youtube.com/user/TemplateMonsterCo" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nYoutube\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Pinterest" social_icon="f231" url="https://www.pinterest.com/templatemonster/" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nPinterest\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Linkedin" social_icon="f0e1" url=" https://www.linkedin.com/company/templatemonster-com" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nLinkedin\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Odnoklassniki" social_icon="f263" url="#" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nOdnoklassniki\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vk" social_icon="f189" url="#" skype_action="call" color="#2ed3ae" bg_color="rgba(0,0,0,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nVk\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Skype" social_icon="f17e" url="#" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" skype_url="#" hover_icon_color="#000000"]\r\n\r\nSkype\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Dribbble" social_icon="f17d" url="https://dribbble.com/templatemonster" skype_action="call" color="#2ed3ae" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nDribbble\r\n\r\n[/tm_pb_social_media_follow_network]\r\n\r\n[/tm_pb_social_media_follow][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1487, 453, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1488, 453, '_wxr_import_user_slug', 'admin'),
(1489, 454, '_wp_page_template', 'default'),
(1490, 454, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1491, 454, 'monstroid2_sidebar_position', 'inherit'),
(1492, 454, 'monstroid2_header_container_type', 'inherit'),
(1493, 454, 'monstroid2_content_container_type', 'inherit'),
(1494, 454, 'monstroid2_footer_container_type', 'inherit'),
(1495, 454, 'monstroid2_header_layout_type', 'inherit'),
(1496, 454, 'monstroid2_header_transparent_layout', 'inherit'),
(1497, 454, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1498, 454, 'monstroid2_top_panel_visibility', 'inherit'),
(1499, 454, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1500, 454, 'monstroid2_header_search', 'inherit'),
(1501, 454, 'monstroid2_header_woo_elements', 'inherit'),
(1502, 454, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1503, 454, '_tm_pb_use_builder', 'on'),
(1504, 454, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="115px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_tabs admin_label="Tabs" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_tab title="Woocommerce Ready" tab_font_select="default" tab_font="||||" tab_line_height_tablet="2em" tab_line_height_phone="2em" body_font_select="default" body_font="||||" body_line_height="2em" body_line_height_tablet="2em" body_line_height_phone="2em" tab_line_height="2em"]\r\n\r\n\r\n\r\nWoocommerce Ready\r\n\r\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu\r\n\r\nDetails\r\n\r\nLorem ipsum dolor sit amet conse ctetur adipisicing elit\r\nSed do eiusmod tempor incididunt ut labore et\r\nDdolore magna aliqua. Ut enim ad minim veniam\r\n[/tm_pb_tab][tm_pb_tab title="BuddyPress Ready" tab_font_select="default" tab_font="||||" tab_line_height_tablet="2em" tab_line_height_phone="2em" body_font_select="default" body_font="||||" body_line_height="2em" body_line_height_tablet="2em" body_line_height_phone="2em" tab_line_height="2em"]\r\n\r\n\r\n\r\nBuddyPress Ready\r\n\r\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu\r\n\r\nDetails\r\n\r\nLorem ipsum dolor sit amet conse ctetur adipisicing elit\r\nSed do eiusmod tempor incididunt ut labore et\r\nDdolore magna aliqua. Ut enim ad minim veniam\r\n\r\n\r\n[/tm_pb_tab] [/tm_pb_tabs][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1505, 454, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1506, 454, '_wxr_import_user_slug', 'admin'),
(1507, 455, '_wp_page_template', 'default'),
(1508, 455, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1509, 455, 'monstroid2_sidebar_position', 'inherit'),
(1510, 455, 'monstroid2_header_container_type', 'inherit'),
(1511, 455, 'monstroid2_content_container_type', 'inherit'),
(1512, 455, 'monstroid2_footer_container_type', 'inherit'),
(1513, 455, 'monstroid2_header_layout_type', 'inherit'),
(1514, 455, 'monstroid2_header_transparent_layout', 'inherit'),
(1515, 455, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1516, 455, 'monstroid2_top_panel_visibility', 'inherit'),
(1517, 455, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1518, 455, 'monstroid2_header_search', 'inherit'),
(1519, 455, 'monstroid2_header_woo_elements', 'inherit'),
(1520, 455, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1521, 455, '_tm_pb_use_builder', 'on'),
(1522, 455, '_tm_pb_old_content', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_2.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_1.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_3.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_2.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_1.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/testimonials_3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section]'),
(1523, 455, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1525, 457, '_wp_page_template', 'default'),
(1526, 457, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1527, 457, 'monstroid2_sidebar_position', 'inherit'),
(1528, 457, 'monstroid2_header_container_type', 'inherit'),
(1529, 457, 'monstroid2_content_container_type', 'inherit'),
(1530, 457, 'monstroid2_footer_container_type', 'inherit'),
(1531, 457, 'monstroid2_header_layout_type', 'inherit'),
(1532, 457, 'monstroid2_header_transparent_layout', 'inherit'),
(1533, 457, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1534, 457, 'monstroid2_top_panel_visibility', 'inherit'),
(1535, 457, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1536, 457, 'monstroid2_header_search', 'inherit'),
(1537, 457, 'monstroid2_header_woo_elements', 'inherit'),
(1538, 457, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1539, 457, '_tm_pb_use_builder', 'on'),
(1540, 457, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Brian King" position="Director" image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/person_01.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Amanda Smith" position="Marketing manager" image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/person_02.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="George Nelson" position="Designer" image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/person_03.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1541, 457, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1543, 458, '_wp_page_template', 'default'),
(1544, 458, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1545, 458, 'monstroid2_sidebar_position', 'inherit'),
(1546, 458, 'monstroid2_header_container_type', 'inherit'),
(1547, 458, 'monstroid2_content_container_type', 'inherit'),
(1548, 458, 'monstroid2_footer_container_type', 'inherit'),
(1549, 458, 'monstroid2_header_layout_type', 'inherit'),
(1550, 458, 'monstroid2_header_transparent_layout', 'inherit'),
(1551, 458, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1552, 458, 'monstroid2_top_panel_visibility', 'inherit'),
(1553, 458, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1554, 458, 'monstroid2_header_search', 'inherit'),
(1555, 458, 'monstroid2_header_woo_elements', 'inherit'),
(1556, 458, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1557, 458, '_tm_pb_use_builder', 'on'),
(1558, 458, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="99px||126px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="99px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><h1>H1 Heading</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><h2>H2 Heading</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><h3>H3 Heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><h4>H4 Heading</h4><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><h5>H5 Heading</h5><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><h6>H6 Heading</h6><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><p>[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1559, 458, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1560, 458, '_wxr_import_user_slug', 'admin'),
(1561, 459, '_wp_page_template', 'default'),
(1562, 459, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1563, 459, 'monstroid2_sidebar_position', 'inherit'),
(1564, 459, 'monstroid2_header_container_type', 'inherit'),
(1565, 459, 'monstroid2_content_container_type', 'inherit'),
(1566, 459, 'monstroid2_footer_container_type', 'inherit'),
(1567, 459, 'monstroid2_header_layout_type', 'inherit'),
(1568, 459, 'monstroid2_header_transparent_layout', 'inherit'),
(1569, 459, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1570, 459, 'monstroid2_top_panel_visibility', 'inherit'),
(1571, 459, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1572, 459, 'monstroid2_header_search', 'inherit'),
(1573, 459, 'monstroid2_header_woo_elements', 'inherit'),
(1574, 459, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1575, 459, '_tm_pb_use_builder', 'on');
INSERT INTO `wpag_postmeta` VALUES
(1576, 459, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_toggle admin_label="Toggle" title="Consistency is the Key" open="on" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="No Coding Skills Required" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Content Driven Design" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Pixel Perfect Typography" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]</p><p>Monstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.</p><p>[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1577, 459, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1578, 459, '_wxr_import_user_slug', 'admin'),
(1579, 460, '_wp_page_template', 'default'),
(1580, 460, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1581, 460, 'monstroid2_sidebar_position', 'inherit'),
(1582, 460, 'monstroid2_header_container_type', 'inherit'),
(1583, 460, 'monstroid2_content_container_type', 'inherit'),
(1584, 460, 'monstroid2_footer_container_type', 'inherit'),
(1585, 460, 'monstroid2_header_layout_type', 'inherit'),
(1586, 460, 'monstroid2_header_transparent_layout', 'inherit'),
(1587, 460, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1588, 460, 'monstroid2_top_panel_visibility', 'inherit'),
(1589, 460, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1590, 460, 'monstroid2_header_search', 'inherit'),
(1591, 460, 'monstroid2_header_woo_elements', 'inherit'),
(1592, 460, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1593, 460, '_tm_pb_use_builder', 'on'),
(1594, 460, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video admin_label="Video" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/plaza_time_lapse.mp4" src_webm="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/plaza_time_lapse.mov" image_src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/06/04.jpg" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1595, 460, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1598, 463, '_wp_page_template', 'default'),
(1599, 463, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1600, 463, 'monstroid2_sidebar_position', 'inherit'),
(1601, 463, 'monstroid2_header_container_type', 'inherit'),
(1602, 463, 'monstroid2_content_container_type', 'inherit'),
(1603, 463, 'monstroid2_footer_container_type', 'inherit'),
(1604, 463, 'monstroid2_header_layout_type', 'inherit'),
(1605, 463, 'monstroid2_header_transparent_layout', 'inherit'),
(1606, 463, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1607, 463, 'monstroid2_top_panel_visibility', 'inherit'),
(1608, 463, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1609, 463, 'monstroid2_header_search', 'inherit'),
(1610, 463, 'monstroid2_header_woo_elements', 'inherit'),
(1611, 463, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1612, 463, '_tm_pb_use_builder', 'on'),
(1613, 463, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video_slider admin_label="Video Slider" show_image_overlay="show" show_arrows="on" show_thumbnails="on"] [tm_pb_video_slider_item admin_title="Slide 01" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/plaza_time_lapse.mp4" src_webm="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/plaza_time_lapse.mov" image_src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/05/09.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 02" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/plaza_time_lapse.mp4" src_webm="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/plaza_time_lapse.mov" image_src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/06/04.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 03" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/plaza_time_lapse.mp4" src_webm="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/plaza_time_lapse.mov" image_src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/08.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 04" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/08/plaza_time_lapse.mp4" src_webm="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/plaza_time_lapse.mov" image_src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/02.jpg"] [/tm_pb_video_slider_item] [/tm_pb_video_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1614, 463, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1619, 160, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1620, 160, 'monstroid2_sidebar_position', 'inherit'),
(1621, 160, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1622, 160, 'monstroid2_single_post_type', 'inherit'),
(1623, 160, '_wp_old_slug', '10-reasons-to-buy-monstroid2'),
(1624, 160, '_thumbnail_id', '202'),
(1625, 160, '_dp_original', '31'),
(1679, 227, '_tm_pb_built_for_post_type', 'page'),
(1687, 369, '_thumbnail_id', '275'),
(1630, 161, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1631, 161, 'monstroid2_sidebar_position', 'inherit'),
(1632, 161, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1633, 161, 'monstroid2_single_post_type', 'inherit'),
(1634, 161, '_wp_old_slug', '10-reasons-to-buy-monstroid2'),
(1635, 161, '_thumbnail_id', '200'),
(1636, 161, '_dp_original', '160'),
(1641, 170, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1642, 170, 'monstroid2_sidebar_position', 'inherit'),
(1643, 170, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1644, 170, 'monstroid2_single_post_type', 'inherit'),
(1645, 170, '_wp_old_slug', '10-reasons-to-buy-monstroid2'),
(1646, 170, '_thumbnail_id', '166'),
(1647, 170, '_dp_original', '164'),
(1648, 170, '_wp_old_slug', 'top-40-military-construction-firms__trashed'),
(1653, 171, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1654, 171, 'monstroid2_sidebar_position', 'inherit'),
(1655, 171, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1656, 171, 'monstroid2_single_post_type', 'inherit'),
(1657, 171, '_wp_old_slug', '10-reasons-to-buy-monstroid2'),
(1658, 171, '_thumbnail_id', '201'),
(1659, 171, '_dp_original', '170'),
(1688, 369, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1716, 406, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1664, 172, 'post_sidebar', 'a:2:{s:7:"sidebar";s:0:"";s:11:"footer-area";s:0:"";}'),
(1665, 172, 'monstroid2_sidebar_position', 'inherit'),
(1666, 172, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1667, 172, 'monstroid2_header_layout_type', 'inherit'),
(1668, 172, 'monstroid2_single_post_type', 'inherit'),
(1669, 172, '_wp_old_slug', '10-reasons-to-buy-monstroid2'),
(1670, 172, '_dp_original', '171'),
(1671, 172, 'monstroid2_top_panel_visibility', 'inherit'),
(1672, 172, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1673, 172, 'monstroid2_header_search', 'inherit'),
(1674, 172, 'monstroid2_header_woo_elements', 'inherit'),
(1675, 172, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1676, 172, '_thumbnail_id', '168'),
(1682, 264, '_tm_pb_row_layout', '4_4'),
(1683, 264, '_tm_pb_built_for_post_type', 'page'),
(1684, 264, '_wxr_import_user_slug', 'admin'),
(1685, 307, '_tm_pb_built_for_post_type', 'page'),
(1686, 307, '_wxr_import_user_slug', 'admin'),
(1689, 369, 'cherry_projects_external_link', '#'),
(1690, 369, 'cherry_projects_external_link_target', 'blank'),
(1691, 369, 'cherry_projects_details', 'a:6:{s:6:"item-0";a:2:{s:12:"detail_label";s:12:"Final Budget";s:11:"detail_info";s:10:"$9,500,000";}s:6:"item-1";a:2:{s:12:"detail_label";s:11:"Square Feet";s:11:"detail_info";s:13:"57,000 sq.ft.";}s:6:"item-2";a:2:{s:12:"detail_label";s:13:"Contract Type";s:11:"detail_info";s:28:"Construction Management (CM)";}s:6:"item-3";a:2:{s:12:"detail_label";s:5:"Owner";s:11:"detail_info";s:25:"Albuquerque Area Hospital";}s:6:"item-4";a:2:{s:12:"detail_label";s:9:"Architect";s:11:"detail_info";s:26:"Spencer Matthew Bennington";}s:6:"item-5";a:2:{s:12:"detail_label";s:8:"Location";s:11:"detail_info";s:15:"Albuquerque, MI";}}'),
(1692, 369, 'cherry_projects_listing_layout', 'grid-layout'),
(1693, 369, 'cherry_projects_column_number', '2'),
(1694, 369, 'cherry_projects_image_margin', '10'),
(1695, 369, 'cherry_projects_slider_attachments_ids', '278,277,276,275,274,273,259'),
(1696, 369, 'cherry_projects_slider_navigation', 'true'),
(1697, 369, 'cherry_projects_slider_loop', 'true'),
(1698, 369, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(1699, 369, '_wp_old_slug', 'albuquerque-city-hospital-3'),
(1700, 369, '_wp_old_slug', 'gallery-format'),
(1701, 369, '_wp_old_slug', 'gallery-format-project-3-2'),
(1702, 369, '_dp_original', '368'),
(1703, 369, '_wp_old_slug', 'gallery-format-project-4-2'),
(1704, 369, '_wxr_import_user_slug', 'admin'),
(1705, 398, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1706, 398, 'cherry-team-position', 'President'),
(1707, 398, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1708, 398, '_thumbnail_id', '530'),
(1709, 398, '_wxr_import_user_slug', 'admin'),
(1710, 405, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1711, 405, 'cherry-team-position', 'Chief Executive Officer'),
(1712, 405, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1713, 405, '_wp_old_slug', 'calvin-fitzgerald'),
(1714, 405, '_thumbnail_id', '244'),
(1715, 405, '_wxr_import_user_slug', 'admin'),
(1717, 406, 'cherry-team-position', 'Design Chief Officer'),
(1718, 406, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1719, 406, '_wp_old_slug', 'calvin-fitzgerald'),
(1720, 406, '_wp_old_slug', 'taylor-wilson'),
(1721, 406, '_thumbnail_id', '531'),
(1722, 406, '_wxr_import_user_slug', 'admin'),
(1723, 410, '_tm_pb_module_type', 'tm_pb_cherry_team'),
(1724, 410, '_tm_pb_built_for_post_type', 'page'),
(1725, 410, '_wxr_import_user_slug', 'admin'),
(1726, 416, '_thumbnail_id', '271'),
(1727, 416, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1728, 416, 'cherry_projects_external_link', '#'),
(1729, 416, 'cherry_projects_external_link_target', 'blank'),
(1730, 416, 'cherry_projects_details', 'a:6:{s:6:"item-0";a:2:{s:12:"detail_label";s:12:"Final Budget";s:11:"detail_info";s:10:"$9,500,000";}s:6:"item-1";a:2:{s:12:"detail_label";s:11:"Square Feet";s:11:"detail_info";s:13:"57,000 sq.ft.";}s:6:"item-2";a:2:{s:12:"detail_label";s:13:"Contract Type";s:11:"detail_info";s:28:"Construction Management (CM)";}s:6:"item-3";a:2:{s:12:"detail_label";s:5:"Owner";s:11:"detail_info";s:25:"Albuquerque Area Hospital";}s:6:"item-4";a:2:{s:12:"detail_label";s:9:"Architect";s:11:"detail_info";s:26:"Spencer Matthew Bennington";}s:6:"item-5";a:2:{s:12:"detail_label";s:8:"Location";s:11:"detail_info";s:15:"Albuquerque, MI";}}'),
(1731, 416, 'cherry_projects_listing_layout', 'grid-layout'),
(1732, 416, 'cherry_projects_column_number', '2'),
(1733, 416, 'cherry_projects_image_margin', '10'),
(1734, 416, 'cherry_projects_slider_attachments_ids', '278,277,276,275,274,273,259'),
(1735, 416, 'cherry_projects_slider_navigation', 'true'),
(1736, 416, 'cherry_projects_slider_loop', 'true'),
(1737, 416, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(1738, 416, '_wp_old_slug', 'albuquerque-city-hospital-3'),
(1739, 416, '_wp_old_slug', 'gallery-format'),
(1740, 416, '_wp_old_slug', 'gallery-format-project-3-2'),
(1741, 416, '_wp_old_slug', 'gallery-format-project-4-2'),
(1742, 416, '_dp_original', '369'),
(1743, 416, '_wxr_import_user_slug', 'admin'),
(1744, 417, '_thumbnail_id', '261'),
(1745, 417, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1746, 417, 'cherry_projects_external_link', '#'),
(1747, 417, 'cherry_projects_external_link_target', 'blank'),
(1748, 417, 'cherry_projects_details', 'a:6:{s:6:"item-0";a:2:{s:12:"detail_label";s:12:"Final Budget";s:11:"detail_info";s:10:"$9,500,000";}s:6:"item-1";a:2:{s:12:"detail_label";s:11:"Square Feet";s:11:"detail_info";s:13:"57,000 sq.ft.";}s:6:"item-2";a:2:{s:12:"detail_label";s:13:"Contract Type";s:11:"detail_info";s:28:"Construction Management (CM)";}s:6:"item-3";a:2:{s:12:"detail_label";s:5:"Owner";s:11:"detail_info";s:25:"Albuquerque Area Hospital";}s:6:"item-4";a:2:{s:12:"detail_label";s:9:"Architect";s:11:"detail_info";s:26:"Spencer Matthew Bennington";}s:6:"item-5";a:2:{s:12:"detail_label";s:8:"Location";s:11:"detail_info";s:15:"Albuquerque, MI";}}'),
(1749, 417, 'cherry_projects_listing_layout', 'grid-layout'),
(1750, 417, 'cherry_projects_column_number', '2'),
(1751, 417, 'cherry_projects_image_margin', '10'),
(1752, 417, 'cherry_projects_slider_attachments_ids', '278,277,276,275,274,273,259'),
(1753, 417, 'cherry_projects_slider_navigation', 'true'),
(1754, 417, 'cherry_projects_slider_loop', 'true'),
(1755, 417, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(1756, 417, '_wp_old_slug', 'albuquerque-city-hospital-3'),
(1757, 417, '_wp_old_slug', 'gallery-format'),
(1758, 417, '_wp_old_slug', 'gallery-format-project-3-2'),
(1759, 417, '_wp_old_slug', 'gallery-format-project-4-2'),
(1760, 417, '_dp_original', '416'),
(1761, 417, '_wxr_import_user_slug', 'admin'),
(1762, 418, '_thumbnail_id', '274'),
(1763, 418, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1764, 418, 'cherry_projects_external_link', '#'),
(1765, 418, 'cherry_projects_external_link_target', 'blank'),
(1766, 418, 'cherry_projects_details', 'a:6:{s:6:"item-0";a:2:{s:12:"detail_label";s:12:"Final Budget";s:11:"detail_info";s:10:"$9,500,000";}s:6:"item-1";a:2:{s:12:"detail_label";s:11:"Square Feet";s:11:"detail_info";s:13:"57,000 sq.ft.";}s:6:"item-2";a:2:{s:12:"detail_label";s:13:"Contract Type";s:11:"detail_info";s:28:"Construction Management (CM)";}s:6:"item-3";a:2:{s:12:"detail_label";s:5:"Owner";s:11:"detail_info";s:25:"Albuquerque Area Hospital";}s:6:"item-4";a:2:{s:12:"detail_label";s:9:"Architect";s:11:"detail_info";s:26:"Spencer Matthew Bennington";}s:6:"item-5";a:2:{s:12:"detail_label";s:8:"Location";s:11:"detail_info";s:15:"Albuquerque, MI";}}'),
(1767, 418, 'cherry_projects_listing_layout', 'grid-layout'),
(1768, 418, 'cherry_projects_column_number', '2'),
(1769, 418, 'cherry_projects_image_margin', '10'),
(1770, 418, 'cherry_projects_slider_attachments_ids', '278,277,276,275,274,273,259'),
(1771, 418, 'cherry_projects_slider_navigation', 'true'),
(1772, 418, 'cherry_projects_slider_loop', 'true'),
(1773, 418, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(1774, 418, '_wp_old_slug', 'albuquerque-city-hospital-3'),
(1775, 418, '_wp_old_slug', 'gallery-format'),
(1776, 418, '_wp_old_slug', 'gallery-format-project-3-2'),
(1777, 418, '_wp_old_slug', 'gallery-format-project-4-2'),
(1778, 418, '_dp_original', '417'),
(1779, 418, '_wxr_import_user_slug', 'admin'),
(1780, 485, '_wp_page_template', 'default'),
(1781, 485, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1782, 485, 'monstroid2_sidebar_position', 'inherit'),
(1783, 485, 'monstroid2_header_container_type', 'inherit'),
(1784, 485, 'monstroid2_content_container_type', 'inherit'),
(1785, 485, 'monstroid2_footer_container_type', 'inherit'),
(1786, 485, 'monstroid2_header_layout_type', 'inherit'),
(1787, 485, 'monstroid2_header_transparent_layout', 'inherit'),
(1788, 485, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1789, 485, 'monstroid2_top_panel_visibility', 'inherit'),
(1790, 485, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1791, 485, 'monstroid2_header_search', 'inherit'),
(1792, 485, 'monstroid2_header_woo_elements', 'inherit'),
(1793, 485, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1794, 485, '_tm_pb_use_builder', 'on'),
(1795, 485, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="category" category="26" order="desc" orderby="date" divider="off" show_avatar="off" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="off" navigation="on" template="default.tmpl" size="109" autoplay="0"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="category" category="27" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="on" navigation="off" template="default-without-icon.tmpl" size="109" autoplay="0"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="category" category="26" order="desc" orderby="date" divider="off" show_avatar="off" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" autoplay="0"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1081" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1083" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1084" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||140px|" custom_margin_tablet="80px||120px|" custom_margin_phone="80px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1081" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="1083" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||140px|" custom_margin_tablet="80px||120px|" custom_margin_phone="80px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="1081" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="1083" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="1084" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="90px||140px|" custom_margin_tablet="90px||120px|" custom_margin_phone="90px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="1081" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="1083" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="1084" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1796, 485, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1797, 485, '_wxr_import_user_slug', 'admin'),
(1798, 486, '_wp_page_template', 'default'),
(1799, 486, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1800, 486, 'monstroid2_sidebar_position', 'inherit'),
(1801, 486, 'monstroid2_header_container_type', 'inherit'),
(1802, 486, 'monstroid2_content_container_type', 'inherit'),
(1803, 486, 'monstroid2_footer_container_type', 'inherit'),
(1804, 486, 'monstroid2_header_layout_type', 'inherit'),
(1805, 486, 'monstroid2_header_transparent_layout', 'inherit'),
(1806, 486, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1807, 486, 'monstroid2_top_panel_visibility', 'inherit'),
(1808, 486, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1809, 486, 'monstroid2_header_search', 'inherit'),
(1810, 486, 'monstroid2_header_woo_elements', 'inherit'),
(1811, 486, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1812, 486, '_tm_pb_use_builder', 'on'),
(1813, 486, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||70px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||70px|" custom_padding_phone="100px||70px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" categories="3" more_text="Read more" columns="3" excerpt="20" columns_laptop="2" columns_phone="1" columns_last_edited="on|desktop"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_margin="60px|||"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" categories="13" posts_per_page="4" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="monstroid2-thumb-480-362" meta_data="on" post_layout="layout-3" use_space="off" use_rows_space="off" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" excerpt="15"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="85px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="post-thumbnail" meta_data="on" post_layout="layout-2" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" categories="13,3" more_text="Read more" columns="3" excerpt="20" posts_per_page="6" columns_laptop="2" columns_last_edited="on|desktop"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1814, 486, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1815, 486, 'monstroid2_header_btn_visibility', 'inherit'),
(1816, 486, 'monstroid2_footer_layout_type', 'inherit'),
(1817, 486, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1818, 486, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(1819, 486, '_wxr_import_user_slug', 'admin'),
(1820, 487, '_wp_page_template', 'default'),
(1821, 487, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1822, 487, 'monstroid2_sidebar_position', 'inherit'),
(1823, 487, 'monstroid2_header_container_type', 'inherit'),
(1824, 487, 'monstroid2_content_container_type', 'inherit'),
(1825, 487, 'monstroid2_footer_container_type', 'inherit'),
(1826, 487, 'monstroid2_header_layout_type', 'inherit'),
(1827, 487, 'monstroid2_header_transparent_layout', 'inherit'),
(1828, 487, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1829, 487, 'monstroid2_top_panel_visibility', 'inherit'),
(1830, 487, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1831, 487, 'monstroid2_header_search', 'inherit'),
(1832, 487, 'monstroid2_header_woo_elements', 'inherit'),
(1833, 487, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1834, 487, '_tm_pb_use_builder', 'on'),
(1835, 487, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="off" show_position="on" show_social="on" template="grid-boxes-2" use_space="on" use_rows_space="on" columns="3" group="21" posts_per_page="3"]</p><p>[/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="65px||130px|"]</p><p>[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" show_position="on" show_social="on" template="default" use_space="on" use_rows_space="on" columns="3" group="22" posts_per_page="3"]</p><p>[/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="40px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="monstroid2-thumb-480-362" show_name="on" show_photo="on" show_desc="on" show_position="on" show_social="on" template="grid-boxes" use_space="off" use_rows_space="off" group="23" excerpt_length="5"]</p><p>[/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1836, 487, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1837, 487, 'monstroid2_header_btn_visibility', 'inherit'),
(1838, 487, 'monstroid2_footer_layout_type', 'inherit'),
(1839, 487, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1840, 487, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(1841, 487, '_wxr_import_user_slug', 'admin'),
(1842, 488, '_wp_page_template', 'default'),
(1843, 488, 'post_sidebar', 'a:3:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";}'),
(1844, 488, 'monstroid2_sidebar_position', 'inherit'),
(1845, 488, 'monstroid2_header_container_type', 'inherit'),
(1846, 488, 'monstroid2_content_container_type', 'inherit'),
(1847, 488, 'monstroid2_footer_container_type', 'inherit'),
(1848, 488, 'monstroid2_header_layout_type', 'inherit'),
(1849, 488, 'monstroid2_header_transparent_layout', 'inherit'),
(1850, 488, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1851, 488, 'monstroid2_top_panel_visibility', 'inherit'),
(1852, 488, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1853, 488, 'monstroid2_header_search', 'inherit'),
(1854, 488, 'monstroid2_header_woo_elements', 'inherit'),
(1855, 488, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1856, 488, '_tm_pb_use_builder', 'on'),
(1857, 488, '_tm_pb_old_content', '<p>[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_swiper admin_label="Carousel" terms_type="category_name" category_name="13,3" post_offset="0" title_delimiter="off" image="on" more="on" button_show_all="off" image_size="post-thumbnail" autoplay="off" navigate_button="on" pagination="on" first_item_center="off" more_text="Read more" meta_date="on|on|on|off|off" excerpt_length="10"]</p><p>[/tm_pb_swiper][/tm_pb_column][/tm_pb_row][/tm_pb_section]</p>'),
(1858, 488, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1859, 488, '_wxr_import_user_slug', 'admin'),
(1860, 411, '_thumbnail_id', '249'),
(1861, 411, '_tm_testimonial_', 'a:4:{s:5:"email";s:0:"";s:3:"url";s:0:"";s:8:"position";s:0:"";s:7:"company";s:0:"";}'),
(1862, 411, '_wxr_import_user_slug', 'admin'),
(1863, 412, '_thumbnail_id', '250'),
(1864, 412, '_tm_testimonial_', 'a:4:{s:5:"email";s:0:"";s:3:"url";s:0:"";s:8:"position";s:0:"";s:7:"company";s:0:"";}'),
(1865, 412, '_wxr_import_user_slug', 'admin'),
(1866, 497, '_tm_pb_predefined_layout', 'on'),
(1867, 497, '_tm_pb_built_for_post_type', 'page'),
(1868, 497, '_wxr_import_user_slug', 'admin'),
(1879, 184, '_edit_lock', '1529403104:1'),
(1880, 560, '_wp_attached_file', '2018/04/home08.png'),
(1881, 560, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:142;s:6:"height";i:112;s:4:"file";s:18:"2018/04/home08.png";s:5:"sizes";a:4:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"home08-142x88.png";s:5:"width";i:142;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"home08-141x112.png";s:5:"width";i:141;s:6:"height";i:112;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"home08-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"home08-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:{}}}'),
(1882, 561, '_wp_attached_file', '2018/04/home07.png'),
(1883, 561, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:129;s:6:"height";i:104;s:4:"file";s:18:"2018/04/home07.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"home07-129x88.png";s:5:"width";i:129;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"home07-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"home07-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:{}}}'),
(1884, 562, '_wp_attached_file', '2018/04/home06.png'),
(1885, 562, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:143;s:6:"height";i:116;s:4:"file";s:18:"2018/04/home06.png";s:5:"sizes";a:4:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"home06-143x88.png";s:5:"width";i:143;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"home06-141x116.png";s:5:"width";i:141;s:6:"height";i:116;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"home06-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"home06-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:{}}}'),
(1886, 563, '_wp_attached_file', '2018/04/home05.png'),
(1887, 563, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:129;s:6:"height";i:112;s:4:"file";s:18:"2018/04/home05.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"home05-129x88.png";s:5:"width";i:129;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"home05-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"home05-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:{}}}'),
(1888, 564, '_wp_attached_file', '2018/04/home04.png'),
(1889, 564, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:116;s:4:"file";s:18:"2018/04/home04.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"home04-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"home04-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"home04-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:{}}}'),
(1890, 184, '_edit_last', '1'),
(1891, 184, '_tm_pb_old_content', ''),
(1892, 184, 'monstroid2_sidebar_position', 'inherit'),
(1893, 184, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1894, 184, 'monstroid2_header_btn_visibility', 'inherit'),
(1895, 184, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1896, 184, 'monstroid2_footer_layout_type', 'inherit'),
(1897, 184, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1898, 184, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3692, 857, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3691, 857, 'monstroid2_footer_layout_type', 'inherit'),
(3690, 857, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3689, 857, 'monstroid2_header_btn_visibility', 'inherit'),
(3688, 857, 'monstroid2_header_search', 'inherit'),
(3687, 857, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3685, 857, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3686, 857, 'monstroid2_top_panel_visibility', 'inherit'),
(3684, 857, 'monstroid2_header_transparent_layout', 'inherit'),
(4586, 1636, '_wp_attached_file', '2018/06/Untitled-1.jpg'),
(1917, 450, 'cherry_trend_views', '1'),
(1918, 450, '_edit_lock', '1523903743:1'),
(1919, 581, '_tm_pb_built_for_post_type', 'page'),
(1920, 486, 'cherry_trend_views', '2'),
(1921, 487, 'cherry_trend_views', '1'),
(1922, 184, 'cherry_trend_views', '85'),
(1923, 455, 'cherry_trend_views', '1'),
(1924, 455, '_edit_lock', '1523948733:1'),
(1925, 587, '_tm_pb_built_for_post_type', 'page'),
(1926, 454, 'cherry_trend_views', '1'),
(1927, 589, '_tm_pb_built_for_post_type', 'page'),
(1928, 594, '_tm_pb_built_for_post_type', 'page'),
(1929, 303, '_edit_lock', '1523948726:1'),
(1930, 303, 'cherry_trend_views', '1'),
(1931, 597, '_wp_attached_file', '2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg'),
(1932, 597, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1278;s:6:"height";i:718;s:4:"file";s:49:"2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-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:49:"5705898c40c37fc3324b22cf_Huron_Shirts-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-768x431.jpg";s:5:"width";i:768;s:6:"height";i:431;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"5705898c40c37fc3324b22cf_Huron_Shirts-1024x575.jpg";s:5:"width";i:1024;s:6:"height";i:575;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:48:"5705898c40c37fc3324b22cf_Huron_Shirts-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-418x235.jpg";s:5:"width";i:418;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-600x337.jpg";s:5:"width";i:600;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-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:49:"5705898c40c37fc3324b22cf_Huron_Shirts-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-600x337.jpg";s:5:"width";i:600;s:6:"height";i:337;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-400x225.jpg";s:5:"width";i:400;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-900x506.jpg";s:5:"width";i:900;s:6:"height";i:506;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-534x300.jpg";s:5:"width";i:534;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:50:"5705898c40c37fc3324b22cf_Huron_Shirts-1201x675.jpg";s:5:"width";i:1201;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:49:"5705898c40c37fc3324b22cf_Huron_Shirts-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1933, 599, '_wp_attached_file', '2018/04/pexels-photo-996329.jpeg');
INSERT INTO `wpag_postmeta` VALUES
(1934, 599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:940;s:6:"height";i:627;s:4:"file";s:32:"2018/04/pexels-photo-996329.jpeg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-996329-150x150.jpeg";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:32:"pexels-photo-996329-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"pexels-photo-996329-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-996329-418x315.jpeg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:32:"pexels-photo-996329-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:31:"pexels-photo-996329-158x88.jpeg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:32:"pexels-photo-996329-400x400.jpeg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:32:"pexels-photo-996329-650x490.jpeg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:32:"pexels-photo-996329-418x279.jpeg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:32:"pexels-photo-996329-886x627.jpeg";s:5:"width";i:886;s:6:"height";i:627;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:32:"pexels-photo-996329-886x315.jpeg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:32:"pexels-photo-996329-512x512.jpeg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:32:"pexels-photo-996329-141x188.jpeg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:32:"pexels-photo-996329-418x560.jpeg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:32:"pexels-photo-996329-301x226.jpeg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:32:"pexels-photo-996329-480x362.jpeg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:32:"pexels-photo-996329-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:32:"pexels-photo-996329-600x400.jpeg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-996329-100x100.jpeg";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:32:"pexels-photo-996329-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"pexels-photo-996329-600x400.jpeg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-996329-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:32:"pexels-photo-996329-400x300.jpeg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:32:"pexels-photo-996329-900x627.jpeg";s:5:"width";i:900;s:6:"height";i:627;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:32:"pexels-photo-996329-400x267.jpeg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:32:"pexels-photo-996329-900x600.jpeg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:32:"pexels-photo-996329-450x300.jpeg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:32:"pexels-photo-996329-286x286.jpeg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:32:"pexels-photo-996329-360x460.jpeg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:32:"pexels-photo-996329-450x450.jpeg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:32:"pexels-photo-996329-340x220.jpeg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:32:"pexels-photo-996329-450x220.jpeg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1935, 600, '_tm_pb_module_type', 'tm_pb_slider'),
(1936, 600, '_tm_pb_module_icon', ''),
(1937, 600, '_tm_pb_built_for_post_type', 'page'),
(1938, 601, '_wp_attached_file', '2018/04/pexels-photo-428311.jpeg'),
(1939, 601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:940;s:6:"height";i:628;s:4:"file";s:32:"2018/04/pexels-photo-428311.jpeg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-428311-150x150.jpeg";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:32:"pexels-photo-428311-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"pexels-photo-428311-768x513.jpeg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-428311-418x315.jpeg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:32:"pexels-photo-428311-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:31:"pexels-photo-428311-158x88.jpeg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:32:"pexels-photo-428311-400x400.jpeg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:32:"pexels-photo-428311-650x490.jpeg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:32:"pexels-photo-428311-418x279.jpeg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:32:"pexels-photo-428311-886x628.jpeg";s:5:"width";i:886;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:32:"pexels-photo-428311-886x315.jpeg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:32:"pexels-photo-428311-512x512.jpeg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:32:"pexels-photo-428311-141x188.jpeg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:32:"pexels-photo-428311-418x560.jpeg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:32:"pexels-photo-428311-301x226.jpeg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:32:"pexels-photo-428311-480x362.jpeg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:32:"pexels-photo-428311-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:32:"pexels-photo-428311-600x401.jpeg";s:5:"width";i:600;s:6:"height";i:401;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-428311-100x100.jpeg";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:32:"pexels-photo-428311-300x300.jpeg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"pexels-photo-428311-600x401.jpeg";s:5:"width";i:600;s:6:"height";i:401;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"pexels-photo-428311-100x100.jpeg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:32:"pexels-photo-428311-400x300.jpeg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:32:"pexels-photo-428311-900x628.jpeg";s:5:"width";i:900;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:32:"pexels-photo-428311-400x267.jpeg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:32:"pexels-photo-428311-900x601.jpeg";s:5:"width";i:900;s:6:"height";i:601;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:32:"pexels-photo-428311-449x300.jpeg";s:5:"width";i:449;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:32:"pexels-photo-428311-286x286.jpeg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:32:"pexels-photo-428311-360x460.jpeg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:32:"pexels-photo-428311-450x450.jpeg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:32:"pexels-photo-428311-340x220.jpeg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:32:"pexels-photo-428311-450x220.jpeg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1940, 603, '_wp_page_template', 'default'),
(1941, 603, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(1942, 603, 'monstroid2_header_container_type', 'inherit'),
(1943, 603, 'monstroid2_content_container_type', 'fullwidth'),
(1944, 603, 'monstroid2_footer_container_type', 'inherit'),
(1945, 603, 'monstroid2_header_layout_type', 'inherit'),
(1946, 603, 'monstroid2_header_transparent_layout', 'true'),
(1947, 603, '_tm_pb_use_builder', 'on'),
(1948, 603, '_revision-control', 'a:1:{i:0;s:8:"defaults";}'),
(1949, 603, 'monstroid2_top_panel_visibility', 'inherit'),
(1950, 603, 'monstroid2_header_contact_block_visibility', 'inherit'),
(1951, 603, 'monstroid2_header_search', 'inherit'),
(1952, 603, 'monstroid2_header_woo_elements', 'inherit'),
(1953, 603, '_tm_pb_old_content', ''),
(1954, 603, 'monstroid2_sidebar_position', 'inherit'),
(1955, 603, 'monstroid2_header_invert_color_scheme', 'inherit'),
(1956, 603, 'monstroid2_header_btn_visibility', 'inherit'),
(1957, 603, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(1958, 603, 'monstroid2_footer_layout_type', 'inherit'),
(1959, 603, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(1960, 603, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(1961, 603, 'cherry_trend_views', '1'),
(1962, 603, '_dp_original', '184'),
(1963, 604, '_wp_attached_file', '2018/04/delivery-truck.png'),
(1964, 604, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2018/04/delivery-truck.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"delivery-truck-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"delivery-truck-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"delivery-truck-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"delivery-truck-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"delivery-truck-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"delivery-truck-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"delivery-truck-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"delivery-truck-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"delivery-truck-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"delivery-truck-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"delivery-truck-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"delivery-truck-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"delivery-truck-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"delivery-truck-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:26:"delivery-truck-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:26:"delivery-truck-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:26:"delivery-truck-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"delivery-truck-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"delivery-truck-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"delivery-truck-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:26:"delivery-truck-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:26:"delivery-truck-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:26:"delivery-truck-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:26:"delivery-truck-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:26:"delivery-truck-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1965, 605, '_wp_attached_file', '2018/04/online-shop.png'),
(1966, 605, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:23:"2018/04/online-shop.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"online-shop-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:23:"online-shop-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"online-shop-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"online-shop-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"online-shop-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"online-shop-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"online-shop-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"online-shop-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"online-shop-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"online-shop-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"online-shop-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"online-shop-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"online-shop-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"online-shop-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:23:"online-shop-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:23:"online-shop-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:23:"online-shop-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"online-shop-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"online-shop-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"online-shop-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:23:"online-shop-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:23:"online-shop-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:23:"online-shop-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:23:"online-shop-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:23:"online-shop-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1967, 606, '_wp_attached_file', '2018/04/quality.png'),
(1968, 606, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:19:"2018/04/quality.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"quality-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"quality-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"quality-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"quality-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"quality-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"quality-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"quality-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"quality-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"quality-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"quality-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"quality-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"quality-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"quality-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"quality-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:19:"quality-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:19:"quality-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:19:"quality-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"quality-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"quality-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"quality-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:19:"quality-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:19:"quality-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:19:"quality-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:19:"quality-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:19:"quality-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1969, 607, '_wp_attached_file', '2018/04/shirt.png'),
(1970, 607, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:17:"2018/04/shirt.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"shirt-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"shirt-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"shirt-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"shirt-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"shirt-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"shirt-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"shirt-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"shirt-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"shirt-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"shirt-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"shirt-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"shirt-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"shirt-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"shirt-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:17:"shirt-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:17:"shirt-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:17:"shirt-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"shirt-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"shirt-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"shirt-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:17:"shirt-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:17:"shirt-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:17:"shirt-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:17:"shirt-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:17:"shirt-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(1971, 611, '_wp_attached_file', '2018/04/wallet.png'),
(1972, 611, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2018/04/wallet.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"wallet-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"wallet-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"wallet-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"wallet-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"wallet-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"wallet-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"wallet-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"wallet-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"wallet-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"wallet-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"wallet-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"wallet-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"wallet-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"wallet-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:18:"wallet-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:18:"wallet-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:18:"wallet-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"wallet-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"wallet-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"wallet-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:18:"wallet-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:18:"wallet-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:18:"wallet-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:18:"wallet-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:18:"wallet-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3683, 857, 'monstroid2_header_layout_type', 'inherit'),
(1976, 614, '_tm_pb_row_layout', '1_3,2_3'),
(1977, 614, '_tm_pb_built_for_post_type', 'page'),
(1978, 615, '_tm_pb_row_layout', '1_3,2_3'),
(1979, 615, '_tm_pb_built_for_post_type', 'page'),
(3681, 857, 'monstroid2_content_container_type', 'inherit'),
(3682, 857, 'monstroid2_footer_container_type', 'inherit'),
(3680, 857, 'monstroid2_header_container_type', 'inherit'),
(3679, 857, 'monstroid2_sidebar_position', 'inherit'),
(3678, 857, '_tm_pb_old_content', ''),
(3677, 857, '_tm_pb_use_builder', ''),
(1990, 386, 'cherry_trend_views', '1'),
(1991, 620, '_tm_pb_built_for_post_type', 'page'),
(1992, 621, '_tm_pb_built_for_post_type', 'page'),
(3676, 857, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3675, 857, '_wp_page_template', 'default'),
(3674, 857, '_edit_last', '1'),
(3673, 857, '_edit_lock', '1526632475:1'),
(4257, 1290, '_tm_pb_built_for_post_type', 'page'),
(4258, 1295, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4256, 1290, '_tm_pb_row_layout', '4_4'),
(2005, 631, '_tm_pb_built_for_post_type', 'page'),
(2006, 446, 'cherry_trend_views', '1'),
(2007, 440, 'cherry_trend_views', '1'),
(2008, 488, 'cherry_trend_views', '1'),
(2009, 446, '_edit_lock', '1523958050:1'),
(3699, 863, '_tm_pb_built_for_post_type', 'page'),
(3698, 863, '_tm_pb_module_icon', ''),
(3696, 862, '_tm_pb_built_for_post_type', 'page'),
(2013, 636, '_wp_attached_file', '2018/04/Feekgroup_white.png'),
(2014, 636, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:110;s:4:"file";s:27:"2018/04/Feekgroup_white.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Feekgroup_white-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:27:"Feekgroup_white-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:26:"Feekgroup_white-156x88.png";s:5:"width";i:156;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:27:"Feekgroup_white-141x110.png";s:5:"width";i:141;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:27:"Feekgroup_white-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Feekgroup_white-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:{}}}'),
(2015, 637, '_wp_attached_file', '2018/04/Feelgroup.png'),
(2016, 637, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:110;s:4:"file";s:21:"2018/04/Feelgroup.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Feelgroup-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"Feelgroup-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"Feelgroup-156x88.png";s:5:"width";i:156;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"Feelgroup-141x110.png";s:5:"width";i:141;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"Feelgroup-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"Feelgroup-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:{}}}'),
(3697, 863, '_tm_pb_module_type', 'tm_pb_text'),
(2019, 639, '_tm_pb_built_for_post_type', 'page'),
(2054, 661, '_tm_pb_module_type', 'tm_pb_text'),
(2055, 661, '_tm_pb_module_icon', ''),
(2056, 661, '_tm_pb_built_for_post_type', 'page'),
(2057, 440, '_edit_lock', '1523962326:1'),
(2058, 663, '_tm_pb_module_type', 'tm_pb_blurb'),
(2059, 663, '_tm_pb_module_icon', ''),
(2060, 663, '_tm_pb_built_for_post_type', 'page'),
(2061, 664, '_tm_pb_module_type', 'tm_pb_blurb'),
(2062, 664, '_tm_pb_module_icon', ''),
(2063, 664, '_tm_pb_built_for_post_type', 'page'),
(2064, 669, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(2065, 669, '_tm_pb_built_for_post_type', 'page'),
(2066, 673, 'cherry_trend_views', '2'),
(2067, 293, 'cherry_trend_views', '1'),
(2068, 674, '_menu_item_type', 'post_type'),
(2069, 674, '_menu_item_menu_item_parent', '0'),
(2070, 674, '_menu_item_object_id', '184'),
(2071, 674, '_menu_item_object', 'page'),
(2072, 674, '_menu_item_target', ''),
(2073, 674, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2074, 674, '_menu_item_xfn', ''),
(2075, 674, '_menu_item_url', ''),
(2076, 675, '_menu_item_type', 'custom'),
(2077, 675, '_menu_item_menu_item_parent', '674'),
(2078, 675, '_menu_item_object_id', '675'),
(2079, 675, '_menu_item_object', 'custom'),
(2080, 675, '_menu_item_target', ''),
(2081, 675, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2082, 675, '_menu_item_xfn', ''),
(2083, 675, '_menu_item_url', '#'),
(2084, 676, '_menu_item_type', 'custom'),
(2085, 676, '_menu_item_menu_item_parent', '675'),
(2086, 676, '_menu_item_object_id', '676'),
(2087, 676, '_menu_item_object', 'custom'),
(2088, 676, '_menu_item_target', ''),
(2089, 676, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2090, 676, '_menu_item_xfn', ''),
(2091, 676, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=default&header_transparent_layout=0&top_panel_text=Premium%20Wordperss%20Theme&header_contact_block_visibility=0&top_menu_visibility=1&header_btn_visibility=1'),
(2092, 677, '_menu_item_type', 'custom'),
(2093, 677, '_menu_item_menu_item_parent', '675'),
(2094, 677, '_menu_item_object_id', '677'),
(2095, 677, '_menu_item_object', 'custom'),
(2096, 677, '_menu_item_target', ''),
(2097, 677, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2098, 677, '_menu_item_xfn', ''),
(2099, 677, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-2&header_transparent_layout=0&top_panel_text=Premium%20Wordperss%20Theme&top_menu_visibility=1'),
(2100, 678, '_menu_item_type', 'custom'),
(2101, 678, '_menu_item_menu_item_parent', '675'),
(2102, 678, '_menu_item_object_id', '678'),
(2103, 678, '_menu_item_object', 'custom'),
(2104, 678, '_menu_item_target', ''),
(2105, 678, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2106, 678, '_menu_item_xfn', ''),
(2107, 678, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-3&header_transparent_layout=1&top_menu_visibility=1&top_panel_text=Premium%20Wordperss%20Theme&header_contact_block_visibility=0'),
(2108, 679, '_menu_item_type', 'custom'),
(2109, 679, '_menu_item_menu_item_parent', '675'),
(2110, 679, '_menu_item_object_id', '679'),
(2111, 679, '_menu_item_object', 'custom'),
(2112, 679, '_menu_item_target', ''),
(2113, 679, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2114, 679, '_menu_item_xfn', ''),
(2115, 679, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-4&header_transparent_layout=1&top_panel_text=Premium%20Wordperss%20Theme&header_contact_block_visibility=0&top_menu_visibility=1'),
(2116, 680, '_menu_item_type', 'custom'),
(2117, 680, '_menu_item_menu_item_parent', '675'),
(2118, 680, '_menu_item_object_id', '680'),
(2119, 680, '_menu_item_object', 'custom'),
(2120, 680, '_menu_item_target', ''),
(2121, 680, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2122, 680, '_menu_item_xfn', ''),
(2123, 680, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-5&header_contact_block_visibility=0&top_menu_visibility=1&top_panel_text=Premium%20Wordperss%20Theme'),
(2124, 681, '_menu_item_type', 'custom'),
(2125, 681, '_menu_item_menu_item_parent', '675'),
(2126, 681, '_menu_item_object_id', '681'),
(2127, 681, '_menu_item_object', 'custom'),
(2128, 681, '_menu_item_target', ''),
(2129, 681, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2130, 681, '_menu_item_xfn', ''),
(2131, 681, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-6&header_transparent_layout=0&header_menu_attributes=1&top_panel_text=Premium%20Wordperss%20Theme&header_contact_block_visibility=0&top_menu_visibility=1'),
(2132, 682, '_menu_item_type', 'custom'),
(2133, 682, '_menu_item_menu_item_parent', '675'),
(2134, 682, '_menu_item_object_id', '682'),
(2135, 682, '_menu_item_object', 'custom'),
(2136, 682, '_menu_item_target', ''),
(2137, 682, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2138, 682, '_menu_item_xfn', ''),
(2139, 682, '_menu_item_url', 'https://seis.my/feelgroup/?ld&header_layout_type=style-7&header_transparent_layout=1&top_panel_text=Premium%20Wordperss%20Theme&header_contact_block_visibility=0&top_menu_visibility=1'),
(2140, 683, '_menu_item_type', 'custom'),
(2141, 683, '_menu_item_menu_item_parent', '674'),
(2142, 683, '_menu_item_object_id', '683'),
(2143, 683, '_menu_item_object', 'custom'),
(2144, 683, '_menu_item_target', ''),
(2145, 683, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2146, 683, '_menu_item_xfn', ''),
(2147, 683, '_menu_item_url', '#'),
(2148, 684, '_menu_item_type', 'custom'),
(2149, 684, '_menu_item_menu_item_parent', '683'),
(2150, 684, '_menu_item_object_id', '684'),
(2151, 684, '_menu_item_object', 'custom'),
(2152, 684, '_menu_item_target', ''),
(2153, 684, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2154, 684, '_menu_item_xfn', ''),
(2155, 684, '_menu_item_url', 'https://seis.my/feelgroup/?ld&footer_layout_type=default'),
(2156, 685, '_menu_item_type', 'custom'),
(2157, 685, '_menu_item_menu_item_parent', '683'),
(2158, 685, '_menu_item_object_id', '685'),
(2159, 685, '_menu_item_object', 'custom'),
(2160, 685, '_menu_item_target', ''),
(2161, 685, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2162, 685, '_menu_item_xfn', ''),
(2163, 685, '_menu_item_url', 'https://seis.my/feelgroup/?ld&footer_widget_area_visibility=0&footer_layout_type=style-2&footer_contact_block_visibility=1'),
(2164, 686, '_menu_item_type', 'custom'),
(2165, 686, '_menu_item_menu_item_parent', '683'),
(2166, 686, '_menu_item_object_id', '686'),
(2167, 686, '_menu_item_object', 'custom'),
(2168, 686, '_menu_item_target', ''),
(2169, 686, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2170, 686, '_menu_item_xfn', ''),
(2171, 686, '_menu_item_url', 'https://seis.my/feelgroup/?ld&footer_widget_area_visibility=0&footer_contact_block_visibility=1&footer_logo_visibility=1&footer_menu_visibility=1'),
(2172, 687, '_menu_item_type', 'custom'),
(2173, 687, '_menu_item_menu_item_parent', '0'),
(2174, 687, '_menu_item_object_id', '687'),
(2175, 687, '_menu_item_object', 'custom'),
(2176, 687, '_menu_item_target', ''),
(2177, 687, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2178, 687, '_menu_item_xfn', ''),
(2179, 687, '_menu_item_url', '#'),
(2180, 688, '_menu_item_type', 'custom'),
(2181, 688, '_menu_item_menu_item_parent', '687'),
(2182, 688, '_menu_item_object_id', '688'),
(2183, 688, '_menu_item_object', 'custom'),
(2184, 688, '_menu_item_target', ''),
(2185, 688, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2186, 688, '_menu_item_xfn', ''),
(2187, 688, '_menu_item_url', '#'),
(2188, 689, '_menu_item_type', 'post_type'),
(2189, 689, '_menu_item_menu_item_parent', '688'),
(2190, 689, '_menu_item_object_id', '437'),
(2191, 689, '_menu_item_object', 'page'),
(2192, 689, '_menu_item_target', ''),
(2193, 689, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2194, 689, '_menu_item_xfn', ''),
(2195, 689, '_menu_item_url', ''),
(2196, 690, '_menu_item_type', 'post_type'),
(2197, 690, '_menu_item_menu_item_parent', '688'),
(2198, 690, '_menu_item_object_id', '439'),
(2199, 690, '_menu_item_object', 'page'),
(2200, 690, '_menu_item_target', ''),
(2201, 690, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2202, 690, '_menu_item_xfn', ''),
(2203, 690, '_menu_item_url', ''),
(2204, 691, '_menu_item_type', 'post_type'),
(2205, 691, '_menu_item_menu_item_parent', '688'),
(2206, 691, '_menu_item_object_id', '438'),
(2207, 691, '_menu_item_object', 'page'),
(2208, 691, '_menu_item_target', ''),
(2209, 691, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2210, 691, '_menu_item_xfn', ''),
(2211, 691, '_menu_item_url', ''),
(2212, 692, '_menu_item_type', 'post_type'),
(2213, 692, '_menu_item_menu_item_parent', '688'),
(2214, 692, '_menu_item_object_id', '440'),
(2215, 692, '_menu_item_object', 'page'),
(2216, 692, '_menu_item_target', ''),
(2217, 692, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2218, 692, '_menu_item_xfn', ''),
(2219, 692, '_menu_item_url', ''),
(2220, 693, '_menu_item_type', 'post_type'),
(2221, 693, '_menu_item_menu_item_parent', '688'),
(2222, 693, '_menu_item_object_id', '442'),
(2223, 693, '_menu_item_object', 'page'),
(2224, 693, '_menu_item_target', ''),
(2225, 693, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2226, 693, '_menu_item_xfn', ''),
(2227, 693, '_menu_item_url', ''),
(2228, 694, '_menu_item_type', 'post_type'),
(2229, 694, '_menu_item_menu_item_parent', '688'),
(2230, 694, '_menu_item_object_id', '443'),
(2231, 694, '_menu_item_object', 'page'),
(2232, 694, '_menu_item_target', ''),
(2233, 694, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2234, 694, '_menu_item_xfn', ''),
(2235, 694, '_menu_item_url', ''),
(2236, 695, '_menu_item_type', 'post_type'),
(2237, 695, '_menu_item_menu_item_parent', '688'),
(2238, 695, '_menu_item_object_id', '444'),
(2239, 695, '_menu_item_object', 'page'),
(2240, 695, '_menu_item_target', ''),
(2241, 695, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2242, 695, '_menu_item_xfn', ''),
(2243, 695, '_menu_item_url', ''),
(2244, 696, '_menu_item_type', 'post_type'),
(2245, 696, '_menu_item_menu_item_parent', '688'),
(2246, 696, '_menu_item_object_id', '445'),
(2247, 696, '_menu_item_object', 'page'),
(2248, 696, '_menu_item_target', ''),
(2249, 696, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2250, 696, '_menu_item_xfn', ''),
(2251, 696, '_menu_item_url', ''),
(2252, 697, '_menu_item_type', 'post_type'),
(2253, 697, '_menu_item_menu_item_parent', '688'),
(2254, 697, '_menu_item_object_id', '446'),
(2255, 697, '_menu_item_object', 'page'),
(2256, 697, '_menu_item_target', ''),
(2257, 697, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2258, 697, '_menu_item_xfn', ''),
(2259, 697, '_menu_item_url', ''),
(2260, 698, '_menu_item_type', 'post_type'),
(2261, 698, '_menu_item_menu_item_parent', '688'),
(2262, 698, '_menu_item_object_id', '449'),
(2263, 698, '_menu_item_object', 'page'),
(2264, 698, '_menu_item_target', ''),
(2265, 698, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2266, 698, '_menu_item_xfn', ''),
(2267, 698, '_menu_item_url', ''),
(2268, 699, '_menu_item_type', 'post_type'),
(2269, 699, '_menu_item_menu_item_parent', '688'),
(2270, 699, '_menu_item_object_id', '450'),
(2271, 699, '_menu_item_object', 'page'),
(2272, 699, '_menu_item_target', ''),
(2273, 699, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2274, 699, '_menu_item_xfn', ''),
(2275, 699, '_menu_item_url', ''),
(2276, 700, '_menu_item_type', 'post_type'),
(2277, 700, '_menu_item_menu_item_parent', '688'),
(2278, 700, '_menu_item_object_id', '451'),
(2279, 700, '_menu_item_object', 'page'),
(2280, 700, '_menu_item_target', ''),
(2281, 700, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2282, 700, '_menu_item_xfn', ''),
(2283, 700, '_menu_item_url', ''),
(2284, 701, '_menu_item_type', 'post_type'),
(2285, 701, '_menu_item_menu_item_parent', '688'),
(2286, 701, '_menu_item_object_id', '452'),
(2287, 701, '_menu_item_object', 'page'),
(2288, 701, '_menu_item_target', ''),
(2289, 701, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2290, 701, '_menu_item_xfn', ''),
(2291, 701, '_menu_item_url', ''),
(2292, 702, '_menu_item_type', 'post_type'),
(2293, 702, '_menu_item_menu_item_parent', '688'),
(2294, 702, '_menu_item_object_id', '453'),
(2295, 702, '_menu_item_object', 'page'),
(2296, 702, '_menu_item_target', ''),
(2297, 702, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2298, 702, '_menu_item_xfn', ''),
(2299, 702, '_menu_item_url', ''),
(2300, 703, '_menu_item_type', 'post_type'),
(2301, 703, '_menu_item_menu_item_parent', '688'),
(2302, 703, '_menu_item_object_id', '454'),
(2303, 703, '_menu_item_object', 'page'),
(2304, 703, '_menu_item_target', ''),
(2305, 703, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2306, 703, '_menu_item_xfn', ''),
(2307, 703, '_menu_item_url', ''),
(2308, 704, '_menu_item_type', 'post_type'),
(2309, 704, '_menu_item_menu_item_parent', '688'),
(2310, 704, '_menu_item_object_id', '455'),
(2311, 704, '_menu_item_object', 'page'),
(2312, 704, '_menu_item_target', ''),
(2313, 704, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2314, 704, '_menu_item_xfn', ''),
(2315, 704, '_menu_item_url', ''),
(2316, 705, '_menu_item_type', 'post_type'),
(2317, 705, '_menu_item_menu_item_parent', '688'),
(2318, 705, '_menu_item_object_id', '457'),
(2319, 705, '_menu_item_object', 'page'),
(2320, 705, '_menu_item_target', ''),
(2321, 705, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2322, 705, '_menu_item_xfn', ''),
(2323, 705, '_menu_item_url', ''),
(2324, 706, '_menu_item_type', 'post_type'),
(2325, 706, '_menu_item_menu_item_parent', '688'),
(2326, 706, '_menu_item_object_id', '458'),
(2327, 706, '_menu_item_object', 'page'),
(2328, 706, '_menu_item_target', ''),
(2329, 706, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2330, 706, '_menu_item_xfn', ''),
(2331, 706, '_menu_item_url', ''),
(2332, 707, '_menu_item_type', 'post_type'),
(2333, 707, '_menu_item_menu_item_parent', '688'),
(2334, 707, '_menu_item_object_id', '459'),
(2335, 707, '_menu_item_object', 'page'),
(2336, 707, '_menu_item_target', ''),
(2337, 707, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2338, 707, '_menu_item_xfn', ''),
(2339, 707, '_menu_item_url', ''),
(2340, 708, '_menu_item_type', 'post_type');
INSERT INTO `wpag_postmeta` VALUES
(2341, 708, '_menu_item_menu_item_parent', '688'),
(2342, 708, '_menu_item_object_id', '460'),
(2343, 708, '_menu_item_object', 'page'),
(2344, 708, '_menu_item_target', ''),
(2345, 708, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2346, 708, '_menu_item_xfn', ''),
(2347, 708, '_menu_item_url', ''),
(2348, 709, '_menu_item_type', 'post_type'),
(2349, 709, '_menu_item_menu_item_parent', '688'),
(2350, 709, '_menu_item_object_id', '463'),
(2351, 709, '_menu_item_object', 'page'),
(2352, 709, '_menu_item_target', ''),
(2353, 709, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2354, 709, '_menu_item_xfn', ''),
(2355, 709, '_menu_item_url', ''),
(2356, 710, '_menu_item_type', 'custom'),
(2357, 710, '_menu_item_menu_item_parent', '687'),
(2358, 710, '_menu_item_object_id', '710'),
(2359, 710, '_menu_item_object', 'custom'),
(2360, 710, '_menu_item_target', ''),
(2361, 710, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2362, 710, '_menu_item_xfn', ''),
(2363, 710, '_menu_item_url', '#'),
(2364, 711, '_menu_item_type', 'post_type'),
(2365, 711, '_menu_item_menu_item_parent', '710'),
(2366, 711, '_menu_item_object_id', '488'),
(2367, 711, '_menu_item_object', 'page'),
(2368, 711, '_menu_item_target', ''),
(2369, 711, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2370, 711, '_menu_item_xfn', ''),
(2371, 711, '_menu_item_url', ''),
(2372, 712, '_menu_item_type', 'post_type'),
(2373, 712, '_menu_item_menu_item_parent', '710'),
(2374, 712, '_menu_item_object_id', '487'),
(2375, 712, '_menu_item_object', 'page'),
(2376, 712, '_menu_item_target', ''),
(2377, 712, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2378, 712, '_menu_item_xfn', ''),
(2379, 712, '_menu_item_url', ''),
(2380, 713, '_menu_item_type', 'post_type'),
(2381, 713, '_menu_item_menu_item_parent', '710'),
(2382, 713, '_menu_item_object_id', '486'),
(2383, 713, '_menu_item_object', 'page'),
(2384, 713, '_menu_item_target', ''),
(2385, 713, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2386, 713, '_menu_item_xfn', ''),
(2387, 713, '_menu_item_url', ''),
(2388, 714, '_menu_item_type', 'post_type'),
(2389, 714, '_menu_item_menu_item_parent', '710'),
(2390, 714, '_menu_item_object_id', '485'),
(2391, 714, '_menu_item_object', 'page'),
(2392, 714, '_menu_item_target', ''),
(2393, 714, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2394, 714, '_menu_item_xfn', ''),
(2395, 714, '_menu_item_url', ''),
(2396, 715, '_menu_item_type', 'post_type'),
(2397, 715, '_menu_item_menu_item_parent', '687'),
(2398, 715, '_menu_item_object_id', '253'),
(2399, 715, '_menu_item_object', 'page'),
(2400, 715, '_menu_item_target', ''),
(2401, 715, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2402, 715, '_menu_item_xfn', ''),
(2403, 715, '_menu_item_url', ''),
(2404, 716, '_menu_item_type', 'post_type'),
(2405, 716, '_menu_item_menu_item_parent', '687'),
(2406, 716, '_menu_item_object_id', '293'),
(2407, 716, '_menu_item_object', 'page'),
(2408, 716, '_menu_item_target', ''),
(2409, 716, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2410, 716, '_menu_item_xfn', ''),
(2411, 716, '_menu_item_url', ''),
(2412, 717, '_menu_item_type', 'post_type'),
(2413, 717, '_menu_item_menu_item_parent', '687'),
(2414, 717, '_menu_item_object_id', '385'),
(2415, 717, '_menu_item_object', 'page'),
(2416, 717, '_menu_item_target', ''),
(2417, 717, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2418, 717, '_menu_item_xfn', ''),
(2419, 717, '_menu_item_url', ''),
(2420, 718, '_menu_item_type', 'post_type'),
(2421, 718, '_menu_item_menu_item_parent', '687'),
(2422, 718, '_menu_item_object_id', '386'),
(2423, 718, '_menu_item_object', 'page'),
(2424, 718, '_menu_item_target', ''),
(2425, 718, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2426, 718, '_menu_item_xfn', ''),
(2427, 718, '_menu_item_url', ''),
(2428, 719, '_menu_item_type', 'post_type'),
(2429, 719, '_menu_item_menu_item_parent', '687'),
(2430, 719, '_menu_item_object_id', '387'),
(2431, 719, '_menu_item_object', 'page'),
(2432, 719, '_menu_item_target', ''),
(2433, 719, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2434, 719, '_menu_item_xfn', ''),
(2435, 719, '_menu_item_url', ''),
(2436, 720, '_menu_item_type', 'post_type'),
(2437, 720, '_menu_item_menu_item_parent', '687'),
(2438, 720, '_menu_item_object_id', '388'),
(2439, 720, '_menu_item_object', 'page'),
(2440, 720, '_menu_item_target', ''),
(2441, 720, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2442, 720, '_menu_item_xfn', ''),
(2443, 720, '_menu_item_url', ''),
(2444, 721, '_menu_item_type', 'post_type'),
(2445, 721, '_menu_item_menu_item_parent', '687'),
(2446, 721, '_menu_item_object_id', '389'),
(2447, 721, '_menu_item_object', 'page'),
(2448, 721, '_menu_item_target', ''),
(2449, 721, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2450, 721, '_menu_item_xfn', ''),
(2451, 721, '_menu_item_url', ''),
(2452, 722, '_menu_item_type', 'post_type'),
(2453, 722, '_menu_item_menu_item_parent', '687'),
(2454, 722, '_menu_item_object_id', '314'),
(2455, 722, '_menu_item_object', 'page'),
(2456, 722, '_menu_item_target', ''),
(2457, 722, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2458, 722, '_menu_item_xfn', ''),
(2459, 722, '_menu_item_url', ''),
(2460, 723, '_menu_item_type', 'post_type'),
(2461, 723, '_menu_item_menu_item_parent', '687'),
(2462, 723, '_menu_item_object_id', '390'),
(2463, 723, '_menu_item_object', 'page'),
(2464, 723, '_menu_item_target', ''),
(2465, 723, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2466, 723, '_menu_item_xfn', ''),
(2467, 723, '_menu_item_url', ''),
(2468, 724, '_menu_item_type', 'custom'),
(2469, 724, '_menu_item_menu_item_parent', '687'),
(2470, 724, '_menu_item_object_id', '724'),
(2471, 724, '_menu_item_object', 'custom'),
(2472, 724, '_menu_item_target', ''),
(2473, 724, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2474, 724, '_menu_item_xfn', ''),
(2475, 724, '_menu_item_url', 'https://seis.my/feelgroup/404'),
(2476, 725, '_menu_item_type', 'post_type'),
(2477, 725, '_menu_item_menu_item_parent', '0'),
(2478, 725, '_menu_item_object_id', '218'),
(2479, 725, '_menu_item_object', 'page'),
(2480, 725, '_menu_item_target', ''),
(2481, 725, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2482, 725, '_menu_item_xfn', ''),
(2483, 725, '_menu_item_url', ''),
(2484, 726, '_menu_item_type', 'post_type'),
(2485, 726, '_menu_item_menu_item_parent', '725'),
(2486, 726, '_menu_item_object_id', '297'),
(2487, 726, '_menu_item_object', 'cherry-services'),
(2488, 726, '_menu_item_target', ''),
(2489, 726, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2490, 726, '_menu_item_xfn', ''),
(2491, 726, '_menu_item_url', ''),
(2492, 727, '_menu_item_type', 'post_type'),
(2493, 727, '_menu_item_menu_item_parent', '725'),
(2494, 727, '_menu_item_object_id', '298'),
(2495, 727, '_menu_item_object', 'cherry-services'),
(2496, 727, '_menu_item_target', ''),
(2497, 727, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2498, 727, '_menu_item_xfn', ''),
(2499, 727, '_menu_item_url', ''),
(2500, 728, '_menu_item_type', 'post_type'),
(2501, 728, '_menu_item_menu_item_parent', '725'),
(2502, 728, '_menu_item_object_id', '299'),
(2503, 728, '_menu_item_object', 'cherry-services'),
(2504, 728, '_menu_item_target', ''),
(2505, 728, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2506, 728, '_menu_item_xfn', ''),
(2507, 728, '_menu_item_url', ''),
(2508, 729, '_menu_item_type', 'post_type'),
(2509, 729, '_menu_item_menu_item_parent', '725'),
(2510, 729, '_menu_item_object_id', '302'),
(2511, 729, '_menu_item_object', 'cherry-services'),
(2512, 729, '_menu_item_target', ''),
(2513, 729, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2514, 729, '_menu_item_xfn', ''),
(2515, 729, '_menu_item_url', ''),
(2516, 730, '_menu_item_type', 'post_type'),
(2517, 730, '_menu_item_menu_item_parent', '725'),
(2518, 730, '_menu_item_object_id', '303'),
(2519, 730, '_menu_item_object', 'cherry-services'),
(2520, 730, '_menu_item_target', ''),
(2521, 730, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2522, 730, '_menu_item_xfn', ''),
(2523, 730, '_menu_item_url', ''),
(2524, 731, '_menu_item_type', 'post_type'),
(2525, 731, '_menu_item_menu_item_parent', '725'),
(2526, 731, '_menu_item_object_id', '300'),
(2527, 731, '_menu_item_object', 'cherry-services'),
(2528, 731, '_menu_item_target', ''),
(2529, 731, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2530, 731, '_menu_item_xfn', ''),
(2531, 731, '_menu_item_url', ''),
(2532, 732, '_menu_item_type', 'post_type'),
(2533, 732, '_menu_item_menu_item_parent', '0'),
(2534, 732, '_menu_item_object_id', '232'),
(2535, 732, '_menu_item_object', 'page'),
(2536, 732, '_menu_item_target', ''),
(2537, 732, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2538, 732, '_menu_item_xfn', ''),
(2539, 732, '_menu_item_url', ''),
(2540, 733, '_menu_item_type', 'taxonomy'),
(2541, 733, '_menu_item_menu_item_parent', '732'),
(2542, 733, '_menu_item_object_id', '24'),
(2543, 733, '_menu_item_object', 'projects_category'),
(2544, 733, '_menu_item_target', ''),
(2545, 733, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2546, 733, '_menu_item_xfn', ''),
(2547, 733, '_menu_item_url', ''),
(2548, 734, '_menu_item_type', 'taxonomy'),
(2549, 734, '_menu_item_menu_item_parent', '732'),
(2550, 734, '_menu_item_object_id', '10'),
(2551, 734, '_menu_item_object', 'projects_category'),
(2552, 734, '_menu_item_target', ''),
(2553, 734, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2554, 734, '_menu_item_xfn', ''),
(2555, 734, '_menu_item_url', ''),
(2556, 735, '_menu_item_type', 'taxonomy'),
(2557, 735, '_menu_item_menu_item_parent', '732'),
(2558, 735, '_menu_item_object_id', '14'),
(2559, 735, '_menu_item_object', 'projects_category'),
(2560, 735, '_menu_item_target', ''),
(2561, 735, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2562, 735, '_menu_item_xfn', ''),
(2563, 735, '_menu_item_url', ''),
(2564, 736, '_menu_item_type', 'taxonomy'),
(2565, 736, '_menu_item_menu_item_parent', '732'),
(2566, 736, '_menu_item_object_id', '11'),
(2567, 736, '_menu_item_object', 'projects_category'),
(2568, 736, '_menu_item_target', ''),
(2569, 736, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2570, 736, '_menu_item_xfn', ''),
(2571, 736, '_menu_item_url', ''),
(2572, 737, '_menu_item_type', 'taxonomy'),
(2573, 737, '_menu_item_menu_item_parent', '732'),
(2574, 737, '_menu_item_object_id', '17'),
(2575, 737, '_menu_item_object', 'projects_category'),
(2576, 737, '_menu_item_target', ''),
(2577, 737, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2578, 737, '_menu_item_xfn', ''),
(2579, 737, '_menu_item_url', ''),
(2580, 738, '_menu_item_type', 'taxonomy'),
(2581, 738, '_menu_item_menu_item_parent', '732'),
(2582, 738, '_menu_item_object_id', '9'),
(2583, 738, '_menu_item_object', 'projects_category'),
(2584, 738, '_menu_item_target', ''),
(2585, 738, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2586, 738, '_menu_item_xfn', ''),
(2587, 738, '_menu_item_url', ''),
(2588, 739, '_menu_item_type', 'taxonomy'),
(2589, 739, '_menu_item_menu_item_parent', '732'),
(2590, 739, '_menu_item_object_id', '12'),
(2591, 739, '_menu_item_object', 'projects_category'),
(2592, 739, '_menu_item_target', ''),
(2593, 739, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2594, 739, '_menu_item_xfn', ''),
(2595, 739, '_menu_item_url', ''),
(2596, 740, '_menu_item_type', 'taxonomy'),
(2597, 740, '_menu_item_menu_item_parent', '732'),
(2598, 740, '_menu_item_object_id', '16'),
(2599, 740, '_menu_item_object', 'projects_category'),
(2600, 740, '_menu_item_target', ''),
(2601, 740, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2602, 740, '_menu_item_xfn', ''),
(2603, 740, '_menu_item_url', ''),
(2604, 741, '_menu_item_type', 'post_type'),
(2605, 741, '_menu_item_menu_item_parent', '0'),
(2606, 741, '_menu_item_object_id', '290'),
(2607, 741, '_menu_item_object', 'page'),
(2608, 741, '_menu_item_target', ''),
(2609, 741, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2610, 741, '_menu_item_xfn', ''),
(2611, 741, '_menu_item_url', ''),
(2612, 742, '_menu_item_type', 'custom'),
(2613, 742, '_menu_item_menu_item_parent', '741'),
(2614, 742, '_menu_item_object_id', '742'),
(2615, 742, '_menu_item_object', 'custom'),
(2616, 742, '_menu_item_target', ''),
(2617, 742, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2618, 742, '_menu_item_xfn', ''),
(2619, 742, '_menu_item_url', '#'),
(2620, 743, '_menu_item_type', 'custom'),
(2621, 743, '_menu_item_menu_item_parent', '742'),
(2622, 743, '_menu_item_object_id', '743'),
(2623, 743, '_menu_item_object', 'custom'),
(2624, 743, '_menu_item_target', ''),
(2625, 743, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2626, 743, '_menu_item_xfn', ''),
(2627, 743, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=default&sidebar_position=one-right-sidebar&posts_per_page=5'),
(2628, 744, '_menu_item_type', 'custom'),
(2629, 744, '_menu_item_menu_item_parent', '742'),
(2630, 744, '_menu_item_object_id', '744'),
(2631, 744, '_menu_item_object', 'custom'),
(2632, 744, '_menu_item_target', ''),
(2633, 744, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2634, 744, '_menu_item_xfn', ''),
(2635, 744, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=grid-3-cols&sidebar_position=fullwidth&blog_post_comments=0&blog_read_more_text=0&blog_post_categories=0&blog_post_share_buttons=0'),
(2636, 745, '_menu_item_type', 'custom'),
(2637, 745, '_menu_item_menu_item_parent', '742'),
(2638, 745, '_menu_item_object_id', '745'),
(2639, 745, '_menu_item_object', 'custom'),
(2640, 745, '_menu_item_target', ''),
(2641, 745, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2642, 745, '_menu_item_xfn', ''),
(2643, 745, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=masonry-3-cols&sidebar_position=fullwidth&blog_post_comments=0&blog_read_more_text=0&blog_post_categories=0&blog_post_share_buttons=0'),
(2644, 746, '_menu_item_type', 'custom'),
(2645, 746, '_menu_item_menu_item_parent', '742'),
(2646, 746, '_menu_item_object_id', '746'),
(2647, 746, '_menu_item_object', 'custom'),
(2648, 746, '_menu_item_target', ''),
(2649, 746, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2650, 746, '_menu_item_xfn', ''),
(2651, 746, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=vertical-justify&posts_per_page=7&sidebar_position=fullwidth&blog_post_comments=0&blog_read_more_text=0&blog_post_categories=0&blog_post_share_buttons=0'),
(2652, 747, '_menu_item_type', 'custom'),
(2653, 747, '_menu_item_menu_item_parent', '741'),
(2654, 747, '_menu_item_object_id', '747'),
(2655, 747, '_menu_item_object', 'custom'),
(2656, 747, '_menu_item_target', ''),
(2657, 747, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2658, 747, '_menu_item_xfn', ''),
(2659, 747, '_menu_item_url', '#'),
(2660, 748, '_menu_item_type', 'custom'),
(2661, 748, '_menu_item_menu_item_parent', '747'),
(2662, 748, '_menu_item_object_id', '748'),
(2663, 748, '_menu_item_object', 'custom'),
(2664, 748, '_menu_item_target', ''),
(2665, 748, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2666, 748, '_menu_item_xfn', ''),
(2667, 748, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=grid-2-cols&sidebar_position=one-left-sidebar&posts_per_page=18'),
(2668, 749, '_menu_item_type', 'custom'),
(2669, 749, '_menu_item_menu_item_parent', '747'),
(2670, 749, '_menu_item_object_id', '749'),
(2671, 749, '_menu_item_object', 'custom'),
(2672, 749, '_menu_item_target', ''),
(2673, 749, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2674, 749, '_menu_item_xfn', ''),
(2675, 749, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&blog_layout_type=grid-2-cols&sidebar_position=one-right-sidebar&posts_per_page=18'),
(2676, 750, '_menu_item_type', 'custom'),
(2677, 750, '_menu_item_menu_item_parent', '747'),
(2678, 750, '_menu_item_object_id', '750'),
(2679, 750, '_menu_item_object', 'custom'),
(2680, 750, '_menu_item_target', ''),
(2681, 750, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2682, 750, '_menu_item_xfn', ''),
(2683, 750, '_menu_item_url', 'https://seis.my/feelgroup/blog/?ld&sidebar_position=fullwidth'),
(2684, 751, '_menu_item_type', 'post_type'),
(2685, 751, '_menu_item_menu_item_parent', '0'),
(2686, 751, '_menu_item_object_id', '293'),
(2687, 751, '_menu_item_object', 'page'),
(2688, 751, '_menu_item_target', ''),
(2689, 751, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2690, 751, '_menu_item_xfn', ''),
(2691, 751, '_menu_item_url', ''),
(2694, 753, '_menu_item_type', 'post_type'),
(2695, 753, '_menu_item_menu_item_parent', '0'),
(2696, 753, '_menu_item_object_id', '184'),
(2697, 753, '_menu_item_object', 'page'),
(2698, 753, '_menu_item_target', ''),
(2699, 753, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2700, 753, '_menu_item_xfn', ''),
(2701, 753, '_menu_item_url', ''),
(4273, 1322, '_wp_attached_file', '2018/06/CONTACT-OVERLAY35.jpg'),
(4272, 1314, '_wp_attached_file', '2018/06/Order-Form-Terms-Conditions.pdf'),
(3543, 87, 'cherry_trend_views', '1'),
(3542, 47, 'cherry_trend_views', '1'),
(4525, 1552, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/ABOUTUS-BANNER.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-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:26:"ABOUTUS-BANNER-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"ABOUTUS-BANNER-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"ABOUTUS-BANNER-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-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:26:"ABOUTUS-BANNER-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"ABOUTUS-BANNER-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"ABOUTUS-BANNER-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4524, 1552, '_wp_attached_file', '2018/06/ABOUTUS-BANNER.jpg'),
(4523, 1551, '_edit_last', '1'),
(4522, 1551, '_edit_lock', '1529393262:1'),
(2036, 649, '_wp_attached_file', '2018/04/EMBROIDERY-1.png'),
(2037, 649, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:450;s:6:"height";i:475;s:4:"file";s:24:"2018/04/EMBROIDERY-1.png";s:5:"sizes";a:24:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EMBROIDERY-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"EMBROIDERY-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"EMBROIDERY-1-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"EMBROIDERY-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"EMBROIDERY-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"EMBROIDERY-1-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"EMBROIDERY-1-418x441.png";s:5:"width";i:418;s:6:"height";i:441;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"EMBROIDERY-1-450x315.png";s:5:"width";i:450;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"EMBROIDERY-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"EMBROIDERY-1-418x475.png";s:5:"width";i:418;s:6:"height";i:475;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"EMBROIDERY-1-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"EMBROIDERY-1-450x362.png";s:5:"width";i:450;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"EMBROIDERY-1-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:"EMBROIDERY-1-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:"EMBROIDERY-1-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:"EMBROIDERY-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"EMBROIDERY-1-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"EMBROIDERY-1-400x422.png";s:5:"width";i:400;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"EMBROIDERY-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:24:"EMBROIDERY-1-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:24:"EMBROIDERY-1-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:24:"EMBROIDERY-1-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:24:"EMBROIDERY-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:24:"EMBROIDERY-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(2038, 650, '_wp_attached_file', '2018/04/SCREENPRINTING-1.png'),
(2039, 650, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:450;s:6:"height";i:475;s:4:"file";s:28:"2018/04/SCREENPRINTING-1.png";s:5:"sizes";a:24:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"SCREENPRINTING-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-418x441.png";s:5:"width";i:418;s:6:"height";i:441;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-450x315.png";s:5:"width";i:450;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-418x475.png";s:5:"width";i:418;s:6:"height";i:475;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-450x362.png";s:5:"width";i:450;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"SCREENPRINTING-1-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:28:"SCREENPRINTING-1-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:28:"SCREENPRINTING-1-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:28:"SCREENPRINTING-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-400x422.png";s:5:"width";i:400;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:28:"SCREENPRINTING-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(2040, 651, '_wp_attached_file', '2018/04/DYESUB-1.png'),
(2041, 651, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:450;s:6:"height";i:475;s:4:"file";s:20:"2018/04/DYESUB-1.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DYESUB-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"DYESUB-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"DYESUB-1-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"DYESUB-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"DYESUB-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"DYESUB-1-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"DYESUB-1-418x441.png";s:5:"width";i:418;s:6:"height";i:441;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"DYESUB-1-450x315.png";s:5:"width";i:450;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"DYESUB-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"DYESUB-1-418x475.png";s:5:"width";i:418;s:6:"height";i:475;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"DYESUB-1-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"DYESUB-1-450x362.png";s:5:"width";i:450;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"DYESUB-1-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:20:"DYESUB-1-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:20:"DYESUB-1-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:20:"DYESUB-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"DYESUB-1-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"DYESUB-1-400x422.png";s:5:"width";i:400;s:6:"height";i:422;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"DYESUB-1-284x300.png";s:5:"width";i:284;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:20:"DYESUB-1-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:20:"DYESUB-1-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:20:"DYESUB-1-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:20:"DYESUB-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:20:"DYESUB-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:20:"croped-image-660-500";a:4:{s:4:"file";s:0:"";s:5:"width";i:660;s:6:"height";i:500;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:{}}}'),
(2042, 652, '_wp_attached_file', '2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg'),
(2043, 652, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:56:"2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-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:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-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:57:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:55:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:58:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:57:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:58:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-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:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:57:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:58:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:56:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:58:"FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:14:"Cristian Rivas";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:{}}}'),
(2044, 653, '_wp_attached_file', '2018/04/RUN-1.jpg'),
(2045, 653, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:17:"2018/04/RUN-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"RUN-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:17:"RUN-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"RUN-1-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:18:"RUN-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"RUN-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"RUN-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"RUN-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"RUN-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"RUN-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"RUN-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:17:"RUN-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"RUN-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"RUN-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:18:"RUN-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"RUN-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"RUN-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"RUN-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"RUN-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"RUN-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"RUN-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"RUN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:17:"RUN-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"RUN-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:4:{s:4:"file";s:17:"RUN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"RUN-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"RUN-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"RUN-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:17:"RUN-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"RUN-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:17:"RUN-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"RUN-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"RUN-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"RUN-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"RUN-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"RUN-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"RUN-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"RUN-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"RUN-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"RUN-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:14:"Cristian Rivas";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:{}}}'),
(2046, 654, '_wp_attached_file', '2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg');
INSERT INTO `wpag_postmeta` VALUES
(2047, 654, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:58:"2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-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:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-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:59:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:57:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:60:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:59:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:60:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-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:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:59:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:60:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:58:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:60:"ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:14:"Cristian Rivas";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:{}}}'),
(2048, 655, '_wp_attached_file', '2018/04/BADMINTON-1.jpg'),
(2049, 655, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:23:"2018/04/BADMINTON-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"BADMINTON-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:23:"BADMINTON-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"BADMINTON-1-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:24:"BADMINTON-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"BADMINTON-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"BADMINTON-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"BADMINTON-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"BADMINTON-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"BADMINTON-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"BADMINTON-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:23:"BADMINTON-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"BADMINTON-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:25:"BADMINTON-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:24:"BADMINTON-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:23:"BADMINTON-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"BADMINTON-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"BADMINTON-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"BADMINTON-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"BADMINTON-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:25:"BADMINTON-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"BADMINTON-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:23:"BADMINTON-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:23:"BADMINTON-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:4:{s:4:"file";s:23:"BADMINTON-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"BADMINTON-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"BADMINTON-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"BADMINTON-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:23:"BADMINTON-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"BADMINTON-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:23:"BADMINTON-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"BADMINTON-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:24:"BADMINTON-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:25:"BADMINTON-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:23:"BADMINTON-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:23:"BADMINTON-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:23:"BADMINTON-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:23:"BADMINTON-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:23:"BADMINTON-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:25:"BADMINTON-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;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:14:"Cristian Rivas";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:{}}}'),
(2050, 656, '_wp_attached_file', '2018/04/try-1.jpg'),
(2051, 656, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:17:"2018/04/try-1.jpg";s:5:"sizes";a:40:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"try-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:17:"try-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"try-1-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:18:"try-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"try-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"try-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"try-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"try-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"try-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"try-1-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:17:"try-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"try-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"try-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:18:"try-1-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"try-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"try-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"try-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"try-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"try-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"try-1-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"try-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:17:"try-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"try-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:4:{s:4:"file";s:17:"try-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"try-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"try-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"try-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:17:"try-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"try-1-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:17:"try-1-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"try-1-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"try-1-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"try-1-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"try-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"try-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"try-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"try-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"try-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"try-1-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:20:"croped-image-660-500";a:4:{s:4:"file";s:17:"try-1-660x500.jpg";s:5:"width";i:660;s:6:"height";i:500;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:14:"Cristian Rivas";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:{}}}'),
(2052, 657, '_wp_attached_file', '2018/04/AC.jpg'),
(2053, 657, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:14:"2018/04/AC.jpg";s:5:"sizes";a:40:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"AC-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:14:"AC-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:14:"AC-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:15:"AC-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:14:"AC-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:14:"AC-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:13:"AC-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:14:"AC-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:14:"AC-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:14:"AC-418x279.jpg";s:5:"width";i:418;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:14:"AC-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:14:"AC-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:16:"AC-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:15:"AC-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:14:"AC-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:14:"AC-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:14:"AC-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:14:"AC-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:14:"AC-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:16:"AC-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:14:"AC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:14:"AC-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:14:"AC-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:14:"AC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"AC-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"AC-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:14:"AC-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:14:"AC-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:14:"AC-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:14:"AC-900x600.jpg";s:5:"width";i:900;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:14:"AC-450x300.jpg";s:5:"width";i:450;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"AC-1013x675.jpg";s:5:"width";i:1013;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:16:"AC-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:14:"AC-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:14:"AC-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:14:"AC-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:14:"AC-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:14:"AC-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:16:"AC-1620x1080.jpg";s:5:"width";i:1620;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:20:"croped-image-660-500";a:4:{s:4:"file";s:14:"AC-660x500.jpg";s:5:"width";i:660;s:6:"height";i:500;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:14:"Cristian Rivas";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:{}}}'),
(4587, 1636, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:22:"2018/06/Untitled-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Untitled-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:22:"Untitled-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Untitled-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"Untitled-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"Untitled-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"Untitled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"Untitled-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"Untitled-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"Untitled-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"Untitled-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:22:"Untitled-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"Untitled-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"Untitled-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:23:"Untitled-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"Untitled-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"Untitled-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"Untitled-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"Untitled-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"Untitled-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"Untitled-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"Untitled-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"Untitled-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"Untitled-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:4:{s:4:"file";s:22:"Untitled-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"Untitled-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"Untitled-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"Untitled-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:22:"Untitled-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"Untitled-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:22:"Untitled-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"Untitled-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"Untitled-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"Untitled-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"Untitled-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"Untitled-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"Untitled-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"Untitled-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"Untitled-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"Untitled-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(2739, 758, '_menu_item_type', 'custom'),
(2740, 758, '_menu_item_menu_item_parent', '0'),
(2741, 758, '_menu_item_object_id', '758'),
(2742, 758, '_menu_item_object', 'custom'),
(2743, 758, '_menu_item_target', ''),
(2744, 758, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2745, 758, '_menu_item_xfn', ''),
(2746, 758, '_menu_item_url', '#'),
(3104, 64, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(2748, 370, '_menu_item_menu_item_parent', '0'),
(2749, 370, '_menu_item_target', ''),
(2750, 370, '_menu_item_xfn', ''),
(2751, 370, '_menu_item_url', ''),
(3107, 64, '_edit_last', '1'),
(3497, 66, '_wpcom_is_markdown', '1'),
(3109, 66, '_sku', 'woo-hoodie-with-zipper'),
(3110, 66, '_regular_price', '45'),
(3111, 66, '_sale_price', ''),
(3112, 66, '_sale_price_dates_from', ''),
(3113, 66, '_sale_price_dates_to', ''),
(3114, 66, 'total_sales', '1'),
(3115, 66, '_tax_status', 'taxable'),
(3116, 66, '_tax_class', ''),
(3117, 66, '_manage_stock', 'no'),
(3118, 66, '_backorders', 'no'),
(3119, 66, '_sold_individually', 'no'),
(3120, 66, '_weight', '2'),
(3121, 66, '_length', '8'),
(3122, 66, '_width', '6'),
(3123, 66, '_height', '2'),
(3124, 66, '_upsell_ids', 'a:0:{}'),
(3125, 66, '_crosssell_ids', 'a:0:{}'),
(3126, 66, '_purchase_note', ''),
(3127, 66, '_default_attributes', 'a:0:{}'),
(3128, 66, '_virtual', 'no'),
(3129, 66, '_downloadable', 'no'),
(3130, 66, '_product_image_gallery', ''),
(3131, 66, '_download_limit', '0'),
(3132, 66, '_download_expiry', '0'),
(3133, 66, '_thumbnail_id', '790'),
(3134, 66, '_stock', ''),
(3135, 66, '_stock_status', 'instock'),
(3136, 66, '_wc_average_rating', '0'),
(3137, 66, '_wc_rating_count', 'a:0:{}'),
(3138, 66, '_wc_review_count', '0'),
(3139, 66, '_downloadable_files', 'a:0:{}'),
(3140, 66, '_product_attributes', 'a:0:{}'),
(3141, 66, '_product_version', '3.3.5'),
(3142, 66, '_price', '45'),
(3143, 66, '_edit_last', '1'),
(3501, 68, '_wpcom_is_markdown', '1'),
(3145, 68, '_sku', 'woo-long-sleeve-tee'),
(3146, 68, '_regular_price', '25'),
(3147, 68, '_sale_price', ''),
(3148, 68, '_sale_price_dates_from', ''),
(3149, 68, '_sale_price_dates_to', ''),
(3150, 68, 'total_sales', '0'),
(3151, 68, '_tax_status', 'taxable'),
(3152, 68, '_tax_class', ''),
(3153, 68, '_manage_stock', 'no'),
(3154, 68, '_backorders', 'no'),
(3155, 68, '_sold_individually', 'no'),
(3156, 68, '_weight', '1'),
(3157, 68, '_length', '7'),
(3158, 68, '_width', '5'),
(3159, 68, '_height', '1'),
(3160, 68, '_upsell_ids', 'a:0:{}'),
(3161, 68, '_crosssell_ids', 'a:0:{}'),
(3162, 68, '_purchase_note', ''),
(3163, 68, '_default_attributes', 'a:0:{}'),
(3164, 68, '_virtual', 'no'),
(3165, 68, '_downloadable', 'no'),
(3166, 68, '_product_image_gallery', ''),
(3167, 68, '_download_limit', '0'),
(3168, 68, '_download_expiry', '0'),
(3169, 68, '_thumbnail_id', '791'),
(3170, 68, '_stock', ''),
(3171, 68, '_stock_status', 'instock'),
(3172, 68, '_wc_average_rating', '0'),
(3173, 68, '_wc_rating_count', 'a:0:{}'),
(3174, 68, '_wc_review_count', '0'),
(3175, 68, '_downloadable_files', 'a:0:{}'),
(3176, 68, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(3177, 68, '_product_version', '3.3.5'),
(3178, 68, '_price', '25'),
(3179, 68, '_edit_last', '1'),
(3505, 70, '_wpcom_is_markdown', '1'),
(3181, 70, '_sku', 'woo-polo'),
(3182, 70, '_regular_price', '20'),
(3183, 70, '_sale_price', ''),
(3184, 70, '_sale_price_dates_from', ''),
(3185, 70, '_sale_price_dates_to', ''),
(3186, 70, 'total_sales', '0'),
(3187, 70, '_tax_status', 'taxable'),
(3188, 70, '_tax_class', ''),
(3189, 70, '_manage_stock', 'no'),
(3190, 70, '_backorders', 'no'),
(3191, 70, '_sold_individually', 'no'),
(3192, 70, '_weight', '.8'),
(3193, 70, '_length', '6'),
(3194, 70, '_width', '5'),
(3195, 70, '_height', '1'),
(3196, 70, '_upsell_ids', 'a:0:{}'),
(3197, 70, '_crosssell_ids', 'a:0:{}'),
(3198, 70, '_purchase_note', ''),
(3199, 70, '_default_attributes', 'a:0:{}'),
(3200, 70, '_virtual', 'no'),
(3201, 70, '_downloadable', 'no'),
(3202, 70, '_product_image_gallery', ''),
(3203, 70, '_download_limit', '0'),
(3204, 70, '_download_expiry', '0'),
(3205, 70, '_thumbnail_id', '792'),
(3206, 70, '_stock', ''),
(3207, 70, '_stock_status', 'instock'),
(3208, 70, '_wc_average_rating', '0'),
(3209, 70, '_wc_rating_count', 'a:0:{}'),
(3210, 70, '_wc_review_count', '0'),
(3211, 70, '_downloadable_files', 'a:0:{}'),
(3212, 70, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(3213, 70, '_product_version', '3.3.5'),
(3214, 70, '_price', '20'),
(3215, 70, '_edit_last', '1'),
(3509, 73, '_wpcom_is_markdown', '1'),
(3217, 73, '_sku', 'woo-album'),
(3218, 73, '_regular_price', '15'),
(3219, 73, '_sale_price', ''),
(3220, 73, '_sale_price_dates_from', ''),
(3221, 73, '_sale_price_dates_to', ''),
(3222, 73, 'total_sales', '0'),
(3223, 73, '_tax_status', 'taxable'),
(3224, 73, '_tax_class', ''),
(3225, 73, '_manage_stock', 'no'),
(3226, 73, '_backorders', 'no'),
(3227, 73, '_sold_individually', 'no'),
(3228, 73, '_weight', ''),
(3229, 73, '_length', ''),
(3230, 73, '_width', ''),
(3231, 73, '_height', ''),
(3232, 73, '_upsell_ids', 'a:0:{}'),
(3233, 73, '_crosssell_ids', 'a:0:{}'),
(3234, 73, '_purchase_note', ''),
(3235, 73, '_default_attributes', 'a:0:{}'),
(3236, 73, '_virtual', 'yes'),
(3237, 73, '_downloadable', 'yes'),
(3238, 73, '_product_image_gallery', ''),
(3239, 73, '_download_limit', '1'),
(3240, 73, '_download_expiry', '1'),
(3241, 73, '_thumbnail_id', '793'),
(3242, 73, '_stock', ''),
(3243, 73, '_stock_status', 'instock'),
(3244, 73, '_wc_average_rating', '0'),
(3245, 73, '_wc_rating_count', 'a:0:{}'),
(3246, 73, '_wc_review_count', '0'),
(3247, 73, '_downloadable_files', 'a:2:{s:36:"cf125de3-4c8c-405f-8355-fd1e32da2763";a:3:{s:2:"id";s:36:"cf125de3-4c8c-405f-8355-fd1e32da2763";s:4:"name";s:8:"Single 1";s:4:"file";s:85:"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg";}s:36:"66ce3709-c24d-4cb3-9e17-0a2ae847538c";a:3:{s:2:"id";s:36:"66ce3709-c24d-4cb3-9e17-0a2ae847538c";s:4:"name";s:8:"Single 2";s:4:"file";s:84:"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/album.jpg";}}'),
(3248, 73, '_product_attributes', 'a:0:{}'),
(3249, 73, '_product_version', '3.3.5'),
(3250, 73, '_price', '15'),
(3513, 75, '_wpcom_is_markdown', '1'),
(3252, 75, '_sku', 'woo-single'),
(3253, 75, '_regular_price', '3'),
(3254, 75, '_sale_price', '2'),
(3255, 75, '_sale_price_dates_from', ''),
(3256, 75, '_sale_price_dates_to', ''),
(3257, 75, 'total_sales', '2'),
(3258, 75, '_tax_status', 'taxable'),
(3259, 75, '_tax_class', ''),
(3260, 75, '_manage_stock', 'no'),
(3261, 75, '_backorders', 'no'),
(3262, 75, '_sold_individually', 'no'),
(3263, 75, '_weight', ''),
(3264, 75, '_length', ''),
(3265, 75, '_width', ''),
(3266, 75, '_height', ''),
(3267, 75, '_upsell_ids', 'a:0:{}'),
(3268, 75, '_crosssell_ids', 'a:0:{}'),
(3269, 75, '_purchase_note', ''),
(3270, 75, '_default_attributes', 'a:0:{}'),
(3271, 75, '_virtual', 'yes'),
(3272, 75, '_downloadable', 'yes'),
(3273, 75, '_product_image_gallery', ''),
(3274, 75, '_download_limit', '1'),
(3275, 75, '_download_expiry', '1'),
(3276, 75, '_thumbnail_id', '794'),
(3277, 75, '_stock', ''),
(3278, 75, '_stock_status', 'instock'),
(3279, 75, '_wc_average_rating', '4.00'),
(3280, 75, '_wc_rating_count', 'a:1:{i:4;i:1;}'),
(3281, 75, '_wc_review_count', '1'),
(3282, 75, '_downloadable_files', 'a:1:{s:36:"2fbb9110-cec9-4fc1-8837-f5e2b5b01049";a:3:{s:2:"id";s:36:"2fbb9110-cec9-4fc1-8837-f5e2b5b01049";s:4:"name";s:6:"Single";s:4:"file";s:85:"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg";}}'),
(3283, 75, '_product_attributes', 'a:0:{}'),
(3284, 75, '_product_version', '3.3.5'),
(3285, 75, '_price', '2'),
(3522, 83, '_wpcom_is_markdown', '1'),
(3287, 83, '_sku', 'Woo-tshirt-logo'),
(3288, 83, '_regular_price', '18'),
(3289, 83, '_sale_price', ''),
(3290, 83, '_sale_price_dates_from', ''),
(3291, 83, '_sale_price_dates_to', ''),
(3292, 83, 'total_sales', '1'),
(3293, 83, '_tax_status', 'taxable'),
(3294, 83, '_tax_class', ''),
(3295, 83, '_manage_stock', 'no'),
(3296, 83, '_backorders', 'no'),
(3297, 83, '_sold_individually', 'no'),
(3298, 83, '_weight', '.5'),
(3299, 83, '_length', '10'),
(3300, 83, '_width', '12'),
(3301, 83, '_height', '.5'),
(3302, 83, '_upsell_ids', 'a:0:{}'),
(3303, 83, '_crosssell_ids', 'a:0:{}'),
(3304, 83, '_purchase_note', ''),
(3305, 83, '_default_attributes', 'a:0:{}'),
(3306, 83, '_virtual', 'no'),
(3307, 83, '_downloadable', 'no'),
(3308, 83, '_product_image_gallery', ''),
(3309, 83, '_download_limit', '0'),
(3310, 83, '_download_expiry', '0'),
(3311, 83, '_thumbnail_id', '795'),
(3312, 83, '_stock', ''),
(3313, 83, '_stock_status', 'instock'),
(3314, 83, '_wc_average_rating', '0'),
(3315, 83, '_wc_rating_count', 'a:0:{}'),
(3316, 83, '_wc_review_count', '0'),
(3317, 83, '_downloadable_files', 'a:0:{}'),
(3318, 83, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(3319, 83, '_product_version', '3.3.5'),
(3320, 83, '_price', '18'),
(3321, 83, '_edit_last', '1'),
(3523, 85, '_wpcom_is_markdown', '1'),
(3323, 85, '_sku', 'Woo-beanie-logo'),
(3324, 85, '_regular_price', '20'),
(3325, 85, '_sale_price', '18'),
(3326, 85, '_sale_price_dates_from', ''),
(3327, 85, '_sale_price_dates_to', ''),
(3328, 85, 'total_sales', '0'),
(3329, 85, '_tax_status', 'taxable'),
(3330, 85, '_tax_class', ''),
(3331, 85, '_manage_stock', 'no'),
(3332, 85, '_backorders', 'no'),
(3333, 85, '_sold_individually', 'no'),
(3334, 85, '_weight', '.2'),
(3335, 85, '_length', '6'),
(3336, 85, '_width', '4'),
(3337, 85, '_height', '1'),
(3338, 85, '_upsell_ids', 'a:0:{}'),
(3339, 85, '_crosssell_ids', 'a:0:{}'),
(3340, 85, '_purchase_note', ''),
(3341, 85, '_default_attributes', 'a:0:{}'),
(3342, 85, '_virtual', 'no'),
(3343, 85, '_downloadable', 'no'),
(3344, 85, '_product_image_gallery', ''),
(3345, 85, '_download_limit', '0'),
(3346, 85, '_download_expiry', '0'),
(3347, 85, '_thumbnail_id', '796'),
(3348, 85, '_stock', ''),
(3349, 85, '_stock_status', 'instock'),
(3350, 85, '_wc_average_rating', '0'),
(3351, 85, '_wc_rating_count', 'a:0:{}'),
(3352, 85, '_wc_review_count', '0'),
(3353, 85, '_downloadable_files', 'a:0:{}'),
(3354, 85, '_product_attributes', 'a:1:{s:8:"pa_color";a:6:{s:4:"name";s:8:"pa_color";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}}'),
(3355, 85, '_product_version', '3.3.5'),
(3356, 85, '_price', '18'),
(3357, 85, '_edit_last', '1'),
(3527, 87, '_wpcom_is_markdown', '1'),
(3359, 87, '_children', 'a:3:{i:0;i:46;i:1;i:47;i:2;i:48;}'),
(3360, 87, '_sku', 'logo-collection'),
(3361, 87, '_regular_price', ''),
(3362, 87, '_sale_price', ''),
(3363, 87, '_sale_price_dates_from', ''),
(3364, 87, '_sale_price_dates_to', ''),
(3365, 87, 'total_sales', '0'),
(3366, 87, '_tax_status', 'taxable'),
(3367, 87, '_tax_class', ''),
(3368, 87, '_manage_stock', 'no'),
(3369, 87, '_backorders', 'no'),
(3370, 87, '_sold_individually', 'no'),
(3371, 87, '_weight', ''),
(3372, 87, '_length', ''),
(3373, 87, '_width', ''),
(3374, 87, '_height', ''),
(3375, 87, '_upsell_ids', 'a:0:{}'),
(3376, 87, '_crosssell_ids', 'a:0:{}'),
(3377, 87, '_purchase_note', ''),
(3378, 87, '_default_attributes', 'a:0:{}'),
(3379, 87, '_virtual', 'no'),
(3380, 87, '_downloadable', 'no'),
(3381, 87, '_product_image_gallery', '796,795,783'),
(3382, 87, '_download_limit', '0'),
(3383, 87, '_download_expiry', '0'),
(3384, 87, '_thumbnail_id', '797'),
(3385, 87, '_stock', ''),
(3386, 87, '_stock_status', 'instock'),
(3387, 87, '_wc_average_rating', '0'),
(3388, 87, '_wc_rating_count', 'a:0:{}'),
(3389, 87, '_wc_review_count', '0'),
(3390, 87, '_downloadable_files', 'a:0:{}'),
(3391, 87, '_product_attributes', 'a:0:{}'),
(3392, 87, '_product_version', '3.3.5'),
(3393, 87, '_price', ''),
(3394, 87, '_price', ''),
(3395, 87, '_edit_last', '1'),
(3531, 89, '_wpcom_is_markdown', '1'),
(3397, 89, '_sku', 'wp-pennant'),
(3398, 89, '_regular_price', '11.05'),
(3399, 89, '_sale_price', ''),
(3400, 89, '_sale_price_dates_from', ''),
(3401, 89, '_sale_price_dates_to', ''),
(3402, 89, 'total_sales', '0'),
(3403, 89, '_tax_status', 'taxable'),
(3404, 89, '_tax_class', ''),
(3405, 89, '_manage_stock', 'no'),
(3406, 89, '_backorders', 'no'),
(3407, 89, '_sold_individually', 'no'),
(3408, 89, '_weight', ''),
(3409, 89, '_length', ''),
(3410, 89, '_width', ''),
(3411, 89, '_height', ''),
(3412, 89, '_upsell_ids', 'a:0:{}'),
(3413, 89, '_crosssell_ids', 'a:0:{}'),
(3414, 89, '_purchase_note', ''),
(3415, 89, '_default_attributes', 'a:0:{}'),
(3416, 89, '_virtual', 'no'),
(3417, 89, '_downloadable', 'no'),
(3418, 89, '_product_image_gallery', ''),
(3419, 89, '_download_limit', '0'),
(3420, 89, '_download_expiry', '0'),
(3421, 89, '_thumbnail_id', '798'),
(3422, 89, '_stock', ''),
(3423, 89, '_stock_status', 'instock'),
(3424, 89, '_wc_average_rating', '0'),
(3425, 89, '_wc_rating_count', 'a:0:{}'),
(3426, 89, '_wc_review_count', '0'),
(3427, 89, '_product_url', 'https://mercantile.wordpress.org/product/wordpress-pennant/'),
(3428, 89, '_button_text', 'Buy on the WordPress swag store!'),
(3429, 89, '_downloadable_files', 'a:0:{}'),
(3430, 89, '_product_attributes', 'a:0:{}'),
(3431, 89, '_product_version', '3.3.5'),
(3432, 89, '_price', '11.05'),
(3433, 89, '_edit_last', '1'),
(4585, 1635, '_edit_lock', '1529317029:1'),
(4584, 1634, '_wp_trash_meta_time', '1529315559'),
(4070, 1076, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:13:"2018/06/A.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"A-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:13:"A-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"A-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"A-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"A-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"A-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"A-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"A-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"A-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"A-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"A-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"A-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"A-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"A-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:13:"A-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:13:"A-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:13:"A-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"A-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"A-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"A-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:13:"A-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:13:"A-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:13:"A-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:13:"A-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:13:"A-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4069, 1076, '_wp_attached_file', '2018/06/A.png'),
(3443, 58, 'cherry_trend_views', '1'),
(3610, 832, '_edit_last', '1'),
(3609, 832, '_edit_lock', '1525163924:1'),
(3446, 777, '_wp_attached_file', '2018/04/vneck-tee-2.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3447, 777, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:800;s:4:"file";s:23:"2018/04/vneck-tee-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"vneck-tee-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:23:"vneck-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"vneck-tee-2-768x767.jpg";s:5:"width";i:768;s:6:"height";i:767;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"vneck-tee-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"vneck-tee-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"vneck-tee-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"vneck-tee-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"vneck-tee-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"vneck-tee-2-418x417.jpg";s:5:"width";i:418;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:23:"vneck-tee-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"vneck-tee-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:23:"vneck-tee-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"vneck-tee-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"vneck-tee-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"vneck-tee-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"vneck-tee-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"vneck-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:23:"vneck-tee-2-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:23:"vneck-tee-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:23:"vneck-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"vneck-tee-2-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"vneck-tee-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"vneck-tee-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:23:"vneck-tee-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"vneck-tee-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"vneck-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"vneck-tee-2-676x675.jpg";s:5:"width";i:676;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:23:"vneck-tee-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:23:"vneck-tee-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:23:"vneck-tee-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:23:"vneck-tee-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:23:"vneck-tee-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3448, 777, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vneck-tee-2.jpg'),
(3449, 778, '_wp_attached_file', '2018/04/vnech-tee-green-1.jpg'),
(3450, 778, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:29:"2018/04/vnech-tee-green-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"vnech-tee-green-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:29:"vnech-tee-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"vnech-tee-green-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"vnech-tee-green-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"vnech-tee-green-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"vnech-tee-green-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"vnech-tee-green-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"vnech-tee-green-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"vnech-tee-green-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"vnech-tee-green-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"vnech-tee-green-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"vnech-tee-green-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"vnech-tee-green-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"vnech-tee-green-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"vnech-tee-green-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"vnech-tee-green-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"vnech-tee-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"vnech-tee-green-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"vnech-tee-green-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:4:{s:4:"file";s:29:"vnech-tee-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"vnech-tee-green-1-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:29:"vnech-tee-green-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"vnech-tee-green-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"vnech-tee-green-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"vnech-tee-green-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"vnech-tee-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"vnech-tee-green-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"vnech-tee-green-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"vnech-tee-green-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"vnech-tee-green-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"vnech-tee-green-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"vnech-tee-green-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3451, 778, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-green-1.jpg'),
(3452, 779, '_wp_attached_file', '2018/04/vnech-tee-blue-1.jpg'),
(3453, 779, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:28:"2018/04/vnech-tee-blue-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"vnech-tee-blue-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:28:"vnech-tee-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"vnech-tee-blue-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"vnech-tee-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"vnech-tee-blue-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:4:{s:4:"file";s:28:"vnech-tee-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-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:28:"vnech-tee-blue-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"vnech-tee-blue-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3454, 779, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-blue-1.jpg'),
(3457, 780, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:20:"2018/04/hoodie-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"hoodie-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:20:"hoodie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"hoodie-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"hoodie-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"hoodie-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"hoodie-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"hoodie-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"hoodie-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"hoodie-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"hoodie-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"hoodie-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"hoodie-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"hoodie-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"hoodie-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"hoodie-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"hoodie-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"hoodie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"hoodie-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"hoodie-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:20:"hoodie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"hoodie-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:20:"hoodie-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"hoodie-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"hoodie-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"hoodie-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"hoodie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"hoodie-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"hoodie-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"hoodie-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"hoodie-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"hoodie-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"hoodie-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3458, 780, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-2.jpg'),
(3459, 781, '_wp_attached_file', '2018/04/hoodie-blue-1.jpg'),
(3460, 781, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:25:"2018/04/hoodie-blue-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"hoodie-blue-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:25:"hoodie-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"hoodie-blue-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"hoodie-blue-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:25:"hoodie-blue-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:24:"hoodie-blue-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:25:"hoodie-blue-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:25:"hoodie-blue-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:25:"hoodie-blue-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:25:"hoodie-blue-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:25:"hoodie-blue-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:25:"hoodie-blue-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:25:"hoodie-blue-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:25:"hoodie-blue-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:25:"hoodie-blue-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:25:"hoodie-blue-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:25:"hoodie-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:25:"hoodie-blue-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:25:"hoodie-blue-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:4:{s:4:"file";s:25:"hoodie-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"hoodie-blue-1-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:25:"hoodie-blue-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:25:"hoodie-blue-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:25:"hoodie-blue-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:25:"hoodie-blue-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:25:"hoodie-blue-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"hoodie-blue-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:25:"hoodie-blue-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:25:"hoodie-blue-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:25:"hoodie-blue-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:25:"hoodie-blue-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:25:"hoodie-blue-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3461, 781, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-blue-1.jpg'),
(3462, 782, '_wp_attached_file', '2018/04/hoodie-green-1.jpg'),
(3463, 782, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:26:"2018/04/hoodie-green-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"hoodie-green-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:26:"hoodie-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"hoodie-green-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"hoodie-green-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"hoodie-green-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"hoodie-green-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"hoodie-green-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"hoodie-green-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"hoodie-green-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"hoodie-green-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"hoodie-green-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"hoodie-green-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"hoodie-green-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"hoodie-green-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"hoodie-green-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"hoodie-green-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"hoodie-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"hoodie-green-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"hoodie-green-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:4:{s:4:"file";s:26:"hoodie-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"hoodie-green-1-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:26:"hoodie-green-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"hoodie-green-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"hoodie-green-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"hoodie-green-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"hoodie-green-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:26:"hoodie-green-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"hoodie-green-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"hoodie-green-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"hoodie-green-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"hoodie-green-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"hoodie-green-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3464, 782, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-green-1.jpg'),
(3465, 783, '_wp_attached_file', '2018/04/hoodie-with-logo-2.jpg'),
(3466, 783, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:30:"2018/04/hoodie-with-logo-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hoodie-with-logo-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:30:"hoodie-with-logo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"hoodie-with-logo-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"hoodie-with-logo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"hoodie-with-logo-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:30:"hoodie-with-logo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hoodie-with-logo-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:30:"hoodie-with-logo-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"hoodie-with-logo-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3467, 783, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-logo-2.jpg'),
(3471, 784, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:20:"2018/04/tshirt-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"tshirt-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:20:"tshirt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"tshirt-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"tshirt-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"tshirt-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"tshirt-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"tshirt-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"tshirt-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"tshirt-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"tshirt-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"tshirt-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"tshirt-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"tshirt-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"tshirt-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"tshirt-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"tshirt-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"tshirt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"tshirt-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"tshirt-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:20:"tshirt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"tshirt-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:20:"tshirt-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"tshirt-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"tshirt-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"tshirt-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"tshirt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"tshirt-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"tshirt-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"tshirt-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"tshirt-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"tshirt-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"tshirt-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3472, 784, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/tshirt-2.jpg'),
(3474, 785, '_wp_attached_file', '2018/04/beanie-2.jpg'),
(3475, 785, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:20:"2018/04/beanie-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"beanie-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:20:"beanie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"beanie-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"beanie-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"beanie-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"beanie-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"beanie-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"beanie-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"beanie-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"beanie-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"beanie-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"beanie-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"beanie-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"beanie-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"beanie-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"beanie-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"beanie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"beanie-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"beanie-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:20:"beanie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"beanie-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:20:"beanie-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"beanie-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"beanie-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"beanie-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"beanie-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"beanie-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"beanie-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"beanie-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"beanie-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"beanie-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"beanie-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3476, 785, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-2.jpg'),
(3478, 786, '_wp_attached_file', '2018/04/belt-2.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3479, 786, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:18:"2018/04/belt-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"belt-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:18:"belt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"belt-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"belt-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"belt-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"belt-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"belt-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"belt-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"belt-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"belt-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"belt-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"belt-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"belt-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"belt-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"belt-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"belt-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"belt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"belt-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"belt-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:18:"belt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"belt-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:18:"belt-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"belt-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"belt-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"belt-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"belt-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"belt-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"belt-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"belt-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"belt-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"belt-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"belt-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3480, 786, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/belt-2.jpg'),
(3482, 787, '_wp_attached_file', '2018/04/cap-2.jpg'),
(3483, 787, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:17:"2018/04/cap-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"cap-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:17:"cap-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"cap-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"cap-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"cap-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"cap-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"cap-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"cap-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"cap-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:17:"cap-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"cap-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"cap-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"cap-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"cap-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"cap-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"cap-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"cap-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:17:"cap-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"cap-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:17:"cap-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"cap-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:17:"cap-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"cap-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:17:"cap-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"cap-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"cap-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:17:"cap-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"cap-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"cap-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"cap-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"cap-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"cap-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3484, 787, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/cap-2.jpg'),
(3486, 788, '_wp_attached_file', '2018/04/sunglasses-2.jpg'),
(3487, 788, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:24:"2018/04/sunglasses-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"sunglasses-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:24:"sunglasses-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"sunglasses-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"sunglasses-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"sunglasses-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"sunglasses-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"sunglasses-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"sunglasses-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"sunglasses-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:24:"sunglasses-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"sunglasses-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:24:"sunglasses-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"sunglasses-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"sunglasses-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"sunglasses-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"sunglasses-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"sunglasses-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:24:"sunglasses-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:24:"sunglasses-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:24:"sunglasses-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"sunglasses-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:24:"sunglasses-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"sunglasses-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:24:"sunglasses-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"sunglasses-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"sunglasses-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:24:"sunglasses-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"sunglasses-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"sunglasses-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"sunglasses-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"sunglasses-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"sunglasses-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3488, 788, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/sunglasses-2.jpg'),
(3490, 789, '_wp_attached_file', '2018/04/hoodie-with-pocket-2.jpg'),
(3491, 789, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:32:"2018/04/hoodie-with-pocket-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-pocket-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:32:"hoodie-with-pocket-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:31:"hoodie-with-pocket-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:32:"hoodie-with-pocket-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-pocket-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:32:"hoodie-with-pocket-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"hoodie-with-pocket-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:32:"hoodie-with-pocket-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:32:"hoodie-with-pocket-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3492, 789, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-pocket-2.jpg'),
(3494, 790, '_wp_attached_file', '2018/04/hoodie-with-zipper-2.jpg'),
(3495, 790, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:32:"2018/04/hoodie-with-zipper-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-zipper-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:32:"hoodie-with-zipper-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:31:"hoodie-with-zipper-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:32:"hoodie-with-zipper-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:32:"hoodie-with-zipper-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:32:"hoodie-with-zipper-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"hoodie-with-zipper-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:32:"hoodie-with-zipper-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:32:"hoodie-with-zipper-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3496, 790, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-zipper-2.jpg'),
(3498, 791, '_wp_attached_file', '2018/04/long-sleeve-tee-2.jpg'),
(3499, 791, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:801;s:4:"file";s:29:"2018/04/long-sleeve-tee-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"long-sleeve-tee-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:29:"long-sleeve-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:28:"long-sleeve-tee-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:29:"long-sleeve-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:29:"long-sleeve-tee-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:"long-sleeve-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"long-sleeve-tee-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:29:"long-sleeve-tee-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:29:"long-sleeve-tee-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3500, 791, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/long-sleeve-tee-2.jpg'),
(3502, 792, '_wp_attached_file', '2018/04/polo-2.jpg'),
(3503, 792, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:801;s:6:"height";i:800;s:4:"file";s:18:"2018/04/polo-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"polo-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:18:"polo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"polo-2-768x767.jpg";s:5:"width";i:768;s:6:"height";i:767;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"polo-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"polo-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"polo-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"polo-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"polo-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"polo-2-418x417.jpg";s:5:"width";i:418;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"polo-2-801x668.jpg";s:5:"width";i:801;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"polo-2-801x315.jpg";s:5:"width";i:801;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"polo-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"polo-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"polo-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"polo-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"polo-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"polo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"polo-2-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"polo-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:18:"polo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"polo-2-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"polo-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"polo-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"polo-2-801x675.jpg";s:5:"width";i:801;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"polo-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"polo-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"polo-2-676x675.jpg";s:5:"width";i:676;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"polo-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"polo-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"polo-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"polo-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"polo-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3504, 792, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/polo-2.jpg'),
(3506, 793, '_wp_attached_file', '2018/04/album-1.jpg'),
(3507, 793, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:19:"2018/04/album-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"album-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:"album-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"album-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"album-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"album-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"album-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"album-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"album-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"album-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"album-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"album-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"album-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"album-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"album-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"album-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"album-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"album-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"album-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"album-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:4:{s:4:"file";s:19:"album-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"album-1-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:"album-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"album-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"album-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"album-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"album-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"album-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"album-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"album-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"album-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"album-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"album-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3508, 793, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/album-1.jpg'),
(3510, 794, '_wp_attached_file', '2018/04/single-1.jpg'),
(3511, 794, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:20:"2018/04/single-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"single-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:20:"single-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"single-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"single-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"single-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"single-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"single-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"single-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"single-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"single-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"single-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"single-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"single-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"single-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"single-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"single-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"single-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"single-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"single-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:4:{s:4:"file";s:20:"single-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"single-1-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:20:"single-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"single-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"single-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"single-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"single-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"single-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"single-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"single-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"single-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"single-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"single-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3512, 794, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/single-1.jpg'),
(3514, 795, '_wp_attached_file', '2018/04/t-shirt-with-logo-1.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3515, 795, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:31:"2018/04/t-shirt-with-logo-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"t-shirt-with-logo-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:31:"t-shirt-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:30:"t-shirt-with-logo-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:31:"t-shirt-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:31:"t-shirt-with-logo-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:4:{s:4:"file";s:31:"t-shirt-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-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:31:"t-shirt-with-logo-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:31:"t-shirt-with-logo-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3516, 795, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/t-shirt-with-logo-1.jpg'),
(3518, 796, '_wp_attached_file', '2018/04/beanie-with-logo-1.jpg'),
(3519, 796, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:30:"2018/04/beanie-with-logo-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"beanie-with-logo-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:30:"beanie-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"beanie-with-logo-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"beanie-with-logo-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"beanie-with-logo-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"beanie-with-logo-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"beanie-with-logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"beanie-with-logo-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"beanie-with-logo-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"beanie-with-logo-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"beanie-with-logo-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"beanie-with-logo-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"beanie-with-logo-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"beanie-with-logo-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"beanie-with-logo-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"beanie-with-logo-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"beanie-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"beanie-with-logo-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"beanie-with-logo-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:4:{s:4:"file";s:30:"beanie-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"beanie-with-logo-1-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:30:"beanie-with-logo-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"beanie-with-logo-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"beanie-with-logo-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"beanie-with-logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"beanie-with-logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:30:"beanie-with-logo-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"beanie-with-logo-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"beanie-with-logo-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"beanie-with-logo-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"beanie-with-logo-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"beanie-with-logo-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3520, 796, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-with-logo-1.jpg'),
(3524, 797, '_wp_attached_file', '2018/04/logo-1.jpg'),
(3525, 797, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:799;s:4:"file";s:18:"2018/04/logo-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"logo-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:18:"logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"logo-1-768x767.jpg";s:5:"width";i:768;s:6:"height";i:767;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"logo-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"logo-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"logo-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"logo-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"logo-1-418x417.jpg";s:5:"width";i:418;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"logo-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"logo-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"logo-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"logo-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"logo-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"logo-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"logo-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"logo-1-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"logo-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:4:{s:4:"file";s:18:"logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"logo-1-600x599.jpg";s:5:"width";i:600;s:6:"height";i:599;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"logo-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"logo-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"logo-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"logo-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"logo-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"logo-1-676x675.jpg";s:5:"width";i:676;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"logo-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"logo-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"logo-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"logo-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"logo-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3526, 797, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/logo-1.jpg'),
(3528, 798, '_wp_attached_file', '2018/04/pennant-1.jpg'),
(3529, 798, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:800;s:4:"file";s:21:"2018/04/pennant-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"pennant-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:21:"pennant-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"pennant-1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"pennant-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"pennant-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"pennant-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"pennant-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"pennant-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"pennant-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"pennant-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"pennant-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"pennant-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"pennant-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"pennant-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"pennant-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"pennant-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"pennant-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"pennant-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"pennant-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:4:{s:4:"file";s:21:"pennant-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"pennant-1-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:21:"pennant-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"pennant-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"pennant-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"pennant-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"pennant-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"pennant-1-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"pennant-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"pennant-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"pennant-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"pennant-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"pennant-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3530, 798, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/pennant-1.jpg'),
(3532, 44, 'cherry_trend_views', '1'),
(4582, 1634, '_edit_lock', '1529315529:1'),
(4583, 1634, '_wp_trash_meta_status', 'publish'),
(4581, 1630, '_customize_restore_dismissed', '1'),
(4580, 1630, '_edit_lock', '1529312739:1'),
(4579, 1629, '_customize_restore_dismissed', '1'),
(3563, 48, 'cherry_trend_views', '2'),
(3593, 73, 'cherry_trend_views', '2'),
(3701, 866, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:311;s:6:"height";i:237;s:4:"file";s:17:"2018/05/giphy.gif";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"giphy-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:17:"giphy-300x229.gif";s:5:"width";i:300;s:6:"height";i:229;s:9:"mime-type";s:9:"image/gif";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"giphy-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"giphy-158x88.gif";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/gif";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"giphy-141x188.gif";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/gif";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"giphy-301x226.gif";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/gif";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"giphy-300x237.gif";s:5:"width";i:300;s:6:"height";i:237;s:9:"mime-type";s:9:"image/gif";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"giphy-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:12:"shop_catalog";a:4:{s:4:"file";s:17:"giphy-300x237.gif";s:5:"width";i:300;s:6:"height";i:237;s:9:"mime-type";s:9:"image/gif";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"giphy-100x100.gif";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/gif";}s:3:"big";a:4:{s:4:"file";s:17:"giphy-286x237.gif";s:5:"width";i:286;s:6:"height";i:237;s:9:"mime-type";s:9:"image/gif";}s:5:"album";a:4:{s:4:"file";s:17:"giphy-311x220.gif";s:5:"width";i:311;s:6:"height";i:220;s:9:"mime-type";s:9:"image/gif";}s:3:"set";a:4:{s:4:"file";s:17:"giphy-311x220.gif";s:5:"width";i:311;s:6:"height";i:220;s:9:"mime-type";s:9:"image/gif";}}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:{}}}'),
(3606, 412, '_edit_lock', '1524646949:1'),
(3700, 866, '_wp_attached_file', '2018/05/giphy.gif'),
(3611, 832, '_thumbnail_id', '760'),
(3612, 832, 'cherry_projects_external_link', '#'),
(3613, 832, 'cherry_projects_external_link_text', ''),
(3614, 832, 'cherry_projects_external_link_target', 'blank'),
(3615, 832, 'cherry_projects_details', ''),
(3616, 832, 'cherry_projects_skills', ''),
(3617, 832, 'cherry_projects_image_attachments_ids', '653,656'),
(3618, 832, 'cherry_projects_listing_layout', 'masonry-layout'),
(3619, 832, 'cherry_projects_column_number', '3'),
(3620, 832, 'cherry_projects_image_margin', '10'),
(3621, 832, 'cherry_projects_slider_attachments_ids', ''),
(3622, 832, 'cherry_projects_slider_navigation', 'true'),
(3623, 832, 'cherry_projects_slider_loop', 'true'),
(3624, 832, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(3625, 832, 'cherry_projects_audio_attachments_ids', ''),
(3626, 832, 'cherry_projects_video_list', ''),
(3627, 835, '_edit_lock', '1527847283:1'),
(3628, 835, '_edit_last', '1'),
(3629, 835, '_thumbnail_id', '866'),
(3630, 835, 'cherry_projects_external_link', '#'),
(3631, 835, 'cherry_projects_external_link_text', ''),
(3632, 835, 'cherry_projects_external_link_target', 'blank'),
(3633, 835, 'cherry_projects_details', ''),
(3634, 835, 'cherry_projects_skills', ''),
(3635, 835, 'cherry_projects_image_attachments_ids', '657,656,651,431'),
(3636, 835, 'cherry_projects_listing_layout', 'masonry-layout'),
(3637, 835, 'cherry_projects_column_number', '3'),
(3638, 835, 'cherry_projects_image_margin', '10'),
(3639, 835, 'cherry_projects_slider_attachments_ids', ''),
(3640, 835, 'cherry_projects_slider_navigation', 'true'),
(3641, 835, 'cherry_projects_slider_loop', 'true'),
(3642, 835, 'cherry_projects_slider_thumbnails_position', 'bottom'),
(3643, 835, 'cherry_projects_audio_attachments_ids', ''),
(3644, 835, 'cherry_projects_video_list', ''),
(3645, 834, '_edit_lock', '1525179937:1'),
(3646, 834, '_edit_last', '1'),
(3647, 834, '_wp_page_template', 'default'),
(3648, 834, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3649, 834, '_tm_pb_use_builder', 'on'),
(3650, 834, '_tm_pb_old_content', ''),
(3651, 834, 'monstroid2_sidebar_position', 'inherit'),
(3652, 834, 'monstroid2_header_container_type', 'inherit'),
(3653, 834, 'monstroid2_content_container_type', 'inherit'),
(3654, 834, 'monstroid2_footer_container_type', 'inherit'),
(3655, 834, 'monstroid2_header_layout_type', 'inherit'),
(3656, 834, 'monstroid2_header_transparent_layout', 'inherit'),
(3657, 834, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3658, 834, 'monstroid2_top_panel_visibility', 'inherit'),
(3659, 834, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3660, 834, 'monstroid2_header_search', 'inherit'),
(3661, 834, 'monstroid2_header_btn_visibility', 'inherit'),
(3662, 834, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3663, 834, 'monstroid2_footer_layout_type', 'inherit'),
(3664, 834, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3665, 834, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3666, 834, 'monstroid2_header_woo_elements', 'inherit'),
(3667, 834, 'cherry_trend_views', '1'),
(3668, 832, 'cherry_trend_views', '1'),
(3669, 835, 'cherry_trend_views', '2'),
(3695, 857, 'cherry_trend_views', '1'),
(3706, 870, '_wp_attached_file', '2018/06/DRIFIT.jpg'),
(3707, 870, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2018/06/DRIFIT.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"DRIFIT-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:18:"DRIFIT-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"DRIFIT-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"DRIFIT-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"DRIFIT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"DRIFIT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"DRIFIT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"DRIFIT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"DRIFIT-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"DRIFIT-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"DRIFIT-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"DRIFIT-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"DRIFIT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"DRIFIT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"DRIFIT-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"DRIFIT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"DRIFIT-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"DRIFIT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"DRIFIT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"DRIFIT-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"DRIFIT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"DRIFIT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"DRIFIT-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:"DRIFIT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"DRIFIT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"DRIFIT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"DRIFIT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"DRIFIT-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"DRIFIT-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"DRIFIT-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"DRIFIT-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"DRIFIT-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"DRIFIT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"DRIFIT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"DRIFIT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"DRIFIT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"DRIFIT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"DRIFIT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"DRIFIT-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3708, 871, '_wp_attached_file', '2018/06/ENZYMECOTTON.jpg'),
(3709, 871, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:24:"2018/06/ENZYMECOTTON.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"ENZYMECOTTON-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:"ENZYMECOTTON-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"ENZYMECOTTON-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"ENZYMECOTTON-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"ENZYMECOTTON-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"ENZYMECOTTON-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"ENZYMECOTTON-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"ENZYMECOTTON-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"ENZYMECOTTON-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:24:"ENZYMECOTTON-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"ENZYMECOTTON-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:24:"ENZYMECOTTON-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"ENZYMECOTTON-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"ENZYMECOTTON-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"ENZYMECOTTON-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"ENZYMECOTTON-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"ENZYMECOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:24:"ENZYMECOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:24:"ENZYMECOTTON-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:"ENZYMECOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"ENZYMECOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"ENZYMECOTTON-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"ENZYMECOTTON-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:24:"ENZYMECOTTON-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"ENZYMECOTTON-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:24:"ENZYMECOTTON-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"ENZYMECOTTON-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"ENZYMECOTTON-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"ENZYMECOTTON-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"ENZYMECOTTON-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"ENZYMECOTTON-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"ENZYMECOTTON-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3710, 872, '_wp_attached_file', '2018/06/JERSEY.jpg'),
(3711, 872, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2018/06/JERSEY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"JERSEY-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:18:"JERSEY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"JERSEY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"JERSEY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"JERSEY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"JERSEY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"JERSEY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"JERSEY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"JERSEY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"JERSEY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"JERSEY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"JERSEY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"JERSEY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"JERSEY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"JERSEY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"JERSEY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"JERSEY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"JERSEY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"JERSEY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"JERSEY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"JERSEY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"JERSEY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"JERSEY-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:"JERSEY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"JERSEY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"JERSEY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"JERSEY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"JERSEY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"JERSEY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"JERSEY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"JERSEY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"JERSEY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"JERSEY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"JERSEY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"JERSEY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"JERSEY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"JERSEY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"JERSEY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"JERSEY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3712, 873, '_wp_attached_file', '2018/06/POLO.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3713, 873, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:16:"2018/06/POLO.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"POLO-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:16:"POLO-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"POLO-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"POLO-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"POLO-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"POLO-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"POLO-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"POLO-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"POLO-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"POLO-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"POLO-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"POLO-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:17:"POLO-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:17:"POLO-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"POLO-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"POLO-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"POLO-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"POLO-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"POLO-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:17:"POLO-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"POLO-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"POLO-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"POLO-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:16:"POLO-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"POLO-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"POLO-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"POLO-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"POLO-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"POLO-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"POLO-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"POLO-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:17:"POLO-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:17:"POLO-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"POLO-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"POLO-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"POLO-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"POLO-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"POLO-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:17:"POLO-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3714, 874, '_wp_attached_file', '2018/06/WEIGHTYHOODY.jpg'),
(3715, 874, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:24:"2018/06/WEIGHTYHOODY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-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:"WEIGHTYHOODY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"WEIGHTYHOODY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"WEIGHTYHOODY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-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:"WEIGHTYHOODY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"WEIGHTYHOODY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3716, 875, '_wp_attached_file', '2018/06/WINDHOODY.jpg'),
(3717, 875, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:21:"2018/06/WINDHOODY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"WINDHOODY-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:21:"WINDHOODY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"WINDHOODY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"WINDHOODY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"WINDHOODY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"WINDHOODY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"WINDHOODY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"WINDHOODY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"WINDHOODY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"WINDHOODY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"WINDHOODY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"WINDHOODY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:22:"WINDHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"WINDHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"WINDHOODY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"WINDHOODY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"WINDHOODY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"WINDHOODY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"WINDHOODY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:22:"WINDHOODY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"WINDHOODY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"WINDHOODY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"WINDHOODY-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:"WINDHOODY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"WINDHOODY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"WINDHOODY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"WINDHOODY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"WINDHOODY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"WINDHOODY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"WINDHOODY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"WINDHOODY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"WINDHOODY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:22:"WINDHOODY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"WINDHOODY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"WINDHOODY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"WINDHOODY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"WINDHOODY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"WINDHOODY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:22:"WINDHOODY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3718, 868, '_wp_page_template', 'default'),
(3719, 868, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3720, 868, '_tm_pb_use_builder', 'on'),
(3721, 868, '_tm_pb_old_content', ''),
(3722, 868, 'monstroid2_sidebar_position', 'inherit'),
(3723, 868, 'monstroid2_header_container_type', 'inherit'),
(3724, 868, 'monstroid2_content_container_type', 'inherit'),
(3725, 868, 'monstroid2_footer_container_type', 'inherit'),
(3726, 868, 'monstroid2_header_layout_type', 'inherit'),
(3727, 868, 'monstroid2_header_transparent_layout', 'inherit'),
(3728, 868, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3729, 868, 'monstroid2_top_panel_visibility', 'inherit'),
(3730, 868, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3731, 868, 'monstroid2_header_search', 'inherit'),
(3732, 868, 'monstroid2_header_btn_visibility', 'inherit'),
(3733, 868, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3734, 868, 'monstroid2_footer_layout_type', 'inherit'),
(3735, 868, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3736, 868, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3737, 868, 'monstroid2_header_woo_elements', 'inherit'),
(3738, 868, 'cherry_trend_views', '13'),
(3739, 603, '_edit_lock', '1528961140:1'),
(3740, 912, '_tm_pb_row_layout', '4_4'),
(3741, 912, '_tm_pb_built_for_post_type', 'page'),
(3742, 913, '_edit_lock', '1529386823:1'),
(3743, 913, '_edit_last', '1'),
(3744, 914, '_wp_attached_file', '2018/06/1.jpg'),
(3745, 914, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"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:4:{s:4:"file";s:13:"1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3746, 915, '_wp_attached_file', '2018/06/2.jpg'),
(3747, 915, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"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:13:"2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3748, 916, '_wp_attached_file', '2018/06/3.jpg'),
(3749, 916, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-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:13:"3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"3-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:13:"3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3750, 917, '_wp_attached_file', '2018/06/4.jpg'),
(3751, 917, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"4-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:13:"4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"4-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:13:"4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3752, 918, '_wp_attached_file', '2018/06/5.jpg'),
(3753, 918, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"5-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:13:"5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"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:13:"5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3754, 919, '_wp_attached_file', '2018/06/6.jpg'),
(3755, 919, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:13:"2018/06/6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"6-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:13:"6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:13:"6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:13:"6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:13:"6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:13:"6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:13:"6-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:13:"6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:13:"6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:13:"6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:13:"6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:13:"6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:13:"6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:13:"6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:13:"6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:13:"6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3756, 920, '_wp_attached_file', '2018/06/BREATHABLE.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3757, 920, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:22:"2018/06/BREATHABLE.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"BREATHABLE-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:22:"BREATHABLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"BREATHABLE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"BREATHABLE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"BREATHABLE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"BREATHABLE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"BREATHABLE-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"BREATHABLE-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"BREATHABLE-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"BREATHABLE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"BREATHABLE-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"BREATHABLE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"BREATHABLE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"BREATHABLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"BREATHABLE-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:22:"BREATHABLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"BREATHABLE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"BREATHABLE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"BREATHABLE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"BREATHABLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"BREATHABLE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"BREATHABLE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"BREATHABLE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"BREATHABLE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"BREATHABLE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3758, 921, '_wp_attached_file', '2018/06/BUDGETPRINTING.jpg'),
(3759, 921, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2018/06/BUDGETPRINTING.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"BUDGETPRINTING-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:26:"BUDGETPRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"BUDGETPRINTING-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"BUDGETPRINTING-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"BUDGETPRINTING-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"BUDGETPRINTING-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"BUDGETPRINTING-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"BUDGETPRINTING-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"BUDGETPRINTING-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"BUDGETPRINTING-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"BUDGETPRINTING-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"BUDGETPRINTING-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"BUDGETPRINTING-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"BUDGETPRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"BUDGETPRINTING-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:26:"BUDGETPRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"BUDGETPRINTING-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"BUDGETPRINTING-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"BUDGETPRINTING-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"BUDGETPRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"BUDGETPRINTING-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"BUDGETPRINTING-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"BUDGETPRINTING-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"BUDGETPRINTING-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"BUDGETPRINTING-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3760, 922, '_wp_attached_file', '2018/06/CREWNECKCOTTON.jpg'),
(3761, 922, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/CREWNECKCOTTON.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-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:26:"CREWNECKCOTTON-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"CREWNECKCOTTON-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"CREWNECKCOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-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:26:"CREWNECKCOTTON-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"CREWNECKCOTTON-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"CREWNECKCOTTON-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3762, 923, '_wp_attached_file', '2018/06/DURABILITY.jpg'),
(3763, 923, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:22:"2018/06/DURABILITY.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"DURABILITY-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:22:"DURABILITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"DURABILITY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"DURABILITY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"DURABILITY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"DURABILITY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"DURABILITY-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"DURABILITY-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"DURABILITY-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"DURABILITY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"DURABILITY-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"DURABILITY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"DURABILITY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"DURABILITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"DURABILITY-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:22:"DURABILITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"DURABILITY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"DURABILITY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"DURABILITY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"DURABILITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"DURABILITY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"DURABILITY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"DURABILITY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"DURABILITY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"DURABILITY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3764, 924, '_wp_attached_file', '2018/06/ENVIROMENTAL.jpg'),
(3765, 924, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/ENVIROMENTAL.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"ENVIROMENTAL-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:"ENVIROMENTAL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"ENVIROMENTAL-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"ENVIROMENTAL-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"ENVIROMENTAL-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"ENVIROMENTAL-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"ENVIROMENTAL-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"ENVIROMENTAL-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"ENVIROMENTAL-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"ENVIROMENTAL-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"ENVIROMENTAL-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"ENVIROMENTAL-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"ENVIROMENTAL-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"ENVIROMENTAL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"ENVIROMENTAL-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:"ENVIROMENTAL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"ENVIROMENTAL-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"ENVIROMENTAL-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"ENVIROMENTAL-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"ENVIROMENTAL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"ENVIROMENTAL-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"ENVIROMENTAL-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"ENVIROMENTAL-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"ENVIROMENTAL-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"ENVIROMENTAL-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3766, 925, '_wp_attached_file', '2018/06/SOFTLIGHT.jpg'),
(3767, 925, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:21:"2018/06/SOFTLIGHT.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"SOFTLIGHT-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:21:"SOFTLIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"SOFTLIGHT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"SOFTLIGHT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"SOFTLIGHT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"SOFTLIGHT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"SOFTLIGHT-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"SOFTLIGHT-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"SOFTLIGHT-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"SOFTLIGHT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"SOFTLIGHT-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"SOFTLIGHT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"SOFTLIGHT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"SOFTLIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"SOFTLIGHT-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:"SOFTLIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"SOFTLIGHT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"SOFTLIGHT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"SOFTLIGHT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"SOFTLIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"SOFTLIGHT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"SOFTLIGHT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"SOFTLIGHT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"SOFTLIGHT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"SOFTLIGHT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3768, 913, '_wp_page_template', 'default'),
(3769, 913, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3770, 913, '_tm_pb_use_builder', 'on'),
(3771, 913, '_tm_pb_old_content', ''),
(3772, 913, 'monstroid2_sidebar_position', 'inherit'),
(3773, 913, 'monstroid2_header_container_type', 'inherit'),
(3774, 913, 'monstroid2_content_container_type', 'inherit'),
(3775, 913, 'monstroid2_footer_container_type', 'inherit'),
(3776, 913, 'monstroid2_header_layout_type', 'inherit'),
(3777, 913, 'monstroid2_header_transparent_layout', 'inherit'),
(3778, 913, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3779, 913, 'monstroid2_top_panel_visibility', 'inherit'),
(3780, 913, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3781, 913, 'monstroid2_header_search', 'inherit'),
(3782, 913, 'monstroid2_header_btn_visibility', 'inherit'),
(3783, 913, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3784, 913, 'monstroid2_footer_layout_type', 'inherit'),
(3785, 913, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3786, 913, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3787, 913, 'monstroid2_header_woo_elements', 'inherit'),
(3788, 913, 'cherry_trend_views', '16'),
(3789, 939, '_wp_attached_file', '2018/06/CREWNECKCOTTON_new.jpg'),
(3790, 939, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1616;s:6:"height";i:800;s:4:"file";s:30:"2018/06/CREWNECKCOTTON_new.jpg";s:5:"sizes";a:35:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-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:30:"CREWNECKCOTTON_new-300x149.jpg";s:5:"width";i:300;s:6:"height";i:149;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-768x380.jpg";s:5:"width";i:768;s:6:"height";i:380;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"CREWNECKCOTTON_new-1024x507.jpg";s:5:"width";i:1024;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"CREWNECKCOTTON_new-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-418x207.jpg";s:5:"width";i:418;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"CREWNECKCOTTON_new-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"CREWNECKCOTTON_new-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-600x297.jpg";s:5:"width";i:600;s:6:"height";i:297;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-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:30:"CREWNECKCOTTON_new-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-600x297.jpg";s:5:"width";i:600;s:6:"height";i:297;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-400x198.jpg";s:5:"width";i:400;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-900x446.jpg";s:5:"width";i:900;s:6:"height";i:446;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-606x300.jpg";s:5:"width";i:606;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:31:"CREWNECKCOTTON_new-1364x675.jpg";s:5:"width";i:1364;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"CREWNECKCOTTON_new-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3791, 940, '_wp_trash_meta_status', 'publish'),
(3792, 940, '_wp_trash_meta_time', '1528705370'),
(3793, 983, '_wp_page_template', 'default'),
(3794, 983, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3795, 983, '_tm_pb_use_builder', 'on'),
(3796, 983, '_tm_pb_old_content', ''),
(3797, 983, 'monstroid2_sidebar_position', 'inherit'),
(3798, 983, 'monstroid2_header_container_type', 'inherit'),
(3799, 983, 'monstroid2_content_container_type', 'inherit'),
(3800, 983, 'monstroid2_footer_container_type', 'inherit'),
(3801, 983, 'monstroid2_header_layout_type', 'inherit'),
(3802, 983, 'monstroid2_header_transparent_layout', 'inherit'),
(3803, 983, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3804, 983, 'monstroid2_top_panel_visibility', 'inherit'),
(3805, 983, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3806, 983, 'monstroid2_header_search', 'inherit'),
(3807, 983, 'monstroid2_header_btn_visibility', 'inherit'),
(3808, 983, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3809, 983, 'monstroid2_footer_layout_type', 'inherit'),
(3810, 983, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3811, 983, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3812, 983, 'monstroid2_header_woo_elements', 'inherit'),
(3813, 983, 'cherry_trend_views', '14'),
(3814, 983, '_dp_original', '913'),
(3815, 983, '_edit_lock', '1529380715:1'),
(3816, 984, '_wp_attached_file', '2018/06/1-1.jpg'),
(3817, 984, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-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:15:"1-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-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:4:{s:4:"file";s:15:"1-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3818, 983, '_edit_last', '1'),
(3819, 985, '_wp_attached_file', '2018/06/2-1.jpg'),
(3820, 985, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-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:15:"2-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-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:4:{s:4:"file";s:15:"2-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3821, 986, '_wp_attached_file', '2018/06/3-1.jpg'),
(3822, 986, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-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:15:"3-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-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:4:{s:4:"file";s:15:"3-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3823, 987, '_wp_attached_file', '2018/06/4-1.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3824, 987, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-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:15:"4-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-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:4:{s:4:"file";s:15:"4-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3825, 988, '_wp_attached_file', '2018/06/5-1.jpg'),
(3826, 988, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-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:15:"5-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-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:4:{s:4:"file";s:15:"5-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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, 989, '_wp_attached_file', '2018/06/6-1.jpg'),
(3828, 989, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-1.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-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:15:"6-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-1-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-1-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-1-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-1-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-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:4:{s:4:"file";s:15:"6-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-1-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-1-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-1-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-1-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-1-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3829, 990, '_wp_attached_file', '2018/06/BREATHABLE-1.jpg'),
(3830, 990, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/BREATHABLE-1.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-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:"BREATHABLE-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"BREATHABLE-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"BREATHABLE-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"BREATHABLE-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"BREATHABLE-1-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"BREATHABLE-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"BREATHABLE-1-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"BREATHABLE-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"BREATHABLE-1-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"BREATHABLE-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"BREATHABLE-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"BREATHABLE-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"BREATHABLE-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:4:{s:4:"file";s:24:"BREATHABLE-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"BREATHABLE-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"BREATHABLE-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"BREATHABLE-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"BREATHABLE-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"BREATHABLE-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"BREATHABLE-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"BREATHABLE-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"BREATHABLE-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3831, 991, '_wp_attached_file', '2018/06/DURABILITY-1.jpg'),
(3832, 991, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/DURABILITY-1.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-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:"DURABILITY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"DURABILITY-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"DURABILITY-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"DURABILITY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"DURABILITY-1-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"DURABILITY-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"DURABILITY-1-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"DURABILITY-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"DURABILITY-1-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"DURABILITY-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"DURABILITY-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"DURABILITY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"DURABILITY-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:4:{s:4:"file";s:24:"DURABILITY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"DURABILITY-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"DURABILITY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"DURABILITY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"DURABILITY-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"DURABILITY-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"DURABILITY-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"DURABILITY-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"DURABILITY-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3833, 992, '_wp_attached_file', '2018/06/ENZYMECOTTON-1.jpg'),
(3834, 992, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/ENZYMECOTTON-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-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:26:"ENZYMECOTTON-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"ENZYMECOTTON-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"ENZYMECOTTON-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-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:4:{s:4:"file";s:26:"ENZYMECOTTON-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"ENZYMECOTTON-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"ENZYMECOTTON-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3835, 993, '_wp_attached_file', '2018/06/S.PRINTING.F.jpg'),
(3836, 993, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/S.PRINTING.F.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"S.PRINTING.F-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:"S.PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"S.PRINTING.F-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"S.PRINTING.F-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"S.PRINTING.F-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"S.PRINTING.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"S.PRINTING.F-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"S.PRINTING.F-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"S.PRINTING.F-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"S.PRINTING.F-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"S.PRINTING.F-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"S.PRINTING.F-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"S.PRINTING.F-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"S.PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"S.PRINTING.F-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:"S.PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"S.PRINTING.F-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"S.PRINTING.F-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"S.PRINTING.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"S.PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"S.PRINTING.F-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"S.PRINTING.F-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"S.PRINTING.F-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"S.PRINTING.F-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"S.PRINTING.F-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3837, 994, '_wp_attached_file', '2018/06/SOFTCELLULAR.jpg'),
(3838, 994, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/SOFTCELLULAR.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"SOFTCELLULAR-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:"SOFTCELLULAR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"SOFTCELLULAR-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"SOFTCELLULAR-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"SOFTCELLULAR-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"SOFTCELLULAR-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"SOFTCELLULAR-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"SOFTCELLULAR-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"SOFTCELLULAR-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"SOFTCELLULAR-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"SOFTCELLULAR-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"SOFTCELLULAR-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"SOFTCELLULAR-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"SOFTCELLULAR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"SOFTCELLULAR-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:"SOFTCELLULAR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"SOFTCELLULAR-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"SOFTCELLULAR-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"SOFTCELLULAR-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"SOFTCELLULAR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"SOFTCELLULAR-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"SOFTCELLULAR-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"SOFTCELLULAR-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"SOFTCELLULAR-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"SOFTCELLULAR-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3839, 997, '_wp_page_template', 'default'),
(3840, 997, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3841, 997, '_tm_pb_use_builder', 'on'),
(3842, 997, '_tm_pb_old_content', ''),
(3843, 997, 'monstroid2_sidebar_position', 'inherit'),
(3844, 997, 'monstroid2_header_container_type', 'inherit'),
(3845, 997, 'monstroid2_content_container_type', 'inherit'),
(3846, 997, 'monstroid2_footer_container_type', 'inherit'),
(3847, 997, 'monstroid2_header_layout_type', 'inherit'),
(3848, 997, 'monstroid2_header_transparent_layout', 'inherit'),
(3849, 997, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3850, 997, 'monstroid2_top_panel_visibility', 'inherit'),
(3851, 997, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3852, 997, 'monstroid2_header_search', 'inherit'),
(3853, 997, 'monstroid2_header_btn_visibility', 'inherit'),
(3854, 997, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3855, 997, 'monstroid2_footer_layout_type', 'inherit'),
(3856, 997, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3857, 997, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3858, 997, 'monstroid2_header_woo_elements', 'inherit'),
(3859, 997, 'cherry_trend_views', '15'),
(3861, 997, '_dp_original', '983'),
(3862, 997, '_edit_lock', '1529380929:1'),
(3863, 997, '_edit_last', '1'),
(3864, 998, '_wp_attached_file', '2018/06/POLO-1.jpg'),
(3865, 998, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2018/06/POLO-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"POLO-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:18:"POLO-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"POLO-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"POLO-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"POLO-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"POLO-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"POLO-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"POLO-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"POLO-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"POLO-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"POLO-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"POLO-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"POLO-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"POLO-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"POLO-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"POLO-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"POLO-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"POLO-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"POLO-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"POLO-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"POLO-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"POLO-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"POLO-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:4:{s:4:"file";s:18:"POLO-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"POLO-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"POLO-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"POLO-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"POLO-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"POLO-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"POLO-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"POLO-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"POLO-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"POLO-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"POLO-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"POLO-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"POLO-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"POLO-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"POLO-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"POLO-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3866, 999, '_wp_attached_file', '2018/06/1-2.jpg'),
(3867, 999, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-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:15:"1-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-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:15:"1-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3868, 1000, '_wp_attached_file', '2018/06/2-2.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3869, 1000, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-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:15:"2-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-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:15:"2-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3870, 1001, '_wp_attached_file', '2018/06/3-2.jpg'),
(3871, 1001, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-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:15:"3-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-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:15:"3-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3872, 1002, '_wp_attached_file', '2018/06/4-2.jpg'),
(3873, 1002, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-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:15:"4-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-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:15:"4-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3874, 1003, '_wp_attached_file', '2018/06/5-2.jpg'),
(3875, 1003, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-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:15:"5-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-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:15:"5-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3876, 1004, '_wp_attached_file', '2018/06/6-2.jpg'),
(3877, 1004, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-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:15:"6-2-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-2-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-2-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-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:15:"6-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-2-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-2-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-2-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-2-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3878, 1005, '_wp_attached_file', '2018/06/BREATHABLE-2.jpg'),
(3879, 1005, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/BREATHABLE-2.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-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:24:"BREATHABLE-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"BREATHABLE-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"BREATHABLE-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"BREATHABLE-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"BREATHABLE-2-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"BREATHABLE-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"BREATHABLE-2-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"BREATHABLE-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"BREATHABLE-2-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"BREATHABLE-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"BREATHABLE-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"BREATHABLE-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"BREATHABLE-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:24:"BREATHABLE-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"BREATHABLE-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"BREATHABLE-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"BREATHABLE-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"BREATHABLE-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"BREATHABLE-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"BREATHABLE-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"BREATHABLE-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"BREATHABLE-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"BREATHABLE-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3880, 1006, '_wp_attached_file', '2018/06/DURABILITY-2.jpg'),
(3881, 1006, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/DURABILITY-2.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-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:24:"DURABILITY-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"DURABILITY-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"DURABILITY-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"DURABILITY-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"DURABILITY-2-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"DURABILITY-2-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"DURABILITY-2-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"DURABILITY-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"DURABILITY-2-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"DURABILITY-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"DURABILITY-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"DURABILITY-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"DURABILITY-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:24:"DURABILITY-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"DURABILITY-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"DURABILITY-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"DURABILITY-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"DURABILITY-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"DURABILITY-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"DURABILITY-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"DURABILITY-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"DURABILITY-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"DURABILITY-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3882, 1007, '_wp_attached_file', '2018/06/EMBROIDERY.F.jpg'),
(3883, 1007, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/06/EMBROIDERY.F.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"EMBROIDERY.F-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:"EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"EMBROIDERY.F-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:24:"EMBROIDERY.F-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:23:"EMBROIDERY.F-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:24:"EMBROIDERY.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:24:"EMBROIDERY.F-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:24:"EMBROIDERY.F-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:24:"EMBROIDERY.F-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:24:"EMBROIDERY.F-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:24:"EMBROIDERY.F-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:24:"EMBROIDERY.F-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:24:"EMBROIDERY.F-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:24:"EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"EMBROIDERY.F-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:"EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"EMBROIDERY.F-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:24:"EMBROIDERY.F-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:24:"EMBROIDERY.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:24:"EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:24:"EMBROIDERY.F-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:24:"EMBROIDERY.F-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:24:"EMBROIDERY.F-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:24:"EMBROIDERY.F-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:24:"EMBROIDERY.F-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3884, 1010, '_wp_page_template', 'default'),
(3885, 1010, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3886, 1010, '_tm_pb_use_builder', 'on'),
(3887, 1010, '_tm_pb_old_content', ''),
(3888, 1010, 'monstroid2_sidebar_position', 'inherit'),
(3889, 1010, 'monstroid2_header_container_type', 'inherit'),
(3890, 1010, 'monstroid2_content_container_type', 'inherit'),
(3891, 1010, 'monstroid2_footer_container_type', 'inherit'),
(3892, 1010, 'monstroid2_header_layout_type', 'inherit'),
(3893, 1010, 'monstroid2_header_transparent_layout', 'inherit'),
(3894, 1010, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3895, 1010, 'monstroid2_top_panel_visibility', 'inherit'),
(3896, 1010, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3897, 1010, 'monstroid2_header_search', 'inherit'),
(3898, 1010, 'monstroid2_header_btn_visibility', 'inherit'),
(3899, 1010, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3900, 1010, 'monstroid2_footer_layout_type', 'inherit'),
(3901, 1010, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3902, 1010, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3903, 1010, 'monstroid2_header_woo_elements', 'inherit'),
(3904, 1010, 'cherry_trend_views', '12'),
(3906, 1010, '_dp_original', '997'),
(3907, 1010, '_edit_lock', '1529381367:1'),
(3908, 1010, '_edit_last', '1'),
(3909, 1011, '_wp_attached_file', '2018/06/DRIFIT-1.jpg'),
(3910, 1011, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:20:"2018/06/DRIFIT-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DRIFIT-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:20:"DRIFIT-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DRIFIT-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DRIFIT-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"DRIFIT-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"DRIFIT-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"DRIFIT-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"DRIFIT-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"DRIFIT-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"DRIFIT-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"DRIFIT-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"DRIFIT-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:21:"DRIFIT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:21:"DRIFIT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"DRIFIT-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"DRIFIT-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"DRIFIT-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"DRIFIT-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"DRIFIT-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"DRIFIT-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"DRIFIT-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"DRIFIT-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"DRIFIT-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:4:{s:4:"file";s:20:"DRIFIT-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"DRIFIT-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"DRIFIT-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"DRIFIT-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"DRIFIT-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"DRIFIT-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:20:"DRIFIT-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"DRIFIT-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DRIFIT-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:21:"DRIFIT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"DRIFIT-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"DRIFIT-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"DRIFIT-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"DRIFIT-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"DRIFIT-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:21:"DRIFIT-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3911, 1012, '_wp_attached_file', '2018/06/DRYTEC.jpg'),
(3912, 1012, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2018/06/DRYTEC.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"DRYTEC-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:18:"DRYTEC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"DRYTEC-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"DRYTEC-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"DRYTEC-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"DRYTEC-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"DRYTEC-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"DRYTEC-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"DRYTEC-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"DRYTEC-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"DRYTEC-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"DRYTEC-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"DRYTEC-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"DRYTEC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"DRYTEC-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:"DRYTEC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"DRYTEC-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"DRYTEC-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"DRYTEC-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"DRYTEC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"DRYTEC-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"DRYTEC-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"DRYTEC-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"DRYTEC-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"DRYTEC-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3913, 1013, '_wp_attached_file', '2018/06/FLEXIBLE.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3914, 1013, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:20:"2018/06/FLEXIBLE.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"FLEXIBLE-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:20:"FLEXIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"FLEXIBLE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"FLEXIBLE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"FLEXIBLE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"FLEXIBLE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"FLEXIBLE-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"FLEXIBLE-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"FLEXIBLE-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"FLEXIBLE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"FLEXIBLE-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"FLEXIBLE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"FLEXIBLE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"FLEXIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"FLEXIBLE-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:"FLEXIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"FLEXIBLE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"FLEXIBLE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"FLEXIBLE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"FLEXIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"FLEXIBLE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"FLEXIBLE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"FLEXIBLE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"FLEXIBLE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"FLEXIBLE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3915, 1014, '_wp_attached_file', '2018/06/PRINTING.F.jpg'),
(3916, 1014, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:22:"2018/06/PRINTING.F.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"PRINTING.F-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:22:"PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"PRINTING.F-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"PRINTING.F-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"PRINTING.F-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"PRINTING.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"PRINTING.F-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"PRINTING.F-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"PRINTING.F-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"PRINTING.F-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"PRINTING.F-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"PRINTING.F-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"PRINTING.F-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"PRINTING.F-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:22:"PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"PRINTING.F-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"PRINTING.F-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"PRINTING.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"PRINTING.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"PRINTING.F-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"PRINTING.F-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"PRINTING.F-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"PRINTING.F-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"PRINTING.F-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3917, 1015, '_wp_attached_file', '2018/06/WINDFEEL.jpg'),
(3918, 1015, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:20:"2018/06/WINDFEEL.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"WINDFEEL-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:20:"WINDFEEL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"WINDFEEL-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"WINDFEEL-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"WINDFEEL-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"WINDFEEL-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"WINDFEEL-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"WINDFEEL-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"WINDFEEL-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"WINDFEEL-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"WINDFEEL-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"WINDFEEL-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"WINDFEEL-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"WINDFEEL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"WINDFEEL-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:"WINDFEEL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"WINDFEEL-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"WINDFEEL-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"WINDFEEL-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"WINDFEEL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"WINDFEEL-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"WINDFEEL-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"WINDFEEL-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"WINDFEEL-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"WINDFEEL-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3919, 1016, '_wp_attached_file', '2018/06/1-3.jpg'),
(3920, 1016, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-3-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:15:"1-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-3-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:15:"1-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3921, 1017, '_wp_attached_file', '2018/06/2-3.jpg'),
(3922, 1017, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-3-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:15:"2-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-3-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:15:"2-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3923, 1018, '_wp_attached_file', '2018/06/3-3.jpg'),
(3924, 1018, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-3-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:15:"3-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-3-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:15:"3-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3925, 1019, '_wp_attached_file', '2018/06/4-3.jpg'),
(3926, 1019, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-3-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:15:"4-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-3-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:15:"4-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3927, 1020, '_wp_attached_file', '2018/06/5-3.jpg'),
(3928, 1020, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-3-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:15:"5-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-3-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:15:"5-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3929, 1021, '_wp_attached_file', '2018/06/6-3.jpg'),
(3930, 1021, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-3.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-3-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:15:"6-3-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-3-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-3-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-3-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-3-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-3-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-3-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-3-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-3-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-3-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-3-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-3-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-3-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-3-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-3-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:15:"6-3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-3-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-3-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-3-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-3-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-3-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-3-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-3-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-3-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-3-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-3-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-3-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-3-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3931, 1025, '_wp_page_template', 'default'),
(3932, 1025, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3933, 1025, '_tm_pb_use_builder', 'on'),
(3934, 1025, '_tm_pb_old_content', ''),
(3935, 1025, 'monstroid2_sidebar_position', 'inherit'),
(3936, 1025, 'monstroid2_header_container_type', 'inherit'),
(3937, 1025, 'monstroid2_content_container_type', 'inherit'),
(3938, 1025, 'monstroid2_footer_container_type', 'inherit'),
(3939, 1025, 'monstroid2_header_layout_type', 'inherit'),
(3940, 1025, 'monstroid2_header_transparent_layout', 'inherit'),
(3941, 1025, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3942, 1025, 'monstroid2_top_panel_visibility', 'inherit'),
(3943, 1025, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3944, 1025, 'monstroid2_header_search', 'inherit'),
(3945, 1025, 'monstroid2_header_btn_visibility', 'inherit'),
(3946, 1025, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3947, 1025, 'monstroid2_footer_layout_type', 'inherit'),
(3948, 1025, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3949, 1025, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3950, 1025, 'monstroid2_header_woo_elements', 'inherit'),
(3951, 1025, 'cherry_trend_views', '14'),
(3953, 1025, '_dp_original', '1010'),
(3954, 1025, '_edit_lock', '1529381516:1'),
(3955, 1025, '_edit_last', '1'),
(3956, 1026, '_wp_attached_file', '2018/06/JERSEY-1.jpg'),
(3957, 1026, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:20:"2018/06/JERSEY-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"JERSEY-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:20:"JERSEY-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"JERSEY-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"JERSEY-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"JERSEY-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"JERSEY-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"JERSEY-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"JERSEY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"JERSEY-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"JERSEY-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"JERSEY-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"JERSEY-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:21:"JERSEY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:21:"JERSEY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"JERSEY-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"JERSEY-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"JERSEY-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"JERSEY-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"JERSEY-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"JERSEY-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"JERSEY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"JERSEY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"JERSEY-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:4:{s:4:"file";s:20:"JERSEY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"JERSEY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"JERSEY-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"JERSEY-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"JERSEY-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"JERSEY-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:20:"JERSEY-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"JERSEY-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"JERSEY-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:21:"JERSEY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"JERSEY-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"JERSEY-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"JERSEY-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"JERSEY-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"JERSEY-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:21:"JERSEY-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(3958, 1027, '_wp_attached_file', '2018/06/SMOOTH.jpg');
INSERT INTO `wpag_postmeta` VALUES
(3959, 1027, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2018/06/SMOOTH.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"SMOOTH-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:18:"SMOOTH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"SMOOTH-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"SMOOTH-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"SMOOTH-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"SMOOTH-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"SMOOTH-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"SMOOTH-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"SMOOTH-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"SMOOTH-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"SMOOTH-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"SMOOTH-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"SMOOTH-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"SMOOTH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"SMOOTH-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:"SMOOTH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"SMOOTH-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"SMOOTH-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"SMOOTH-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"SMOOTH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"SMOOTH-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"SMOOTH-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"SMOOTH-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"SMOOTH-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"SMOOTH-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3960, 1028, '_wp_attached_file', '2018/06/S.EMBROIDERY.F.jpg'),
(3961, 1028, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2018/06/S.EMBROIDERY.F.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-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:26:"S.EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"S.EMBROIDERY.F-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"S.EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-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:26:"S.EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"S.EMBROIDERY.F-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3962, 1030, '_wp_attached_file', '2018/06/1-4.jpg'),
(3963, 1030, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-4-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:15:"1-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-4-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:15:"1-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3964, 1031, '_wp_attached_file', '2018/06/2-4.jpg'),
(3965, 1031, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-4-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:15:"2-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-4-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:15:"2-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3966, 1033, '_wp_attached_file', '2018/06/3-4.jpg'),
(3967, 1033, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-4-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:15:"3-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-4-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:15:"3-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3968, 1035, '_wp_attached_file', '2018/06/4-4.jpg'),
(3969, 1035, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-4-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:15:"4-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-4-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:15:"4-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3970, 1036, '_wp_attached_file', '2018/06/5-4.jpg'),
(3971, 1036, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-4-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:15:"5-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-4-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:15:"5-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3972, 1037, '_wp_attached_file', '2018/06/6-4.jpg'),
(3973, 1037, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-4.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-4-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:15:"6-4-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-4-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-4-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-4-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-4-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-4-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-4-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-4-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-4-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-4-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-4-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-4-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-4-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-4-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-4-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:15:"6-4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-4-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-4-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-4-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-4-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-4-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-4-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-4-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-4-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-4-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-4-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-4-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-4-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(3974, 1040, '_wp_page_template', 'default'),
(3975, 1040, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(3976, 1040, '_tm_pb_use_builder', 'on'),
(3977, 1040, '_tm_pb_old_content', ''),
(3978, 1040, 'monstroid2_sidebar_position', 'inherit'),
(3979, 1040, 'monstroid2_header_container_type', 'inherit'),
(3980, 1040, 'monstroid2_content_container_type', 'inherit'),
(3981, 1040, 'monstroid2_footer_container_type', 'inherit'),
(3982, 1040, 'monstroid2_header_layout_type', 'inherit'),
(3983, 1040, 'monstroid2_header_transparent_layout', 'inherit'),
(3984, 1040, 'monstroid2_header_invert_color_scheme', 'inherit'),
(3985, 1040, 'monstroid2_top_panel_visibility', 'inherit'),
(3986, 1040, 'monstroid2_header_contact_block_visibility', 'inherit'),
(3987, 1040, 'monstroid2_header_search', 'inherit'),
(3988, 1040, 'monstroid2_header_btn_visibility', 'inherit'),
(3989, 1040, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(3990, 1040, 'monstroid2_footer_layout_type', 'inherit'),
(3991, 1040, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(3992, 1040, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(3993, 1040, 'monstroid2_header_woo_elements', 'inherit'),
(3994, 1040, 'cherry_trend_views', '17'),
(3996, 1040, '_dp_original', '1025'),
(3997, 1040, '_edit_lock', '1529381979:1'),
(3998, 1040, '_edit_last', '1'),
(3999, 1041, '_wp_attached_file', '2018/06/WEIGHTYHOODY-1.jpg'),
(4000, 1041, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/WEIGHTYHOODY-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-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:26:"WEIGHTYHOODY-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"WEIGHTYHOODY-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"WEIGHTYHOODY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-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:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"WEIGHTYHOODY-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"WEIGHTYHOODY-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4001, 1042, '_wp_attached_file', '2018/06/STYLISH.jpg'),
(4002, 1042, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:19:"2018/06/STYLISH.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"STYLISH-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:"STYLISH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"STYLISH-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"STYLISH-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"STYLISH-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"STYLISH-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"STYLISH-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"STYLISH-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"STYLISH-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"STYLISH-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"STYLISH-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"STYLISH-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"STYLISH-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"STYLISH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"STYLISH-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:"STYLISH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"STYLISH-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"STYLISH-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"STYLISH-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"STYLISH-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"STYLISH-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"STYLISH-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"STYLISH-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"STYLISH-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"STYLISH-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4003, 1043, '_wp_attached_file', '2018/06/FLEECY.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4004, 1043, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2018/06/FLEECY.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"FLEECY-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:18:"FLEECY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"FLEECY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"FLEECY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"FLEECY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"FLEECY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"FLEECY-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"FLEECY-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"FLEECY-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"FLEECY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"FLEECY-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"FLEECY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"FLEECY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"FLEECY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"FLEECY-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:"FLEECY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"FLEECY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"FLEECY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"FLEECY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"FLEECY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"FLEECY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"FLEECY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"FLEECY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"FLEECY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"FLEECY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4005, 1044, '_wp_attached_file', '2018/06/HEAVY.jpg'),
(4006, 1044, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:17:"2018/06/HEAVY.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"HEAVY-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:17:"HEAVY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"HEAVY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"HEAVY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"HEAVY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"HEAVY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"HEAVY-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"HEAVY-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"HEAVY-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"HEAVY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"HEAVY-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"HEAVY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"HEAVY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"HEAVY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"HEAVY-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:17:"HEAVY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"HEAVY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"HEAVY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"HEAVY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"HEAVY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"HEAVY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"HEAVY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"HEAVY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"HEAVY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"HEAVY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4007, 1045, '_wp_attached_file', '2018/06/1-5.jpg'),
(4008, 1045, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-5-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:15:"1-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-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:15:"1-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4009, 1046, '_wp_attached_file', '2018/06/2-5.jpg'),
(4010, 1046, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-5-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:15:"2-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-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:15:"2-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4011, 1047, '_wp_attached_file', '2018/06/3-5.jpg'),
(4012, 1047, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-5-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:15:"3-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-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:15:"3-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4013, 1048, '_wp_attached_file', '2018/06/4-5.jpg'),
(4014, 1048, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-5-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:15:"4-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-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:15:"4-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4015, 1049, '_wp_attached_file', '2018/06/5-5.jpg'),
(4016, 1049, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-5-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:15:"5-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-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:15:"5-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4017, 1050, '_wp_attached_file', '2018/06/6-5.jpg'),
(4018, 1050, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-5.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-5-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:15:"6-5-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-5-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-5-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-5-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-5-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-5-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-5-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-5-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-5-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-5-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-5-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-5-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-5-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-5-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-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:15:"6-5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-5-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-5-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-5-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-5-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-5-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-5-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-5-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-5-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-5-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-5-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-5-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-5-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4019, 1055, '_wp_page_template', 'default'),
(4020, 1055, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4021, 1055, '_tm_pb_use_builder', 'on'),
(4022, 1055, '_tm_pb_old_content', ''),
(4023, 1055, 'monstroid2_sidebar_position', 'inherit'),
(4024, 1055, 'monstroid2_header_container_type', 'inherit'),
(4025, 1055, 'monstroid2_content_container_type', 'inherit'),
(4026, 1055, 'monstroid2_footer_container_type', 'inherit'),
(4027, 1055, 'monstroid2_header_layout_type', 'inherit'),
(4028, 1055, 'monstroid2_header_transparent_layout', 'inherit'),
(4029, 1055, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4030, 1055, 'monstroid2_top_panel_visibility', 'inherit'),
(4031, 1055, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4032, 1055, 'monstroid2_header_search', 'inherit'),
(4033, 1055, 'monstroid2_header_btn_visibility', 'inherit'),
(4034, 1055, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4035, 1055, 'monstroid2_footer_layout_type', 'inherit'),
(4036, 1055, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4037, 1055, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4038, 1055, 'monstroid2_header_woo_elements', 'inherit'),
(4039, 1055, 'cherry_trend_views', '18'),
(4041, 1055, '_dp_original', '1040'),
(4042, 1055, '_edit_lock', '1529381700:1'),
(4043, 1055, '_edit_last', '1'),
(4044, 1056, '_wp_attached_file', '2018/06/WINDHOODY-1.jpg'),
(4045, 1056, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:23:"2018/06/WINDHOODY-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"WINDHOODY-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:23:"WINDHOODY-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"WINDHOODY-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"WINDHOODY-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"WINDHOODY-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"WINDHOODY-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"WINDHOODY-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"WINDHOODY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"WINDHOODY-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"WINDHOODY-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:23:"WINDHOODY-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"WINDHOODY-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:24:"WINDHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:24:"WINDHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:23:"WINDHOODY-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"WINDHOODY-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"WINDHOODY-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"WINDHOODY-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"WINDHOODY-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:24:"WINDHOODY-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"WINDHOODY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:23:"WINDHOODY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:23:"WINDHOODY-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:4:{s:4:"file";s:23:"WINDHOODY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"WINDHOODY-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"WINDHOODY-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"WINDHOODY-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:23:"WINDHOODY-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"WINDHOODY-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:23:"WINDHOODY-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"WINDHOODY-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:24:"WINDHOODY-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:24:"WINDHOODY-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:23:"WINDHOODY-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:23:"WINDHOODY-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:23:"WINDHOODY-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:23:"WINDHOODY-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:23:"WINDHOODY-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:24:"WINDHOODY-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4046, 1057, '_wp_attached_file', '2018/06/LIGHT.jpg'),
(4047, 1057, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:17:"2018/06/LIGHT.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"LIGHT-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:17:"LIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"LIGHT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"LIGHT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"LIGHT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"LIGHT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"LIGHT-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"LIGHT-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"LIGHT-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"LIGHT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"LIGHT-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"LIGHT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"LIGHT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"LIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"LIGHT-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:17:"LIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"LIGHT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"LIGHT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"LIGHT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"LIGHT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"LIGHT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"LIGHT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"LIGHT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"LIGHT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"LIGHT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4048, 1058, '_wp_attached_file', '2018/06/1-6.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4049, 1058, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-6-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:15:"1-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-6-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:15:"1-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4050, 1059, '_wp_attached_file', '2018/06/2-6.jpg'),
(4051, 1059, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/2-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"2-6-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:15:"2-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"2-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"2-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"2-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"2-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"2-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"2-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"2-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"2-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"2-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"2-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"2-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"2-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"2-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"2-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"2-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"2-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"2-6-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:15:"2-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"2-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"2-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"2-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"2-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"2-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"2-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"2-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"2-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"2-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"2-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"2-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"2-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4052, 1060, '_wp_attached_file', '2018/06/3-6.jpg'),
(4053, 1060, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/3-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"3-6-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:15:"3-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"3-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"3-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"3-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"3-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"3-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"3-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"3-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"3-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"3-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"3-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"3-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"3-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"3-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"3-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"3-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"3-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"3-6-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:15:"3-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"3-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"3-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"3-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"3-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"3-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"3-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"3-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"3-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"3-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"3-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"3-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"3-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4054, 1061, '_wp_attached_file', '2018/06/4-6.jpg'),
(4055, 1061, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/4-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"4-6-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:15:"4-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"4-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"4-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"4-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"4-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"4-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"4-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"4-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"4-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"4-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"4-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"4-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"4-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"4-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"4-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"4-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"4-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"4-6-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:15:"4-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"4-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"4-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"4-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"4-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"4-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"4-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"4-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"4-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"4-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"4-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"4-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"4-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4056, 1062, '_wp_attached_file', '2018/06/5-6.jpg'),
(4057, 1062, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-6-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:15:"5-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-6-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:15:"5-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4058, 1063, '_wp_attached_file', '2018/06/6-6.jpg'),
(4059, 1063, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-6.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-6-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:15:"6-6-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-6-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-6-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-6-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-6-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-6-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-6-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-6-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-6-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-6-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-6-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-6-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-6-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-6-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-6-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:15:"6-6-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-6-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-6-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-6-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-6-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-6-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-6-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-6-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-6-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-6-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-6-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-6-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-6-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4060, 1066, '_menu_item_type', 'post_type'),
(4061, 1066, '_menu_item_menu_item_parent', '0'),
(4062, 1066, '_menu_item_object_id', '868'),
(4063, 1066, '_menu_item_object', 'page'),
(4064, 1066, '_menu_item_target', ''),
(4065, 1066, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4066, 1066, '_menu_item_xfn', ''),
(4067, 1066, '_menu_item_url', ''),
(4071, 1077, '_wp_attached_file', '2018/06/B.png'),
(4072, 1077, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:13:"2018/06/B.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"B-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:13:"B-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"B-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"B-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"B-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"B-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"B-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"B-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"B-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"B-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"B-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"B-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"B-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"B-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:13:"B-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:13:"B-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:13:"B-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"B-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"B-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"B-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:13:"B-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:13:"B-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:13:"B-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:13:"B-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:13:"B-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4073, 1078, '_wp_attached_file', '2018/06/C.png'),
(4074, 1078, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:13:"2018/06/C.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"C-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:13:"C-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:13:"C-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:13:"C-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:12:"C-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:13:"C-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:13:"C-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:13:"C-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:13:"C-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:13:"C-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:13:"C-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:13:"C-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:13:"C-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:13:"C-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:13:"C-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:13:"C-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:13:"C-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:13:"C-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:13:"C-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:13:"C-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:13:"C-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:13:"C-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:13:"C-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:13:"C-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:13:"C-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4129, 1120, '_wp_attached_file', '2018/06/ENZYMECOTTON-2.jpg'),
(4130, 1120, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/ENZYMECOTTON-2.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-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:26:"ENZYMECOTTON-2-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"ENZYMECOTTON-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"ENZYMECOTTON-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-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:26:"ENZYMECOTTON-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"ENZYMECOTTON-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"ENZYMECOTTON-2-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4121, 1113, '_wp_attached_file', '2018/06/RUNIFPOSSIBLE.jpg'),
(4122, 1113, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:25:"2018/06/RUNIFPOSSIBLE.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-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:25:"RUNIFPOSSIBLE-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:24:"RUNIFPOSSIBLE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:25:"RUNIFPOSSIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-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:25:"RUNIFPOSSIBLE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:25:"RUNIFPOSSIBLE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4125, 1115, '_wp_attached_file', '2018/06/YAMAHA-SEA-GAME.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4126, 1115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:27:"2018/06/YAMAHA-SEA-GAME.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-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:27:"YAMAHA-SEA-GAME-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:26:"YAMAHA-SEA-GAME-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:27:"YAMAHA-SEA-GAME-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-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:27:"YAMAHA-SEA-GAME-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:27:"YAMAHA-SEA-GAME-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4123, 1114, '_wp_attached_file', '2018/06/XCAPE.jpg'),
(4124, 1114, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:17:"2018/06/XCAPE.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"XCAPE-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:17:"XCAPE-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"XCAPE-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"XCAPE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"XCAPE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"XCAPE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"XCAPE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"XCAPE-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"XCAPE-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:17:"XCAPE-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"XCAPE-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"XCAPE-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"XCAPE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"XCAPE-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"XCAPE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"XCAPE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"XCAPE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:17:"XCAPE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"XCAPE-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:17:"XCAPE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:17:"XCAPE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"XCAPE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"XCAPE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:17:"XCAPE-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"XCAPE-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"XCAPE-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:17:"XCAPE-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"XCAPE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"XCAPE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"XCAPE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"XCAPE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"XCAPE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4095, 1096, '_wp_attached_file', '2018/06/PSC-1.png'),
(4096, 1096, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:17:"2018/06/PSC-1.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"PSC-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"PSC-1-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"PSC-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"PSC-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"PSC-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"PSC-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"PSC-1-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"PSC-1-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"PSC-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"PSC-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"PSC-1-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"PSC-1-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"PSC-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"PSC-1-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:17:"PSC-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"PSC-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"PSC-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"PSC-1-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:17:"PSC-1-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:17:"PSC-1-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:17:"PSC-1-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:17:"PSC-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:17:"PSC-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4097, 1097, '_wp_attached_file', '2018/06/usm.png'),
(4098, 1097, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:15:"2018/06/usm.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"usm-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:15:"usm-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"usm-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"usm-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"usm-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"usm-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"usm-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"usm-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"usm-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"usm-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"usm-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"usm-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"usm-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"usm-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:15:"usm-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"usm-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"usm-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"usm-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:15:"usm-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:15:"usm-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:15:"usm-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:15:"usm-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:15:"usm-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4099, 1099, '_wp_attached_file', '2018/06/manchester.png'),
(4100, 1099, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:22:"2018/06/manchester.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"manchester-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"manchester-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"manchester-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"manchester-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"manchester-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"manchester-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"manchester-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"manchester-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"manchester-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"manchester-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"manchester-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"manchester-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"manchester-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"manchester-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:22:"manchester-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"manchester-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"manchester-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"manchester-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:22:"manchester-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:22:"manchester-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:22:"manchester-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:22:"manchester-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:22:"manchester-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4101, 1101, '_wp_attached_file', '2018/06/sunway.png'),
(4102, 1101, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:18:"2018/06/sunway.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"sunway-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"sunway-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"sunway-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"sunway-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"sunway-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"sunway-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"sunway-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"sunway-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"sunway-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"sunway-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"sunway-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"sunway-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"sunway-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"sunway-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:18:"sunway-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"sunway-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"sunway-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"sunway-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:18:"sunway-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:18:"sunway-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:18:"sunway-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:18:"sunway-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:18:"sunway-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4103, 1103, '_wp_attached_file', '2018/06/UNSW-1.png'),
(4104, 1103, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:18:"2018/06/UNSW-1.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"UNSW-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"UNSW-1-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"UNSW-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"UNSW-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"UNSW-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"UNSW-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"UNSW-1-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"UNSW-1-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"UNSW-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"UNSW-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"UNSW-1-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"UNSW-1-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"UNSW-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"UNSW-1-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:18:"UNSW-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"UNSW-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"UNSW-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"UNSW-1-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:18:"UNSW-1-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:18:"UNSW-1-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:18:"UNSW-1-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:18:"UNSW-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:18:"UNSW-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4105, 1104, '_wp_attached_file', '2018/06/UTAR-1.png'),
(4106, 1104, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:18:"2018/06/UTAR-1.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"UTAR-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"UTAR-1-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"UTAR-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"UTAR-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"UTAR-1-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"UTAR-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"UTAR-1-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"UTAR-1-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"UTAR-1-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"UTAR-1-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"UTAR-1-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"UTAR-1-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"UTAR-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"UTAR-1-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:18:"UTAR-1-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"UTAR-1-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"UTAR-1-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"UTAR-1-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:18:"UTAR-1-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:18:"UTAR-1-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:18:"UTAR-1-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:18:"UTAR-1-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:18:"UTAR-1-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4107, 1105, '_wp_attached_file', '2018/06/UTAR-2.png'),
(4108, 1105, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:18:"2018/06/UTAR-2.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"UTAR-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"UTAR-2-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"UTAR-2-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"UTAR-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"UTAR-2-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"UTAR-2-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"UTAR-2-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"UTAR-2-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"UTAR-2-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"UTAR-2-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"UTAR-2-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"UTAR-2-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"UTAR-2-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"UTAR-2-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:18:"UTAR-2-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"UTAR-2-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"UTAR-2-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"UTAR-2-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:18:"UTAR-2-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:18:"UTAR-2-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:18:"UTAR-2-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:18:"UTAR-2-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:18:"UTAR-2-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4109, 1106, '_wp_attached_file', '2018/06/UTM.png'),
(4110, 1106, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:15:"2018/06/UTM.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"UTM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:15:"UTM-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"UTM-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"UTM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"UTM-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"UTM-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"UTM-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"UTM-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"UTM-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"UTM-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"UTM-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"UTM-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"UTM-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"UTM-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:15:"UTM-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"UTM-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"UTM-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"UTM-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:15:"UTM-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:15:"UTM-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:15:"UTM-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:15:"UTM-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:15:"UTM-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4111, 1107, '_wp_attached_file', '2018/06/ocbcbank.png'),
(4112, 1107, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:20:"2018/06/ocbcbank.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ocbcbank-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:20:"ocbcbank-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"ocbcbank-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"ocbcbank-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"ocbcbank-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"ocbcbank-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"ocbcbank-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"ocbcbank-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"ocbcbank-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"ocbcbank-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"ocbcbank-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"ocbcbank-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"ocbcbank-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"ocbcbank-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:20:"ocbcbank-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"ocbcbank-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"ocbcbank-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"ocbcbank-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:20:"ocbcbank-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:20:"ocbcbank-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:20:"ocbcbank-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:20:"ocbcbank-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:20:"ocbcbank-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4113, 1109, '_wp_attached_file', '2018/06/APNC.jpg'),
(4114, 1109, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:16:"2018/06/APNC.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"APNC-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:16:"APNC-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"APNC-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"APNC-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"APNC-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"APNC-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"APNC-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"APNC-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"APNC-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"APNC-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"APNC-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"APNC-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"APNC-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"APNC-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"APNC-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"APNC-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"APNC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"APNC-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"APNC-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:16:"APNC-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"APNC-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"APNC-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"APNC-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"APNC-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"APNC-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"APNC-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"APNC-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"APNC-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"APNC-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"APNC-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"APNC-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"APNC-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4115, 1110, '_wp_attached_file', '2018/06/ECOTOUR.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4116, 1110, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:19:"2018/06/ECOTOUR.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"ECOTOUR-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:"ECOTOUR-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"ECOTOUR-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"ECOTOUR-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"ECOTOUR-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"ECOTOUR-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"ECOTOUR-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"ECOTOUR-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"ECOTOUR-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"ECOTOUR-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"ECOTOUR-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"ECOTOUR-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"ECOTOUR-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"ECOTOUR-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"ECOTOUR-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"ECOTOUR-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"ECOTOUR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"ECOTOUR-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"ECOTOUR-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:"ECOTOUR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"ECOTOUR-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"ECOTOUR-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"ECOTOUR-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"ECOTOUR-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"ECOTOUR-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"ECOTOUR-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"ECOTOUR-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"ECOTOUR-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"ECOTOUR-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"ECOTOUR-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"ECOTOUR-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"ECOTOUR-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4117, 1111, '_wp_attached_file', '2018/06/GLOBALLVILLAGE.jpg'),
(4118, 1111, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:26:"2018/06/GLOBALLVILLAGE.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-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:26:"GLOBALLVILLAGE-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"GLOBALLVILLAGE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"GLOBALLVILLAGE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-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:26:"GLOBALLVILLAGE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"GLOBALLVILLAGE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4119, 1112, '_wp_attached_file', '2018/06/NOGAPS.jpg'),
(4120, 1112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:18:"2018/06/NOGAPS.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"NOGAPS-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:18:"NOGAPS-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"NOGAPS-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"NOGAPS-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"NOGAPS-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"NOGAPS-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"NOGAPS-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"NOGAPS-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"NOGAPS-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"NOGAPS-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"NOGAPS-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"NOGAPS-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"NOGAPS-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"NOGAPS-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"NOGAPS-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"NOGAPS-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"NOGAPS-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"NOGAPS-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"NOGAPS-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:"NOGAPS-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"NOGAPS-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"NOGAPS-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"NOGAPS-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"NOGAPS-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"NOGAPS-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"NOGAPS-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:18:"NOGAPS-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"NOGAPS-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"NOGAPS-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"NOGAPS-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"NOGAPS-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"NOGAPS-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4127, 1116, '_wp_attached_file', '2018/06/ZOMBIERUN.jpg'),
(4128, 1116, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/ZOMBIERUN.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"ZOMBIERUN-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:21:"ZOMBIERUN-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"ZOMBIERUN-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"ZOMBIERUN-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"ZOMBIERUN-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"ZOMBIERUN-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"ZOMBIERUN-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"ZOMBIERUN-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"ZOMBIERUN-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"ZOMBIERUN-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"ZOMBIERUN-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"ZOMBIERUN-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"ZOMBIERUN-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"ZOMBIERUN-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"ZOMBIERUN-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"ZOMBIERUN-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"ZOMBIERUN-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"ZOMBIERUN-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"ZOMBIERUN-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:"ZOMBIERUN-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"ZOMBIERUN-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"ZOMBIERUN-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"ZOMBIERUN-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"ZOMBIERUN-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"ZOMBIERUN-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"ZOMBIERUN-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"ZOMBIERUN-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"ZOMBIERUN-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"ZOMBIERUN-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"ZOMBIERUN-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"ZOMBIERUN-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"ZOMBIERUN-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4131, 1123, '_wp_attached_file', '2018/06/COLOR.jpg'),
(4132, 1123, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:17:"2018/06/COLOR.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"COLOR-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:17:"COLOR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"COLOR-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"COLOR-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"COLOR-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"COLOR-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"COLOR-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"COLOR-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"COLOR-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"COLOR-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"COLOR-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"COLOR-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"COLOR-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"COLOR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"COLOR-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:17:"COLOR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"COLOR-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"COLOR-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"COLOR-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"COLOR-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"COLOR-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"COLOR-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"COLOR-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"COLOR-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"COLOR-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4133, 1124, '_wp_attached_file', '2018/06/GUIDE.jpg'),
(4134, 1124, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:17:"2018/06/GUIDE.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"GUIDE-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:17:"GUIDE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"GUIDE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"GUIDE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"GUIDE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"GUIDE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:17:"GUIDE-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"GUIDE-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:17:"GUIDE-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"GUIDE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"GUIDE-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"GUIDE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"GUIDE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"GUIDE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"GUIDE-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:17:"GUIDE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"GUIDE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"GUIDE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"GUIDE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:17:"GUIDE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:17:"GUIDE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:17:"GUIDE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:17:"GUIDE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:17:"GUIDE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:17:"GUIDE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4135, 1125, '_wp_attached_file', '2018/06/MOCKUPTEMPLATE.jpg'),
(4136, 1125, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:26:"2018/06/MOCKUPTEMPLATE.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-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:26:"MOCKUPTEMPLATE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"MOCKUPTEMPLATE-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"MOCKUPTEMPLATE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-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:26:"MOCKUPTEMPLATE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"MOCKUPTEMPLATE-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4137, 1129, '_wp_attached_file', '2018/06/UNSW.psd'),
(4138, 1130, '_wp_attached_file', '2018/06/test.psd'),
(4139, 1135, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4140, 1135, '_tm_pb_built_for_post_type', 'page'),
(4141, 1136, '_wp_attached_file', '2018/06/Feelgroup-ori.png'),
(4142, 1136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:110;s:4:"file";s:25:"2018/06/Feelgroup-ori.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Feelgroup-ori-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:25:"Feelgroup-ori-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:24:"Feelgroup-ori-156x88.png";s:5:"width";i:156;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:25:"Feelgroup-ori-141x110.png";s:5:"width";i:141;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:25:"Feelgroup-ori-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"Feelgroup-ori-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:{}}}'),
(4143, 1137, '_wp_attached_file', '2018/06/Feelgroup-white.png'),
(4144, 1137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:110;s:4:"file";s:27:"2018/06/Feelgroup-white.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Feelgroup-white-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:27:"Feelgroup-white-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:26:"Feelgroup-white-156x88.png";s:5:"width";i:156;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:27:"Feelgroup-white-141x110.png";s:5:"width";i:141;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:27:"Feelgroup-white-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"Feelgroup-white-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:{}}}'),
(4145, 1147, '_wp_attached_file', '2018/06/5-7.jpg'),
(4146, 1147, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/5-7.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"5-7-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:15:"5-7-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"5-7-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"5-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"5-7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"5-7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"5-7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"5-7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"5-7-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"5-7-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"5-7-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"5-7-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"5-7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"5-7-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"5-7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"5-7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"5-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"5-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"5-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:15:"5-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"5-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"5-7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"5-7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"5-7-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"5-7-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"5-7-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"5-7-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"5-7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"5-7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"5-7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"5-7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"5-7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4147, 1148, '_wp_attached_file', '2018/06/6-7.jpg'),
(4148, 1148, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-7.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-7-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:15:"6-7-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-7-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-7-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-7-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-7-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-7-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-7-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-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:15:"6-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-7-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-7-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-7-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-7-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4149, 1157, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4150, 1157, '_tm_pb_built_for_post_type', 'page'),
(4151, 1166, '_wp_trash_meta_status', 'publish'),
(4152, 1166, '_wp_trash_meta_time', '1528886281'),
(4153, 1171, '_tm_pb_row_layout', '4_4'),
(4154, 1171, '_tm_pb_built_for_post_type', 'page'),
(4155, 1173, '_wp_attached_file', '2018/06/MANCHESTER.png'),
(4156, 1173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:22:"2018/06/MANCHESTER.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"MANCHESTER-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"MANCHESTER-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"MANCHESTER-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:{}}}'),
(4157, 1174, '_wp_attached_file', '2018/06/OCBC.png'),
(4158, 1174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:16:"2018/06/OCBC.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"OCBC-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"OCBC-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"OCBC-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:{}}}'),
(4159, 1175, '_wp_attached_file', '2018/06/PSC.png'),
(4160, 1175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:15:"2018/06/PSC.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"PSC-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"PSC-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"PSC-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:{}}}'),
(4161, 1176, '_wp_attached_file', '2018/06/SUNWAY.png'),
(4162, 1176, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:18:"2018/06/SUNWAY.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"SUNWAY-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"SUNWAY-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"SUNWAY-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:{}}}'),
(4163, 1177, '_wp_attached_file', '2018/06/UITM.png'),
(4164, 1177, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:16:"2018/06/UITM.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"UITM-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"UITM-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"UITM-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:{}}}'),
(4165, 1178, '_wp_attached_file', '2018/06/UNSW.png');
INSERT INTO `wpag_postmeta` VALUES
(4166, 1178, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:16:"2018/06/UNSW.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"UNSW-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"UNSW-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"UNSW-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:{}}}'),
(4167, 1179, '_wp_attached_file', '2018/06/USM.png'),
(4168, 1179, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:15:"2018/06/USM.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"USM-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"USM-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"USM-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:{}}}'),
(4169, 1180, '_wp_attached_file', '2018/06/UTAR.png'),
(4170, 1180, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:128;s:6:"height";i:128;s:4:"file";s:16:"2018/06/UTAR.png";s:5:"sizes";a:3:{s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"UTAR-128x88.png";s:5:"width";i:128;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"UTAR-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:16:"UTAR-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:{}}}'),
(4171, 1183, '_tm_pb_row_layout', '4_4'),
(4172, 1183, '_tm_pb_built_for_post_type', 'page'),
(4173, 1185, '_wp_trash_meta_status', 'publish'),
(4174, 1185, '_wp_trash_meta_time', '1528891474'),
(4175, 1187, '_wp_trash_meta_status', 'publish'),
(4176, 1187, '_wp_trash_meta_time', '1528891603'),
(4177, 1189, '_wp_trash_meta_status', 'publish'),
(4178, 1189, '_wp_trash_meta_time', '1528891766'),
(4179, 1191, '_edit_lock', '1528892260:1'),
(4180, 1191, '_wp_trash_meta_status', 'publish'),
(4181, 1191, '_wp_trash_meta_time', '1528892262'),
(4182, 1193, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4183, 1193, '_tm_pb_built_for_post_type', 'page'),
(4184, 1200, '_wp_attached_file', '2018/06/6-8.jpg'),
(4185, 1200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/6-8.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"6-8-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:15:"6-8-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"6-8-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"6-8-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"6-8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"6-8-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"6-8-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"6-8-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"6-8-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"6-8-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"6-8-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"6-8-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"6-8-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"6-8-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"6-8-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"6-8-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"6-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"6-8-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"6-8-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:15:"6-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"6-8-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"6-8-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"6-8-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"6-8-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"6-8-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"6-8-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"6-8-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"6-8-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"6-8-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"6-8-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"6-8-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"6-8-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4186, 1203, '_wp_attached_file', '2018/06/1-7.jpg'),
(4187, 1203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:693;s:4:"file";s:15:"2018/06/1-7.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"1-7-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:15:"1-7-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"1-7-768x665.jpg";s:5:"width";i:768;s:6:"height";i:665;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"1-7-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:15:"1-7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:14:"1-7-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:15:"1-7-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:15:"1-7-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:15:"1-7-418x362.jpg";s:5:"width";i:418;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:15:"1-7-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:15:"1-7-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:15:"1-7-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:15:"1-7-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:15:"1-7-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:15:"1-7-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:15:"1-7-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:15:"1-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:15:"1-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:15:"1-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:15:"1-7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"1-7-600x520.jpg";s:5:"width";i:600;s:6:"height";i:520;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:15:"1-7-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:15:"1-7-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:15:"1-7-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:15:"1-7-400x347.jpg";s:5:"width";i:400;s:6:"height";i:347;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:15:"1-7-346x300.jpg";s:5:"width";i:346;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:15:"1-7-779x675.jpg";s:5:"width";i:779;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:15:"1-7-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:15:"1-7-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:15:"1-7-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:15:"1-7-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:15:"1-7-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4188, 1205, '_wp_page_template', 'default'),
(4189, 1205, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4190, 1205, '_tm_pb_use_builder', 'on'),
(4191, 1205, '_tm_pb_old_content', ''),
(4192, 1205, 'monstroid2_sidebar_position', 'inherit'),
(4193, 1205, 'monstroid2_header_container_type', 'inherit'),
(4194, 1205, 'monstroid2_content_container_type', 'inherit'),
(4195, 1205, 'monstroid2_footer_container_type', 'inherit'),
(4196, 1205, 'monstroid2_header_layout_type', 'inherit'),
(4197, 1205, 'monstroid2_header_transparent_layout', 'inherit'),
(4198, 1205, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4199, 1205, 'monstroid2_top_panel_visibility', 'inherit'),
(4200, 1205, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4201, 1205, 'monstroid2_header_search', 'inherit'),
(4202, 1205, 'monstroid2_header_btn_visibility', 'inherit'),
(4203, 1205, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4204, 1205, 'monstroid2_footer_layout_type', 'inherit'),
(4205, 1205, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4206, 1205, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4207, 1205, 'monstroid2_header_woo_elements', 'inherit'),
(4208, 1205, 'cherry_trend_views', '16'),
(4209, 1205, '_dp_original', '868'),
(4210, 1205, '_edit_lock', '1529396182:1'),
(4211, 1206, '_wp_attached_file', '2018/06/CLIENT.jpg'),
(4212, 1206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2018/06/CLIENT.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"CLIENT-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:18:"CLIENT-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"CLIENT-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"CLIENT-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"CLIENT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"CLIENT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"CLIENT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"CLIENT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"CLIENT-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"CLIENT-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"CLIENT-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"CLIENT-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"CLIENT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"CLIENT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"CLIENT-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"CLIENT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"CLIENT-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"CLIENT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"CLIENT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"CLIENT-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"CLIENT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"CLIENT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"CLIENT-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:"CLIENT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"CLIENT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"CLIENT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"CLIENT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"CLIENT-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"CLIENT-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"CLIENT-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"CLIENT-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"CLIENT-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"CLIENT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"CLIENT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"CLIENT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"CLIENT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"CLIENT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"CLIENT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"CLIENT-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4213, 1207, '_wp_attached_file', '2018/06/CONTACT.jpg'),
(4214, 1207, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:19:"2018/06/CONTACT.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"CONTACT-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:"CONTACT-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"CONTACT-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"CONTACT-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"CONTACT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"CONTACT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"CONTACT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"CONTACT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"CONTACT-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"CONTACT-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:19:"CONTACT-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"CONTACT-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:20:"CONTACT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:20:"CONTACT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:19:"CONTACT-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"CONTACT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"CONTACT-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"CONTACT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"CONTACT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:20:"CONTACT-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"CONTACT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:19:"CONTACT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:19:"CONTACT-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:"CONTACT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:19:"CONTACT-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"CONTACT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"CONTACT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:19:"CONTACT-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"CONTACT-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:19:"CONTACT-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"CONTACT-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:20:"CONTACT-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:20:"CONTACT-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"CONTACT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"CONTACT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"CONTACT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"CONTACT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"CONTACT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:20:"CONTACT-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4215, 1208, '_wp_attached_file', '2018/06/DELIVERY.jpg'),
(4216, 1208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:20:"2018/06/DELIVERY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DELIVERY-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:20:"DELIVERY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DELIVERY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DELIVERY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"DELIVERY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"DELIVERY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"DELIVERY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"DELIVERY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"DELIVERY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"DELIVERY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:20:"DELIVERY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"DELIVERY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:21:"DELIVERY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:21:"DELIVERY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:20:"DELIVERY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"DELIVERY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"DELIVERY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"DELIVERY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"DELIVERY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:21:"DELIVERY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"DELIVERY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:20:"DELIVERY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:20:"DELIVERY-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:"DELIVERY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:20:"DELIVERY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"DELIVERY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"DELIVERY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:20:"DELIVERY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"DELIVERY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:20:"DELIVERY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"DELIVERY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DELIVERY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:21:"DELIVERY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"DELIVERY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"DELIVERY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"DELIVERY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"DELIVERY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"DELIVERY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:21:"DELIVERY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4217, 1209, '_wp_attached_file', '2018/06/DESIGN.jpg'),
(4218, 1209, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:18:"2018/06/DESIGN.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"DESIGN-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:18:"DESIGN-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"DESIGN-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"DESIGN-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:18:"DESIGN-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:18:"DESIGN-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:17:"DESIGN-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:18:"DESIGN-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:18:"DESIGN-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:18:"DESIGN-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:18:"DESIGN-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:18:"DESIGN-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:19:"DESIGN-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:19:"DESIGN-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:18:"DESIGN-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:18:"DESIGN-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:18:"DESIGN-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:18:"DESIGN-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:18:"DESIGN-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:19:"DESIGN-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:18:"DESIGN-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:18:"DESIGN-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:18:"DESIGN-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:"DESIGN-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:18:"DESIGN-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:18:"DESIGN-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:18:"DESIGN-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:18:"DESIGN-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:18:"DESIGN-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:18:"DESIGN-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:18:"DESIGN-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:19:"DESIGN-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:19:"DESIGN-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:18:"DESIGN-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:18:"DESIGN-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:18:"DESIGN-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:18:"DESIGN-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:18:"DESIGN-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:19:"DESIGN-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4219, 1205, '_edit_last', '1'),
(4220, 1222, '_wp_trash_meta_status', 'publish'),
(4221, 1222, '_wp_trash_meta_time', '1528946186'),
(4222, 1224, '_edit_lock', '1528946695:1'),
(4223, 1224, '_wp_trash_meta_status', 'publish'),
(4224, 1224, '_wp_trash_meta_time', '1528946708'),
(4225, 1226, '_edit_lock', '1528946815:1'),
(4226, 1226, '_wp_trash_meta_status', 'publish'),
(4227, 1226, '_wp_trash_meta_time', '1528946830'),
(4228, 1228, '_edit_lock', '1528947438:1'),
(4229, 1228, '_wp_trash_meta_status', 'publish'),
(4230, 1228, '_wp_trash_meta_time', '1528947449'),
(4231, 1230, '_wp_attached_file', '2018/06/USm-2.png'),
(4232, 1230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:567;s:6:"height";i:222;s:4:"file";s:17:"2018/06/USm-2.png";s:5:"sizes";a:23:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"USm-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"USm-2-300x117.png";s:5:"width";i:300;s:6:"height";i:117;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"USm-2-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:17:"USm-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:16:"USm-2-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:17:"USm-2-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:17:"USm-2-418x164.png";s:5:"width";i:418;s:6:"height";i:164;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:17:"USm-2-512x222.png";s:5:"width";i:512;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:17:"USm-2-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:17:"USm-2-418x222.png";s:5:"width";i:418;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:17:"USm-2-301x222.png";s:5:"width";i:301;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:17:"USm-2-480x222.png";s:5:"width";i:480;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:17:"USm-2-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";s:9:"uncropped";b:1;}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:17:"USm-2-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:17:"USm-2-300x222.png";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:17:"USm-2-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:17:"USm-2-400x222.png";s:5:"width";i:400;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:17:"USm-2-400x157.png";s:5:"width";i:400;s:6:"height";i:157;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:17:"USm-2-286x222.png";s:5:"width";i:286;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:17:"USm-2-360x222.png";s:5:"width";i:360;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:17:"USm-2-450x222.png";s:5:"width";i:450;s:6:"height";i:222;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:17:"USm-2-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:17:"USm-2-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4234, 1232, '_customize_restore_dismissed', '1'),
(4235, 1254, '_wp_trash_meta_status', 'publish'),
(4236, 1254, '_wp_trash_meta_time', '1528961437'),
(4237, 1257, '_wp_attached_file', '2018/06/FEEL-LOGO-COLOR.png'),
(4238, 1257, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3508;s:6:"height";i:2481;s:4:"file";s:27:"2018/06/FEEL-LOGO-COLOR.png";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-300x212.png";s:5:"width";i:300;s:6:"height";i:212;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-768x543.png";s:5:"width";i:768;s:6:"height";i:543;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"FEEL-LOGO-COLOR-1024x724.png";s:5:"width";i:1024;s:6:"height";i:724;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:26:"FEEL-LOGO-COLOR-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-650x490.png";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-418x296.png";s:5:"width";i:418;s:6:"height";i:296;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-886x668.png";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-886x315.png";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:29:"FEEL-LOGO-COLOR-1920x1080.png";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:9:"image/png";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:28:"FEEL-LOGO-COLOR-1920x820.png";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-512x512.png";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-418x560.png";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:29:"FEEL-LOGO-COLOR-1355x1020.png";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:27:"FEEL-LOGO-COLOR-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:18:"woocommerce_single";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-600x424.png";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-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:27:"FEEL-LOGO-COLOR-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-600x424.png";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:10:"grid-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-900x675.png";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-400x283.png";s:5:"width";i:400;s:6:"height";i:283;s:9:"mime-type";s:9:"image/png";}s:13:"masonry-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-900x637.png";s:5:"width";i:900;s:6:"height";i:637;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-424x300.png";s:5:"width";i:424;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:13:"justify-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-954x675.png";s:5:"width";i:954;s:6:"height";i:675;s:9:"mime-type";s:9:"image/png";}s:5:"slide";a:4:{s:4:"file";s:29:"FEEL-LOGO-COLOR-1920x1080.png";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:27:"FEEL-LOGO-COLOR-450x220.png";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:4:"copy";a:4:{s:4:"file";s:29:"FEEL-LOGO-COLOR-1527x1080.png";s:5:"width";i:1527;s:6:"height";i:1080;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:{}}}'),
(4239, 1258, '_wp_attached_file', '2018/06/FEEL-LOGO-WHITE.png');
INSERT INTO `wpag_postmeta` VALUES
(4240, 1258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3508;s:6:"height";i:2481;s:4:"file";s:27:"2018/06/FEEL-LOGO-WHITE.png";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-300x212.png";s:5:"width";i:300;s:6:"height";i:212;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-768x543.png";s:5:"width";i:768;s:6:"height";i:543;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"FEEL-LOGO-WHITE-1024x724.png";s:5:"width";i:1024;s:6:"height";i:724;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:26:"FEEL-LOGO-WHITE-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-650x490.png";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-418x296.png";s:5:"width";i:418;s:6:"height";i:296;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-886x668.png";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-886x315.png";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:29:"FEEL-LOGO-WHITE-1920x1080.png";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:9:"image/png";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:28:"FEEL-LOGO-WHITE-1920x820.png";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-512x512.png";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-418x560.png";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:29:"FEEL-LOGO-WHITE-1355x1020.png";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:27:"FEEL-LOGO-WHITE-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:18:"woocommerce_single";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-600x424.png";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-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:27:"FEEL-LOGO-WHITE-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:11:"shop_single";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-600x424.png";s:5:"width";i:600;s:6:"height";i:424;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:10:"grid-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-900x675.png";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-400x283.png";s:5:"width";i:400;s:6:"height";i:283;s:9:"mime-type";s:9:"image/png";}s:13:"masonry-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-900x637.png";s:5:"width";i:900;s:6:"height";i:637;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-424x300.png";s:5:"width";i:424;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:13:"justify-large";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-954x675.png";s:5:"width";i:954;s:6:"height";i:675;s:9:"mime-type";s:9:"image/png";}s:5:"slide";a:4:{s:4:"file";s:29:"FEEL-LOGO-WHITE-1920x1080.png";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:27:"FEEL-LOGO-WHITE-450x220.png";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:4:"copy";a:4:{s:4:"file";s:29:"FEEL-LOGO-WHITE-1527x1080.png";s:5:"width";i:1527;s:6:"height";i:1080;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:{}}}'),
(4241, 1259, '_edit_lock', '1528961891:1'),
(4242, 1259, '_wp_trash_meta_status', 'publish'),
(4243, 1259, '_wp_trash_meta_time', '1528961918'),
(4244, 1260, '_wp_attached_file', '2018/06/Feel-favico.png'),
(4245, 1260, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:23:"2018/06/Feel-favico.png";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Feel-favico-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:23:"Feel-favico-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"Feel-favico-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"Feel-favico-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"Feel-favico-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"Feel-favico-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"Feel-favico-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"Feel-favico-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"Feel-favico-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"Feel-favico-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"Feel-favico-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"Feel-favico-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"Feel-favico-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"Feel-favico-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:23:"Feel-favico-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:23:"Feel-favico-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:23:"Feel-favico-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"Feel-favico-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"Feel-favico-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"Feel-favico-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:23:"Feel-favico-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:23:"Feel-favico-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:23:"Feel-favico-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:23:"Feel-favico-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:23:"Feel-favico-450x220.png";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4246, 1261, '_wp_attached_file', '2018/06/cropped-Feel-favico.png'),
(4247, 1261, '_wp_attachment_context', 'site-icon'),
(4248, 1261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:31:"2018/06/cropped-Feel-favico.png";s:5:"sizes";a:29:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"cropped-Feel-favico-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:31:"cropped-Feel-favico-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:31:"cropped-Feel-favico-418x315.png";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:31:"cropped-Feel-favico-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:30:"cropped-Feel-favico-158x88.png";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:31:"cropped-Feel-favico-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:31:"cropped-Feel-favico-512x490.png";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:31:"cropped-Feel-favico-418x418.png";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:9:"image/png";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:31:"cropped-Feel-favico-512x315.png";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:31:"cropped-Feel-favico-141x188.png";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:9:"image/png";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:31:"cropped-Feel-favico-418x512.png";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:31:"cropped-Feel-favico-301x226.png";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:9:"image/png";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:31:"cropped-Feel-favico-480x362.png";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:9:"image/png";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:31:"cropped-Feel-favico-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:31:"cropped-Feel-favico-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:31:"cropped-Feel-favico-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:31:"cropped-Feel-favico-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:11:"grid-medium";a:4:{s:4:"file";s:31:"cropped-Feel-favico-400x300.png";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"masonry-medium";a:4:{s:4:"file";s:31:"cropped-Feel-favico-400x400.png";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:14:"justify-medium";a:4:{s:4:"file";s:31:"cropped-Feel-favico-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:3:"big";a:4:{s:4:"file";s:31:"cropped-Feel-favico-286x286.png";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:9:"image/png";}s:5:"right";a:4:{s:4:"file";s:31:"cropped-Feel-favico-360x460.png";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:9:"image/png";}s:7:"gallery";a:4:{s:4:"file";s:31:"cropped-Feel-favico-450x450.png";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";}s:5:"album";a:4:{s:4:"file";s:31:"cropped-Feel-favico-340x220.png";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:3:"set";a:4:{s:4:"file";s:31:"cropped-Feel-favico-450x220.png";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:31:"cropped-Feel-favico-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:31:"cropped-Feel-favico-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:31:"cropped-Feel-favico-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:29:"cropped-Feel-favico-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:{}}}'),
(4249, 1262, '_wp_trash_meta_status', 'publish'),
(4250, 1262, '_wp_trash_meta_time', '1528962220'),
(4251, 1263, '_tm_pb_module_type', 'tm_pb_cta'),
(4252, 1263, '_tm_pb_module_icon', ''),
(4253, 1263, '_tm_pb_built_for_post_type', 'page'),
(4254, 1274, '_tm_pb_row_layout', '4_4'),
(4255, 1274, '_tm_pb_built_for_post_type', 'page'),
(4259, 1295, '_tm_pb_built_for_post_type', 'page'),
(4260, 1299, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4261, 1299, '_tm_pb_built_for_post_type', 'page'),
(4262, 1302, '_tm_pb_built_for_post_type', 'page'),
(4263, 1311, '_menu_item_type', 'post_type'),
(4264, 1311, '_menu_item_menu_item_parent', '0'),
(4265, 1311, '_menu_item_object_id', '1205'),
(4266, 1311, '_menu_item_object', 'page'),
(4267, 1311, '_menu_item_target', ''),
(4268, 1311, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4269, 1311, '_menu_item_xfn', ''),
(4270, 1311, '_menu_item_url', ''),
(4275, 1336, '_tm_pb_row_layout', '4_4'),
(4276, 1336, '_tm_pb_built_for_post_type', 'page'),
(4277, 1337, '_wp_attached_file', '2018/06/DELIVERY-OVERLAY.jpg'),
(4278, 1337, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:28:"2018/06/DELIVERY-OVERLAY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-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:28:"DELIVERY-OVERLAY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"DELIVERY-OVERLAY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:28:"DELIVERY-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-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:28:"DELIVERY-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:28:"DELIVERY-OVERLAY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:29:"DELIVERY-OVERLAY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4279, 1338, '_wp_attached_file', '2018/06/DESIGN-OVERLAY.jpg'),
(4280, 1338, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/DESIGN-OVERLAY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-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:26:"DESIGN-OVERLAY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"DESIGN-OVERLAY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"DESIGN-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-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:26:"DESIGN-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"DESIGN-OVERLAY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"DESIGN-OVERLAY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4281, 1339, '_wp_attached_file', '2018/06/CLIENT-OVERLAY.jpg'),
(4282, 1339, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:26:"2018/06/CLIENT-OVERLAY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-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:26:"CLIENT-OVERLAY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:25:"CLIENT-OVERLAY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:26:"CLIENT-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-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:26:"CLIENT-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:26:"CLIENT-OVERLAY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:27:"CLIENT-OVERLAY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4283, 1342, '_wp_attached_file', '2018/06/PRODUCTION-OVERLAY.jpg'),
(4284, 1342, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:30:"2018/06/PRODUCTION-OVERLAY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-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:30:"PRODUCTION-OVERLAY-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"PRODUCTION-OVERLAY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"PRODUCTION-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-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:30:"PRODUCTION-OVERLAY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"PRODUCTION-OVERLAY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"PRODUCTION-OVERLAY-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4285, 1343, '_wp_attached_file', '2018/06/PRODUCTION-DYE-SUB.jpg'),
(4286, 1343, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:30:"2018/06/PRODUCTION-DYE-SUB.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-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:30:"PRODUCTION-DYE-SUB-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"PRODUCTION-DYE-SUB-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-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:30:"PRODUCTION-DYE-SUB-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"PRODUCTION-DYE-SUB-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}'),
(4287, 1344, '_wp_attached_file', '2018/06/PRODUCTION-EMBROIDERY.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4288, 1344, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:33:"2018/06/PRODUCTION-EMBROIDERY.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-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:33:"PRODUCTION-EMBROIDERY-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:32:"PRODUCTION-EMBROIDERY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-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:33:"PRODUCTION-EMBROIDERY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:33:"PRODUCTION-EMBROIDERY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}'),
(4289, 1345, '_wp_attached_file', '2018/06/PRODUCTION-SCREEN-PRINTING.jpg'),
(4290, 1345, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:38:"2018/06/PRODUCTION-SCREEN-PRINTING.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-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:38:"PRODUCTION-SCREEN-PRINTING-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:37:"PRODUCTION-SCREEN-PRINTING-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-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:38:"PRODUCTION-SCREEN-PRINTING-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:38:"PRODUCTION-SCREEN-PRINTING-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}'),
(4291, 1383, '_edit_lock', '1529226664:1'),
(4292, 1383, '_edit_last', '1'),
(4293, 1384, '_tm_pb_row_layout', '1_4,1_4,1_4,1_4'),
(4294, 1384, '_tm_pb_built_for_post_type', 'page'),
(4295, 1385, '_edit_lock', '1529388797:1'),
(4296, 1385, '_edit_last', '1'),
(4297, 1385, '_wp_page_template', 'default'),
(4298, 1385, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4299, 1385, '_tm_pb_use_builder', 'on'),
(4300, 1385, '_tm_pb_old_content', ''),
(4301, 1385, 'monstroid2_sidebar_position', 'inherit'),
(4302, 1385, 'monstroid2_header_container_type', 'inherit'),
(4303, 1385, 'monstroid2_content_container_type', 'inherit'),
(4304, 1385, 'monstroid2_footer_container_type', 'inherit'),
(4305, 1385, 'monstroid2_header_layout_type', 'inherit'),
(4306, 1385, 'monstroid2_header_transparent_layout', 'true'),
(4307, 1385, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4308, 1385, 'monstroid2_top_panel_visibility', 'inherit'),
(4309, 1385, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4310, 1385, 'monstroid2_header_search', 'inherit'),
(4311, 1385, 'monstroid2_header_btn_visibility', 'inherit'),
(4312, 1385, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4313, 1385, 'monstroid2_footer_layout_type', 'inherit'),
(4314, 1385, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4315, 1385, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4316, 1385, 'monstroid2_header_woo_elements', 'inherit'),
(4317, 1385, 'cherry_trend_views', '21'),
(4318, 1389, '_wp_trash_meta_status', 'publish'),
(4319, 1389, '_wp_trash_meta_time', '1529227188'),
(4320, 1393, '_wp_attached_file', '2018/06/DESIGN-01.jpg'),
(4321, 1393, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-01.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-01-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:21:"DESIGN-01-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-01-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-01-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-01-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-01-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-01-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-01-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-01-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-01-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-01-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-01-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-01-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-01-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-01-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-01-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-01-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-01-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:"DESIGN-01-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-01-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-01-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-01-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-01-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-01-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-01-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-01-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-01-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-01-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-01-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-01-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-01-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4322, 1394, '_wp_attached_file', '2018/06/DESIGN-02.jpg'),
(4323, 1394, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-02.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-02-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:21:"DESIGN-02-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-02-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-02-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-02-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-02-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-02-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-02-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-02-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-02-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-02-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-02-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-02-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-02-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-02-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-02-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-02-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-02-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:"DESIGN-02-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-02-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-02-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-02-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-02-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-02-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-02-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-02-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-02-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-02-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-02-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-02-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-02-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4324, 1395, '_wp_attached_file', '2018/06/DESIGN-03.jpg'),
(4325, 1395, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-03.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-03-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:21:"DESIGN-03-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-03-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-03-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-03-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-03-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-03-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-03-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-03-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-03-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-03-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-03-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-03-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-03-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-03-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-03-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-03-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-03-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-03-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:"DESIGN-03-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-03-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-03-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-03-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-03-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-03-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-03-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-03-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-03-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-03-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-03-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-03-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-03-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4326, 1396, '_wp_attached_file', '2018/06/DESIGN-04.jpg'),
(4327, 1396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-04.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-04-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:21:"DESIGN-04-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-04-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-04-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-04-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-04-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-04-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-04-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-04-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-04-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-04-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-04-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-04-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-04-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-04-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-04-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-04-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-04-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-04-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:"DESIGN-04-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-04-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-04-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-04-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-04-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-04-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-04-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-04-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-04-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-04-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-04-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-04-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-04-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4328, 1397, '_wp_attached_file', '2018/06/DESIGN-05.jpg'),
(4329, 1397, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-05.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-05-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:21:"DESIGN-05-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-05-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-05-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-05-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-05-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-05-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-05-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-05-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-05-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-05-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-05-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-05-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-05-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-05-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-05-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-05-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-05-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-05-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:"DESIGN-05-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-05-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-05-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-05-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-05-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-05-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-05-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-05-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-05-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-05-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-05-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-05-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-05-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4330, 1398, '_wp_attached_file', '2018/06/DESIGN-06.jpg'),
(4331, 1398, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-06.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-06-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:21:"DESIGN-06-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-06-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-06-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-06-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-06-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-06-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-06-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-06-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-06-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-06-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-06-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-06-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-06-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-06-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-06-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-06-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-06-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-06-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:"DESIGN-06-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-06-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-06-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-06-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-06-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-06-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-06-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-06-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-06-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-06-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-06-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-06-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-06-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4332, 1399, '_wp_attached_file', '2018/06/DESIGN-07.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4333, 1399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-07.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-07-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:21:"DESIGN-07-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-07-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-07-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-07-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-07-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-07-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-07-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-07-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-07-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-07-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-07-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-07-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-07-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-07-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-07-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-07-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-07-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-07-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:"DESIGN-07-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-07-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-07-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-07-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-07-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-07-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-07-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-07-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-07-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-07-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-07-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-07-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-07-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4334, 1400, '_wp_attached_file', '2018/06/DESIGN-08.jpg'),
(4335, 1400, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-08.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-08-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:21:"DESIGN-08-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-08-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-08-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-08-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-08-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-08-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-08-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-08-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-08-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-08-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-08-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-08-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-08-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-08-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-08-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-08-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-08-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-08-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:"DESIGN-08-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-08-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-08-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-08-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-08-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-08-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-08-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-08-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-08-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-08-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-08-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-08-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-08-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4336, 1401, '_wp_attached_file', '2018/06/DESIGN-09.jpg'),
(4337, 1401, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4500;s:6:"height";i:3800;s:4:"file";s:21:"2018/06/DESIGN-09.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-09-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:21:"DESIGN-09-300x253.jpg";s:5:"width";i:300;s:6:"height";i:253;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-09-768x649.jpg";s:5:"width";i:768;s:6:"height";i:649;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"DESIGN-09-1024x865.jpg";s:5:"width";i:1024;s:6:"height";i:865;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-09-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-09-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-09-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-09-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-09-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-09-418x353.jpg";s:5:"width";i:418;s:6:"height";i:353;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-09-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-09-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"DESIGN-09-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"DESIGN-09-1920x820.jpg";s:5:"width";i:1920;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-09-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-09-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-09-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-09-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-09-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"DESIGN-09-1355x1020.jpg";s:5:"width";i:1355;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-09-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-09-600x507.jpg";s:5:"width";i:600;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-09-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:"DESIGN-09-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-09-600x507.jpg";s:5:"width";i:600;s:6:"height";i:507;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-09-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-09-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-09-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-09-400x338.jpg";s:5:"width";i:400;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"DESIGN-09-900x760.jpg";s:5:"width";i:900;s:6:"height";i:760;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-09-355x300.jpg";s:5:"width";i:355;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-09-799x675.jpg";s:5:"width";i:799;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"DESIGN-09-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-09-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-09-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-09-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-09-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-09-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"DESIGN-09-1279x1080.jpg";s:5:"width";i:1279;s:6:"height";i:1080;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:{}}}'),
(4338, 1402, '_wp_attached_file', '2018/06/DESIGN-10.jpg'),
(4339, 1402, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-10.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-10-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:21:"DESIGN-10-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-10-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-10-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-10-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-10-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-10-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-10-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-10-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-10-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-10-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-10-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-10-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-10-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-10-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-10-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-10-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-10-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-10-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:"DESIGN-10-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-10-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-10-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-10-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-10-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-10-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-10-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-10-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-10-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-10-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-10-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-10-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-10-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4340, 1403, '_wp_attached_file', '2018/06/DESIGN-11.jpg'),
(4341, 1403, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-11.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-11-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:21:"DESIGN-11-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-11-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-11-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-11-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-11-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-11-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-11-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-11-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-11-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-11-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-11-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-11-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-11-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-11-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-11-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-11-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-11-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:"DESIGN-11-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-11-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-11-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-11-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-11-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-11-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-11-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-11-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-11-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-11-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-11-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-11-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-11-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4342, 1404, '_wp_attached_file', '2018/06/DESIGN-12.jpg'),
(4343, 1404, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-12.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-12-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:21:"DESIGN-12-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-12-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-12-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-12-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-12-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-12-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-12-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-12-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-12-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-12-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-12-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-12-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-12-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-12-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-12-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-12-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-12-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:"DESIGN-12-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-12-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-12-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-12-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-12-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-12-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-12-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-12-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-12-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-12-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-12-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-12-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-12-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4344, 1405, '_wp_attached_file', '2018/06/DESIGN-13.jpg'),
(4345, 1405, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-13.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-13-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:21:"DESIGN-13-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-13-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-13-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-13-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-13-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-13-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-13-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-13-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-13-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-13-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-13-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-13-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-13-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-13-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-13-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-13-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-13-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-13-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:"DESIGN-13-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-13-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-13-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-13-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-13-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-13-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-13-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-13-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-13-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-13-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-13-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-13-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-13-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4346, 1406, '_wp_attached_file', '2018/06/DESIGN-14.jpg'),
(4347, 1406, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-14.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-14-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:21:"DESIGN-14-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-14-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-14-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-14-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-14-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-14-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-14-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-14-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-14-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-14-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-14-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-14-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-14-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-14-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-14-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-14-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-14-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-14-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:"DESIGN-14-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-14-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-14-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-14-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-14-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-14-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-14-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-14-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-14-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-14-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-14-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-14-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-14-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4348, 1407, '_wp_attached_file', '2018/06/DESIGN-15.jpg'),
(4349, 1407, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-15.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-15-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:21:"DESIGN-15-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-15-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-15-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-15-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-15-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-15-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-15-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-15-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-15-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-15-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-15-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-15-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-15-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-15-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-15-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-15-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-15-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-15-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:"DESIGN-15-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-15-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-15-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-15-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-15-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-15-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-15-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-15-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-15-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-15-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-15-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-15-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-15-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4350, 1408, '_wp_attached_file', '2018/06/DESIGN-16.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4351, 1408, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-16.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-16-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:21:"DESIGN-16-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-16-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-16-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-16-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-16-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-16-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-16-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-16-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-16-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-16-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-16-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-16-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-16-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-16-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-16-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-16-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-16-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-16-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:"DESIGN-16-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-16-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-16-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-16-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-16-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-16-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-16-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-16-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-16-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-16-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-16-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-16-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-16-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4352, 1409, '_wp_attached_file', '2018/06/DESIGN-17.jpg'),
(4353, 1409, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-17.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-17-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:21:"DESIGN-17-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-17-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-17-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-17-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-17-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-17-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-17-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-17-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-17-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-17-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-17-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-17-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-17-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-17-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-17-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-17-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-17-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-17-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:"DESIGN-17-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-17-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-17-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-17-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-17-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-17-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-17-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-17-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-17-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-17-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-17-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-17-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-17-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4354, 1410, '_wp_attached_file', '2018/06/DESIGN-18.jpg'),
(4355, 1410, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-18.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-18-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:21:"DESIGN-18-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-18-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-18-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-18-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-18-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-18-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-18-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-18-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-18-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-18-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-18-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-18-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-18-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-18-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-18-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-18-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-18-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-18-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:"DESIGN-18-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-18-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-18-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-18-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-18-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-18-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-18-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-18-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-18-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-18-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-18-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-18-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-18-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4356, 1411, '_wp_attached_file', '2018/06/DESIGN-19.jpg'),
(4357, 1411, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-19.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-19-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:21:"DESIGN-19-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-19-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-19-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-19-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-19-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-19-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-19-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-19-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-19-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-19-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-19-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-19-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-19-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-19-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-19-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-19-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-19-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-19-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:"DESIGN-19-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-19-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-19-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-19-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-19-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-19-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-19-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-19-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-19-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-19-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-19-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-19-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-19-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4358, 1412, '_wp_attached_file', '2018/06/DESIGN-20.jpg'),
(4359, 1412, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-20.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-20-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:21:"DESIGN-20-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-20-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-20-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-20-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-20-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-20-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-20-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-20-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-20-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-20-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-20-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-20-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-20-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-20-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-20-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-20-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-20-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-20-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:"DESIGN-20-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-20-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-20-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-20-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-20-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-20-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-20-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-20-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-20-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-20-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-20-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-20-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-20-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4360, 1413, '_wp_attached_file', '2018/06/DESIGN-21.jpg'),
(4361, 1413, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-21.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-21-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:21:"DESIGN-21-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-21-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-21-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-21-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-21-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-21-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-21-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-21-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-21-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-21-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-21-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-21-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-21-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-21-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-21-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-21-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-21-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:"DESIGN-21-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-21-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-21-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-21-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-21-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-21-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-21-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-21-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-21-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-21-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-21-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-21-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-21-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4362, 1414, '_wp_attached_file', '2018/06/DESIGN-22.jpg'),
(4363, 1414, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-22.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-22-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:21:"DESIGN-22-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-22-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-22-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-22-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-22-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-22-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-22-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-22-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-22-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-22-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-22-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-22-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-22-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-22-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-22-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-22-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-22-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-22-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:"DESIGN-22-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-22-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-22-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-22-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-22-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-22-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-22-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-22-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-22-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-22-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-22-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-22-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-22-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4364, 1415, '_wp_attached_file', '2018/06/DESIGN-23.jpg'),
(4365, 1415, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-23.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-23-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:21:"DESIGN-23-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-23-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-23-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-23-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-23-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-23-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-23-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-23-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-23-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-23-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-23-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-23-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-23-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-23-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-23-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-23-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-23-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-23-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:"DESIGN-23-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-23-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-23-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-23-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-23-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-23-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-23-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-23-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-23-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-23-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-23-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-23-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-23-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4366, 1416, '_wp_attached_file', '2018/06/DESIGN-24.jpg'),
(4367, 1416, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-24.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-24-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:21:"DESIGN-24-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-24-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-24-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-24-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-24-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-24-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-24-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-24-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-24-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-24-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-24-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-24-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-24-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-24-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-24-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-24-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-24-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-24-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:"DESIGN-24-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-24-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-24-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-24-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-24-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-24-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-24-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-24-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-24-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-24-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-24-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-24-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-24-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4368, 1417, '_wp_attached_file', '2018/06/DESIGN-25.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4369, 1417, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-25.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-25-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:21:"DESIGN-25-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-25-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-25-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-25-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-25-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-25-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-25-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-25-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-25-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-25-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-25-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-25-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-25-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-25-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-25-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-25-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-25-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-25-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:"DESIGN-25-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-25-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-25-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-25-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-25-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-25-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-25-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-25-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-25-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-25-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-25-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-25-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-25-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4370, 1418, '_wp_attached_file', '2018/06/DESIGN-26.jpg'),
(4371, 1418, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-26.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-26-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:21:"DESIGN-26-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-26-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-26-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-26-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-26-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-26-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-26-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-26-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-26-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-26-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-26-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-26-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-26-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-26-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-26-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-26-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-26-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-26-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:"DESIGN-26-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-26-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-26-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-26-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-26-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-26-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-26-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-26-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-26-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-26-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-26-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-26-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-26-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4372, 1419, '_wp_attached_file', '2018/06/DESIGN-27.jpg'),
(4373, 1419, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-27.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-27-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:21:"DESIGN-27-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-27-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-27-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-27-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-27-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-27-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-27-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-27-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-27-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-27-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-27-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-27-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-27-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-27-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-27-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-27-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-27-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-27-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:"DESIGN-27-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-27-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-27-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-27-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-27-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-27-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-27-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-27-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-27-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-27-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-27-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-27-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-27-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4374, 1420, '_wp_attached_file', '2018/06/DESIGN-28.jpg'),
(4375, 1420, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-28.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-28-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:21:"DESIGN-28-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-28-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-28-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-28-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-28-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-28-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-28-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-28-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-28-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-28-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-28-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-28-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-28-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-28-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-28-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-28-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-28-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-28-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:"DESIGN-28-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-28-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-28-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-28-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-28-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-28-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-28-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-28-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-28-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-28-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-28-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-28-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-28-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4376, 1421, '_wp_attached_file', '2018/06/DESIGN-29.jpg'),
(4377, 1421, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-29.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-29-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:21:"DESIGN-29-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-29-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-29-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-29-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-29-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-29-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-29-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-29-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-29-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-29-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-29-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-29-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-29-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-29-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-29-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-29-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-29-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-29-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:"DESIGN-29-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-29-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-29-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-29-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-29-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-29-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-29-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-29-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-29-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-29-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-29-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-29-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-29-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4378, 1422, '_wp_attached_file', '2018/06/DESIGN-30.jpg'),
(4379, 1422, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-30.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-30-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:21:"DESIGN-30-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-30-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-30-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-30-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-30-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-30-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-30-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-30-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-30-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-30-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-30-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-30-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-30-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-30-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-30-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-30-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-30-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-30-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:"DESIGN-30-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-30-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-30-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-30-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-30-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-30-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-30-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-30-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-30-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-30-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-30-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-30-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-30-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4380, 1423, '_wp_attached_file', '2018/06/DESIGN-31.jpg'),
(4381, 1423, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-31.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-31-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:21:"DESIGN-31-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-31-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-31-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-31-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-31-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-31-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-31-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-31-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-31-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-31-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-31-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-31-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-31-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-31-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-31-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-31-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-31-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-31-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:"DESIGN-31-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-31-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-31-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-31-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-31-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-31-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-31-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-31-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-31-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-31-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-31-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-31-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-31-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4382, 1424, '_wp_attached_file', '2018/06/DESIGN-32.jpg'),
(4383, 1424, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-32.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-32-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:21:"DESIGN-32-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-32-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-32-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-32-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-32-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-32-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-32-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-32-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-32-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-32-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-32-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-32-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-32-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-32-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-32-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-32-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-32-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-32-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:"DESIGN-32-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-32-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-32-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-32-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-32-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-32-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-32-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-32-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-32-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-32-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-32-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-32-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-32-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4384, 1425, '_wp_attached_file', '2018/06/DESIGN-33.jpg'),
(4385, 1425, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-33.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-33-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:21:"DESIGN-33-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-33-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-33-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-33-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-33-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-33-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-33-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-33-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-33-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-33-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-33-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-33-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-33-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-33-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-33-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-33-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-33-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-33-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:"DESIGN-33-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-33-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-33-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-33-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-33-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-33-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-33-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-33-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-33-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-33-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-33-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-33-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-33-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4386, 1426, '_wp_attached_file', '2018/06/DESIGN-34.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4387, 1426, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-34.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-34-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:21:"DESIGN-34-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-34-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-34-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-34-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-34-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-34-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-34-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-34-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-34-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-34-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-34-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-34-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-34-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-34-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-34-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-34-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-34-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-34-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:"DESIGN-34-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-34-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-34-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-34-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-34-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-34-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-34-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-34-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-34-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-34-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-34-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-34-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-34-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4388, 1427, '_wp_attached_file', '2018/06/DESIGN-35.jpg'),
(4389, 1427, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-35.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-35-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:21:"DESIGN-35-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-35-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-35-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-35-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-35-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-35-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-35-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-35-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-35-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-35-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-35-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-35-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-35-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-35-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-35-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-35-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-35-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-35-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:"DESIGN-35-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-35-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-35-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-35-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-35-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-35-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-35-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-35-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-35-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-35-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-35-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-35-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-35-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4390, 1428, '_wp_attached_file', '2018/06/DESIGN-36.jpg'),
(4391, 1428, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-36.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-36-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:21:"DESIGN-36-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-36-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-36-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-36-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-36-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-36-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-36-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-36-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-36-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-36-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-36-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-36-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-36-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-36-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-36-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-36-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-36-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-36-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:"DESIGN-36-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-36-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-36-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-36-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-36-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-36-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-36-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-36-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-36-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-36-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-36-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-36-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-36-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4392, 1429, '_wp_attached_file', '2018/06/DESIGN-37.jpg'),
(4393, 1429, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-37.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-37-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:21:"DESIGN-37-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-37-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-37-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-37-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-37-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-37-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-37-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-37-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-37-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-37-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-37-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-37-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-37-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-37-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-37-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-37-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-37-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-37-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:"DESIGN-37-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-37-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-37-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-37-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-37-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-37-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-37-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-37-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-37-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-37-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-37-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-37-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-37-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4394, 1430, '_wp_attached_file', '2018/06/DESIGN-38.jpg'),
(4395, 1430, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-38.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-38-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:21:"DESIGN-38-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-38-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-38-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-38-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-38-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-38-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-38-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-38-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-38-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-38-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-38-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-38-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-38-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-38-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-38-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-38-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-38-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-38-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:"DESIGN-38-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-38-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-38-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-38-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-38-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-38-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-38-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-38-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-38-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-38-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-38-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-38-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-38-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4396, 1431, '_wp_attached_file', '2018/06/DESIGN-39.jpg'),
(4397, 1431, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:21:"2018/06/DESIGN-39.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"DESIGN-39-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:21:"DESIGN-39-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"DESIGN-39-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"DESIGN-39-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"DESIGN-39-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"DESIGN-39-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"DESIGN-39-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"DESIGN-39-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"DESIGN-39-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"DESIGN-39-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"DESIGN-39-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"DESIGN-39-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"DESIGN-39-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"DESIGN-39-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"DESIGN-39-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"DESIGN-39-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"DESIGN-39-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"DESIGN-39-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-39-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:"DESIGN-39-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"DESIGN-39-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"DESIGN-39-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"DESIGN-39-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"DESIGN-39-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"DESIGN-39-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"DESIGN-39-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:21:"DESIGN-39-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"DESIGN-39-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"DESIGN-39-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"DESIGN-39-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"DESIGN-39-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"DESIGN-39-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4398, 1433, '_wp_attached_file', '2018/06/DESIGN-09-2.jpg'),
(4399, 1433, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:700;s:4:"file";s:23:"2018/06/DESIGN-09-2.jpg";s:5:"sizes";a:32:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"DESIGN-09-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:23:"DESIGN-09-2-300x263.jpg";s:5:"width";i:300;s:6:"height";i:263;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"DESIGN-09-2-768x672.jpg";s:5:"width";i:768;s:6:"height";i:672;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"DESIGN-09-2-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:23:"DESIGN-09-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:22:"DESIGN-09-2-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:23:"DESIGN-09-2-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:23:"DESIGN-09-2-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:23:"DESIGN-09-2-418x366.jpg";s:5:"width";i:418;s:6:"height";i:366;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:23:"DESIGN-09-2-800x668.jpg";s:5:"width";i:800;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:23:"DESIGN-09-2-800x315.jpg";s:5:"width";i:800;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:23:"DESIGN-09-2-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:23:"DESIGN-09-2-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:23:"DESIGN-09-2-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:23:"DESIGN-09-2-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:23:"DESIGN-09-2-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:23:"DESIGN-09-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:23:"DESIGN-09-2-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:23:"DESIGN-09-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:23:"DESIGN-09-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"DESIGN-09-2-600x525.jpg";s:5:"width";i:600;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"DESIGN-09-2-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:23:"DESIGN-09-2-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:23:"DESIGN-09-2-800x675.jpg";s:5:"width";i:800;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:23:"DESIGN-09-2-400x350.jpg";s:5:"width";i:400;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:23:"DESIGN-09-2-343x300.jpg";s:5:"width";i:343;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"DESIGN-09-2-771x675.jpg";s:5:"width";i:771;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:23:"DESIGN-09-2-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:23:"DESIGN-09-2-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:23:"DESIGN-09-2-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:23:"DESIGN-09-2-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:23:"DESIGN-09-2-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4400, 1444, '_wp_trash_meta_status', 'publish'),
(4401, 1444, '_wp_trash_meta_time', '1529229446'),
(4402, 1449, '_edit_lock', '1529230216:1'),
(4403, 1449, '_wp_trash_meta_status', 'publish'),
(4404, 1449, '_wp_trash_meta_time', '1529230218'),
(4405, 1452, '_wp_trash_meta_status', 'publish'),
(4406, 1452, '_wp_trash_meta_time', '1529230781'),
(4407, 1454, '_wp_trash_meta_status', 'publish'),
(4408, 1454, '_wp_trash_meta_time', '1529230813'),
(4409, 1458, '_menu_item_type', 'post_type'),
(4410, 1458, '_menu_item_menu_item_parent', '0'),
(4411, 1458, '_menu_item_object_id', '1385'),
(4412, 1458, '_menu_item_object', 'page'),
(4413, 1458, '_menu_item_target', ''),
(4414, 1458, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4415, 1458, '_menu_item_xfn', ''),
(4416, 1458, '_menu_item_url', ''),
(4418, 1459, '_edit_lock', '1529232175:1'),
(4419, 1459, '_wp_trash_meta_status', 'publish'),
(4420, 1459, '_wp_trash_meta_time', '1529232195'),
(4421, 1460, '_wp_trash_meta_status', 'publish'),
(4422, 1460, '_wp_trash_meta_time', '1529232242'),
(4423, 1461, '_edit_lock', '1529233010:1'),
(4424, 1461, '_wp_trash_meta_status', 'publish'),
(4425, 1461, '_wp_trash_meta_time', '1529233026'),
(4426, 1462, '_wp_trash_meta_status', 'publish'),
(4427, 1462, '_wp_trash_meta_time', '1529233043'),
(4428, 1463, '_wp_trash_meta_status', 'publish'),
(4429, 1463, '_wp_trash_meta_time', '1529233068'),
(4430, 1464, '_edit_lock', '1529389779:1'),
(4431, 1464, '_edit_last', '1'),
(4432, 1464, 'cherry_trend_views', '4'),
(4433, 1464, '_wp_page_template', 'default'),
(4434, 1464, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4435, 1464, '_tm_pb_use_builder', 'on'),
(4436, 1464, '_tm_pb_old_content', ''),
(4437, 1464, 'monstroid2_sidebar_position', 'inherit'),
(4438, 1464, 'monstroid2_header_container_type', 'inherit'),
(4439, 1464, 'monstroid2_content_container_type', 'inherit'),
(4440, 1464, 'monstroid2_footer_container_type', 'inherit'),
(4441, 1464, 'monstroid2_header_layout_type', 'inherit'),
(4442, 1464, 'monstroid2_header_transparent_layout', 'inherit'),
(4443, 1464, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4444, 1464, 'monstroid2_top_panel_visibility', 'inherit'),
(4445, 1464, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4446, 1464, 'monstroid2_header_search', 'inherit'),
(4447, 1464, 'monstroid2_header_btn_visibility', 'inherit'),
(4448, 1464, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4449, 1464, 'monstroid2_footer_layout_type', 'inherit'),
(4450, 1464, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4451, 1464, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4452, 1464, 'monstroid2_header_woo_elements', 'inherit'),
(4453, 1471, '_tm_pb_module_type', 'tm_pb_blurb'),
(4454, 1471, '_tm_pb_module_icon', ''),
(4455, 1471, '_tm_pb_built_for_post_type', 'page'),
(4456, 1473, '_wp_attached_file', '2018/06/DESIGN-1.jpg'),
(4457, 1473, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:20:"2018/06/DESIGN-1.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DESIGN-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:20:"DESIGN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"DESIGN-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"DESIGN-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"DESIGN-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"DESIGN-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"DESIGN-1-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"DESIGN-1-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"DESIGN-1-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"DESIGN-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"DESIGN-1-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"DESIGN-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"DESIGN-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"DESIGN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"DESIGN-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:4:{s:4:"file";s:20:"DESIGN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"DESIGN-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"DESIGN-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"DESIGN-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"DESIGN-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"DESIGN-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"DESIGN-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"DESIGN-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"DESIGN-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"DESIGN-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4458, 1474, '_wp_attached_file', '2018/06/PRODUCT.jpg'),
(4459, 1474, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:19:"2018/06/PRODUCT.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"PRODUCT-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:"PRODUCT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:19:"PRODUCT-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:19:"PRODUCT-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:18:"PRODUCT-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:19:"PRODUCT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:19:"PRODUCT-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:19:"PRODUCT-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:19:"PRODUCT-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:19:"PRODUCT-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:19:"PRODUCT-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:19:"PRODUCT-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:19:"PRODUCT-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:19:"PRODUCT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"PRODUCT-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:"PRODUCT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"PRODUCT-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:19:"PRODUCT-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:19:"PRODUCT-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:19:"PRODUCT-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:19:"PRODUCT-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:19:"PRODUCT-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:19:"PRODUCT-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:19:"PRODUCT-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:19:"PRODUCT-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4460, 1475, '_wp_attached_file', '2018/06/QUANTITY.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4461, 1475, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:20:"2018/06/QUANTITY.jpg";s:5:"sizes";a:25:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"QUANTITY-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:20:"QUANTITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"QUANTITY-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:20:"QUANTITY-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:19:"QUANTITY-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:20:"QUANTITY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:20:"QUANTITY-512x490.jpg";s:5:"width";i:512;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:20:"QUANTITY-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:20:"QUANTITY-512x315.jpg";s:5:"width";i:512;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:20:"QUANTITY-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:20:"QUANTITY-418x512.jpg";s:5:"width";i:418;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:20:"QUANTITY-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:20:"QUANTITY-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:20:"QUANTITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;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:"QUANTITY-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:"QUANTITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"QUANTITY-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:20:"QUANTITY-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:20:"QUANTITY-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:20:"QUANTITY-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:20:"QUANTITY-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:20:"QUANTITY-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:20:"QUANTITY-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:20:"QUANTITY-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:20:"QUANTITY-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4462, 1485, '_wp_attached_file', '2018/06/S1-A.jpg'),
(4463, 1485, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S1-A.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S1-A-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:16:"S1-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S1-A-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S1-A-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S1-A-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S1-A-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S1-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S1-A-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S1-A-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S1-A-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S1-A-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S1-A-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S1-A-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S1-A-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S1-A-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S1-A-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S1-A-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S1-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S1-A-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S1-A-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:16:"S1-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S1-A-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:16:"S1-A-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S1-A-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S1-A-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S1-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S1-A-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S1-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S1-A-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S1-A-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S1-A-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S1-A-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S1-A-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S1-A-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4464, 1486, '_wp_attached_file', '2018/06/S1-B.jpg'),
(4465, 1486, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S1-B.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S1-B-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:16:"S1-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S1-B-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S1-B-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S1-B-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S1-B-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S1-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S1-B-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S1-B-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S1-B-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S1-B-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S1-B-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S1-B-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S1-B-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S1-B-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S1-B-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S1-B-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S1-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S1-B-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S1-B-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:16:"S1-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S1-B-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:16:"S1-B-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S1-B-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S1-B-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S1-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S1-B-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S1-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S1-B-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S1-B-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S1-B-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S1-B-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S1-B-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S1-B-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4466, 1487, '_wp_attached_file', '2018/06/S2-A.jpg'),
(4467, 1487, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S2-A.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S2-A-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:16:"S2-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S2-A-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S2-A-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S2-A-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S2-A-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S2-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S2-A-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S2-A-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S2-A-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S2-A-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S2-A-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S2-A-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S2-A-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S2-A-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S2-A-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S2-A-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S2-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S2-A-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S2-A-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:16:"S2-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S2-A-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:16:"S2-A-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S2-A-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S2-A-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S2-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S2-A-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S2-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S2-A-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S2-A-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S2-A-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S2-A-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S2-A-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S2-A-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4468, 1488, '_wp_attached_file', '2018/06/S2-B.jpg'),
(4469, 1488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S2-B.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S2-B-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:16:"S2-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S2-B-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S2-B-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S2-B-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S2-B-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S2-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S2-B-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S2-B-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S2-B-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S2-B-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S2-B-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S2-B-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S2-B-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S2-B-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S2-B-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S2-B-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S2-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S2-B-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S2-B-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:16:"S2-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S2-B-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:16:"S2-B-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S2-B-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S2-B-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S2-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S2-B-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S2-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S2-B-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S2-B-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S2-B-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S2-B-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S2-B-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S2-B-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4470, 1489, '_wp_attached_file', '2018/06/S3-A.jpg'),
(4471, 1489, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S3-A.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S3-A-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:16:"S3-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S3-A-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S3-A-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S3-A-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S3-A-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S3-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S3-A-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S3-A-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S3-A-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S3-A-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S3-A-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S3-A-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S3-A-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S3-A-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S3-A-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S3-A-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S3-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S3-A-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S3-A-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:16:"S3-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S3-A-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:16:"S3-A-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S3-A-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S3-A-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S3-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S3-A-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S3-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S3-A-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S3-A-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S3-A-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S3-A-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S3-A-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S3-A-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4472, 1490, '_wp_attached_file', '2018/06/S3-B.jpg'),
(4473, 1490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S3-B.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S3-B-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:16:"S3-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S3-B-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S3-B-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S3-B-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S3-B-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S3-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S3-B-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S3-B-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S3-B-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S3-B-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S3-B-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S3-B-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S3-B-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S3-B-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S3-B-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S3-B-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S3-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S3-B-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S3-B-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:16:"S3-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S3-B-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:16:"S3-B-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S3-B-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S3-B-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S3-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S3-B-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S3-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S3-B-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S3-B-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S3-B-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S3-B-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S3-B-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S3-B-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4474, 1491, '_wp_attached_file', '2018/06/S4-A.jpg'),
(4475, 1491, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S4-A.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S4-A-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:16:"S4-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S4-A-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S4-A-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S4-A-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S4-A-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S4-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S4-A-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S4-A-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S4-A-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S4-A-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S4-A-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S4-A-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S4-A-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S4-A-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S4-A-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S4-A-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S4-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S4-A-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S4-A-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:16:"S4-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S4-A-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:16:"S4-A-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S4-A-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S4-A-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S4-A-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S4-A-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S4-A-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S4-A-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S4-A-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S4-A-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S4-A-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S4-A-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S4-A-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4476, 1492, '_wp_attached_file', '2018/06/S4-B.jpg'),
(4477, 1492, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:900;s:4:"file";s:16:"2018/06/S4-B.jpg";s:5:"sizes";a:34:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"S4-B-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:16:"S4-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:16:"S4-B-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:16:"S4-B-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:16:"S4-B-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:15:"S4-B-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:16:"S4-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:16:"S4-B-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:16:"S4-B-418x418.jpg";s:5:"width";i:418;s:6:"height";i:418;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:16:"S4-B-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:16:"S4-B-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:16:"S4-B-900x820.jpg";s:5:"width";i:900;s:6:"height";i:820;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:16:"S4-B-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:16:"S4-B-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:16:"S4-B-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:16:"S4-B-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:16:"S4-B-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:16:"S4-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:16:"S4-B-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:16:"S4-B-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:16:"S4-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"S4-B-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:16:"S4-B-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:16:"S4-B-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:16:"S4-B-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:16:"S4-B-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:16:"S4-B-900x900.jpg";s:5:"width";i:900;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:16:"S4-B-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:16:"S4-B-675x675.jpg";s:5:"width";i:675;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:16:"S4-B-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:16:"S4-B-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:16:"S4-B-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:16:"S4-B-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:16:"S4-B-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;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:{}}}'),
(4478, 1508, '_wp_trash_meta_status', 'publish'),
(4479, 1508, '_wp_trash_meta_time', '1529237068'),
(4480, 1510, '_wp_trash_meta_status', 'publish'),
(4481, 1510, '_wp_trash_meta_time', '1529237203'),
(4482, 1513, '_tm_pb_row_layout', '1_3,1_3,1_3'),
(4483, 1513, '_tm_pb_built_for_post_type', 'page'),
(4484, 1521, '_tm_pb_row_layout', '4_4'),
(4485, 1521, '_tm_pb_built_for_post_type', 'page'),
(4486, 1522, '_tm_pb_row_layout', '1_2,1_2'),
(4487, 1522, '_tm_pb_built_for_post_type', 'page'),
(4488, 1531, '_edit_lock', '1529390747:1'),
(4489, 1531, '_edit_last', '1'),
(4490, 1532, '_tm_pb_row_layout', '4_4'),
(4491, 1532, '_tm_pb_built_for_post_type', 'page'),
(4492, 1531, '_wp_page_template', 'default'),
(4493, 1531, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4494, 1531, '_tm_pb_use_builder', 'on'),
(4495, 1531, '_tm_pb_old_content', ''),
(4496, 1531, 'monstroid2_sidebar_position', 'inherit'),
(4497, 1531, 'monstroid2_header_container_type', 'inherit'),
(4498, 1531, 'monstroid2_content_container_type', 'inherit'),
(4499, 1531, 'monstroid2_footer_container_type', 'inherit'),
(4500, 1531, 'monstroid2_header_layout_type', 'inherit'),
(4501, 1531, 'monstroid2_header_transparent_layout', 'inherit'),
(4502, 1531, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4503, 1531, 'monstroid2_top_panel_visibility', 'inherit'),
(4504, 1531, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4505, 1531, 'monstroid2_header_search', 'inherit'),
(4506, 1531, 'monstroid2_header_btn_visibility', 'inherit'),
(4507, 1531, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4508, 1531, 'monstroid2_footer_layout_type', 'inherit'),
(4509, 1531, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4510, 1531, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4511, 1531, 'monstroid2_header_woo_elements', 'inherit'),
(4512, 1531, 'cherry_trend_views', '4'),
(4578, 1629, '_edit_lock', '1529312244:1'),
(4577, 1615, '_wp_trash_meta_time', '1529298614'),
(4576, 1615, '_wp_trash_meta_status', 'publish'),
(4575, 1613, '_wp_trash_meta_time', '1529298494'),
(4574, 1613, '_wp_trash_meta_status', 'publish'),
(4526, 1551, '_wp_page_template', 'default'),
(4527, 1551, 'post_sidebar', 'a:4:{s:7:"sidebar";s:0:"";s:29:"after-content-full-width-area";s:0:"";s:11:"footer-area";s:0:"";s:12:"tm-mega-menu";s:0:"";}'),
(4528, 1551, '_tm_pb_use_builder', 'on'),
(4529, 1551, '_tm_pb_old_content', ''),
(4530, 1551, 'monstroid2_sidebar_position', 'inherit'),
(4531, 1551, 'monstroid2_header_container_type', 'inherit'),
(4532, 1551, 'monstroid2_content_container_type', 'inherit'),
(4533, 1551, 'monstroid2_footer_container_type', 'inherit'),
(4534, 1551, 'monstroid2_header_layout_type', 'inherit'),
(4535, 1551, 'monstroid2_header_transparent_layout', 'inherit'),
(4536, 1551, 'monstroid2_header_invert_color_scheme', 'inherit'),
(4537, 1551, 'monstroid2_top_panel_visibility', 'inherit'),
(4538, 1551, 'monstroid2_header_contact_block_visibility', 'inherit'),
(4539, 1551, 'monstroid2_header_search', 'inherit'),
(4540, 1551, 'monstroid2_header_btn_visibility', 'inherit'),
(4541, 1551, 'monstroid2_breadcrumbs_visibillity', 'inherit'),
(4542, 1551, 'monstroid2_footer_layout_type', 'inherit'),
(4543, 1551, 'monstroid2_footer_widget_area_visibility', 'inherit'),
(4544, 1551, 'monstroid2_footer_contact_block_visibility', 'inherit'),
(4545, 1551, 'monstroid2_header_woo_elements', 'inherit'),
(4546, 1551, 'cherry_trend_views', '6'),
(4547, 1575, '_menu_item_type', 'post_type'),
(4548, 1575, '_menu_item_menu_item_parent', '0'),
(4549, 1575, '_menu_item_object_id', '1551'),
(4550, 1575, '_menu_item_object', 'page'),
(4551, 1575, '_menu_item_target', ''),
(4552, 1575, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4553, 1575, '_menu_item_xfn', ''),
(4554, 1575, '_menu_item_url', ''),
(4556, 1576, '_menu_item_type', 'post_type'),
(4557, 1576, '_menu_item_menu_item_parent', '0'),
(4558, 1576, '_menu_item_object_id', '1531'),
(4559, 1576, '_menu_item_object', 'page'),
(4560, 1576, '_menu_item_target', ''),
(4561, 1576, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4562, 1576, '_menu_item_xfn', ''),
(4563, 1576, '_menu_item_url', ''),
(4565, 1577, '_menu_item_type', 'post_type'),
(4566, 1577, '_menu_item_menu_item_parent', '0'),
(4567, 1577, '_menu_item_object_id', '1464'),
(4568, 1577, '_menu_item_object', 'page'),
(4569, 1577, '_menu_item_target', ''),
(4570, 1577, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4571, 1577, '_menu_item_xfn', ''),
(4572, 1577, '_menu_item_url', ''),
(4588, 1639, '_wp_attached_file', '2018/06/overly-65.jpg');
INSERT INTO `wpag_postmeta` VALUES
(4589, 1639, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:21:"2018/06/overly-65.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"overly-65-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:21:"overly-65-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"overly-65-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"overly-65-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"overly-65-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"overly-65-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"overly-65-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"overly-65-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"overly-65-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"overly-65-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"overly-65-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"overly-65-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:22:"overly-65-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"overly-65-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"overly-65-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"overly-65-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"overly-65-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"overly-65-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"overly-65-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:22:"overly-65-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"overly-65-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"overly-65-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"overly-65-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:"overly-65-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"overly-65-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"overly-65-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"overly-65-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"overly-65-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"overly-65-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"overly-65-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"overly-65-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"overly-65-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:22:"overly-65-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"overly-65-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"overly-65-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"overly-65-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"overly-65-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"overly-65-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:22:"overly-65-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4590, 1635, '_customize_restore_dismissed', '1'),
(4591, 1641, '_wp_trash_meta_status', 'publish'),
(4592, 1641, '_wp_trash_meta_time', '1529317170'),
(4593, 1642, '_edit_lock', '1529317247:1'),
(4594, 1642, '_wp_trash_meta_status', 'publish'),
(4595, 1642, '_wp_trash_meta_time', '1529317252'),
(4596, 1643, '_edit_lock', '1529318151:1'),
(4597, 1643, '_customize_restore_dismissed', '1'),
(4598, 1646, '_edit_lock', '1529319395:1'),
(4599, 1646, '_wp_trash_meta_status', 'publish'),
(4600, 1646, '_wp_trash_meta_time', '1529319404'),
(4601, 1647, '_edit_lock', '1529321144:1'),
(4602, 1647, '_wp_trash_meta_status', 'publish'),
(4603, 1647, '_wp_trash_meta_time', '1529321174'),
(4604, 1649, '_wp_trash_meta_status', 'publish'),
(4605, 1649, '_wp_trash_meta_time', '1529321790'),
(4606, 1651, '_wp_trash_meta_status', 'publish'),
(4607, 1651, '_wp_trash_meta_time', '1529322663'),
(4608, 1653, '_wp_trash_meta_status', 'publish'),
(4609, 1653, '_wp_trash_meta_time', '1529322713'),
(4610, 1655, '_wp_trash_meta_status', 'publish'),
(4611, 1655, '_wp_trash_meta_time', '1529323155'),
(4612, 1657, '_edit_lock', '1529323770:1'),
(4613, 1657, '_wp_trash_meta_status', 'publish'),
(4614, 1657, '_wp_trash_meta_time', '1529323782'),
(4615, 1659, '_wp_trash_meta_status', 'publish'),
(4616, 1659, '_wp_trash_meta_time', '1529323972'),
(4617, 1661, '_wp_trash_meta_status', 'publish'),
(4618, 1661, '_wp_trash_meta_time', '1529324260'),
(4619, 1663, '_wp_trash_meta_status', 'publish'),
(4620, 1663, '_wp_trash_meta_time', '1529324948'),
(4621, 1665, '_edit_lock', '1529325904:1'),
(4622, 1665, '_wp_trash_meta_status', 'publish'),
(4623, 1665, '_wp_trash_meta_time', '1529325907'),
(4624, 1667, '_edit_lock', '1529325965:1'),
(4625, 1667, '_wp_trash_meta_status', 'publish'),
(4626, 1667, '_wp_trash_meta_time', '1529325973'),
(4627, 1677, '_wp_trash_meta_status', 'publish'),
(4628, 1677, '_wp_trash_meta_time', '1529332253'),
(4629, 1678, '_wp_trash_meta_status', 'publish'),
(4630, 1678, '_wp_trash_meta_time', '1529332285'),
(4631, 1679, '_edit_lock', '1529332325:1'),
(4632, 1679, '_wp_trash_meta_status', 'publish'),
(4633, 1679, '_wp_trash_meta_time', '1529332357'),
(4634, 1681, '_edit_lock', '1529333153:1'),
(4635, 1681, '_wp_trash_meta_status', 'publish'),
(4636, 1681, '_wp_trash_meta_time', '1529333163'),
(4637, 1687, '_edit_lock', '1529371074:1'),
(4638, 1687, '_wp_trash_meta_status', 'publish'),
(4639, 1687, '_wp_trash_meta_time', '1529371077'),
(4640, 1689, '_edit_lock', '1529372031:1'),
(4641, 1689, '_wp_trash_meta_status', 'publish'),
(4642, 1689, '_wp_trash_meta_time', '1529372052'),
(4643, 1690, '_edit_lock', '1529372512:1'),
(4644, 1690, '_wp_trash_meta_status', 'publish'),
(4645, 1690, '_wp_trash_meta_time', '1529372534'),
(4646, 1695, '_edit_lock', '1529373735:1'),
(4647, 1695, '_wp_trash_meta_status', 'publish'),
(4648, 1695, '_wp_trash_meta_time', '1529373745'),
(4649, 1700, '_edit_lock', '1529374151:1'),
(4650, 1700, '_wp_trash_meta_status', 'publish'),
(4651, 1700, '_wp_trash_meta_time', '1529374165'),
(4652, 1702, '_edit_lock', '1529375131:1'),
(4653, 1702, '_wp_trash_meta_status', 'publish'),
(4654, 1702, '_wp_trash_meta_time', '1529375165'),
(4655, 1706, '_edit_lock', '1529375791:1'),
(4656, 1706, '_customize_restore_dismissed', '1'),
(4657, 1707, '_edit_lock', '1529376136:1'),
(4658, 1707, '_wp_trash_meta_status', 'publish'),
(4659, 1707, '_wp_trash_meta_time', '1529376181'),
(4660, 1708, '_edit_lock', '1529376318:1'),
(4661, 1708, '_wp_trash_meta_status', 'publish'),
(4662, 1708, '_wp_trash_meta_time', '1529376317'),
(4663, 1740, '_tm_pb_row_layout', '4_4'),
(4664, 1740, '_tm_pb_built_for_post_type', 'page'),
(4665, 1747, '_tm_pb_row_layout', '4_4'),
(4666, 1747, '_tm_pb_built_for_post_type', 'page'),
(4667, 1754, '_wp_attached_file', '2018/06/CONTACT-1.jpg'),
(4668, 1754, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:21:"2018/06/CONTACT-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"CONTACT-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:21:"CONTACT-1-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"CONTACT-1-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"CONTACT-1-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"CONTACT-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:21:"CONTACT-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:20:"CONTACT-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:21:"CONTACT-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:21:"CONTACT-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:21:"CONTACT-1-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:21:"CONTACT-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:21:"CONTACT-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:22:"CONTACT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:22:"CONTACT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:21:"CONTACT-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:21:"CONTACT-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:21:"CONTACT-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:21:"CONTACT-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:21:"CONTACT-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:22:"CONTACT-1-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:21:"CONTACT-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:21:"CONTACT-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:21:"CONTACT-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:4:{s:4:"file";s:21:"CONTACT-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"CONTACT-1-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"CONTACT-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:21:"CONTACT-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:21:"CONTACT-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:21:"CONTACT-1-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:21:"CONTACT-1-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:21:"CONTACT-1-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:22:"CONTACT-1-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:22:"CONTACT-1-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:21:"CONTACT-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:21:"CONTACT-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:21:"CONTACT-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:21:"CONTACT-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:21:"CONTACT-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:22:"CONTACT-1-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4669, 1757, '_wp_attached_file', '2018/06/FEEL-LOGO-HEADER.png'),
(4670, 1757, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:156;s:6:"height";i:110;s:4:"file";s:28:"2018/06/FEEL-LOGO-HEADER.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"FEEL-LOGO-HEADER-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:28:"FEEL-LOGO-HEADER-150x110.png";s:5:"width";i:150;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:27:"FEEL-LOGO-HEADER-156x88.png";s:5:"width";i:156;s:6:"height";i:88;s:9:"mime-type";s:9:"image/png";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:28:"FEEL-LOGO-HEADER-141x110.png";s:5:"width";i:141;s:6:"height";i:110;s:9:"mime-type";s:9:"image/png";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:28:"FEEL-LOGO-HEADER-100x100.png";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"FEEL-LOGO-HEADER-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:{}}}'),
(4671, 1758, '_wp_trash_meta_status', 'publish'),
(4672, 1758, '_wp_trash_meta_time', '1529391797'),
(4673, 1759, '_wp_attached_file', '2018/06/CONTACT-50.jpg'),
(4674, 1759, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:22:"2018/06/CONTACT-50.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"CONTACT-50-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:22:"CONTACT-50-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:22:"CONTACT-50-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"CONTACT-50-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:22:"CONTACT-50-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:22:"CONTACT-50-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:21:"CONTACT-50-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:22:"CONTACT-50-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:22:"CONTACT-50-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:22:"CONTACT-50-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:22:"CONTACT-50-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:22:"CONTACT-50-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:23:"CONTACT-50-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:23:"CONTACT-50-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:22:"CONTACT-50-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:22:"CONTACT-50-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:22:"CONTACT-50-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:22:"CONTACT-50-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:22:"CONTACT-50-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:23:"CONTACT-50-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:22:"CONTACT-50-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:22:"CONTACT-50-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:22:"CONTACT-50-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:22:"CONTACT-50-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"CONTACT-50-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"CONTACT-50-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:22:"CONTACT-50-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:22:"CONTACT-50-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:22:"CONTACT-50-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:22:"CONTACT-50-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:22:"CONTACT-50-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:23:"CONTACT-50-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:23:"CONTACT-50-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:22:"CONTACT-50-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:22:"CONTACT-50-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:22:"CONTACT-50-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:22:"CONTACT-50-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:22:"CONTACT-50-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:23:"CONTACT-50-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4675, 1761, '_wp_attached_file', '2018/06/About-Us-Banner-OL.jpg'),
(4676, 1761, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:800;s:4:"file";s:30:"2018/06/About-Us-Banner-OL.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-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:30:"About-Us-Banner-OL-300x125.jpg";s:5:"width";i:300;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-768x320.jpg";s:5:"width";i:768;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1024x427.jpg";s:5:"width";i:1024;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:29:"About-Us-Banner-OL-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-418x174.jpg";s:5:"width";i:418;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1355x800.jpg";s:5:"width";i:1355;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:30:"About-Us-Banner-OL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-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:30:"About-Us-Banner-OL-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-600x250.jpg";s:5:"width";i:600;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-400x167.jpg";s:5:"width";i:400;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-900x375.jpg";s:5:"width";i:900;s:6:"height";i:375;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-720x300.jpg";s:5:"width";i:720;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1620x675.jpg";s:5:"width";i:1620;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1920x800.jpg";s:5:"width";i:1920;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:30:"About-Us-Banner-OL-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:31:"About-Us-Banner-OL-1920x800.jpg";s:5:"width";i:1920;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:{}}}'),
(4677, 1763, '_wp_attached_file', '2018/06/PRODUCTION-EMBROIDERY-1.jpg'),
(4678, 1763, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:35:"2018/06/PRODUCTION-EMBROIDERY-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-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:35:"PRODUCTION-EMBROIDERY-1-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:34:"PRODUCTION-EMBROIDERY-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-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:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:35:"PRODUCTION-EMBROIDERY-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:36:"PRODUCTION-EMBROIDERY-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}'),
(4679, 1764, '_wp_attached_file', '2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg'),
(4680, 1764, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:40:"2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-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:40:"PRODUCTION-SCREEN-PRINTING-1-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:39:"PRODUCTION-SCREEN-PRINTING-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-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:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:40:"PRODUCTION-SCREEN-PRINTING-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:41:"PRODUCTION-SCREEN-PRINTING-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}'),
(4681, 1765, '_wp_attached_file', '2018/06/PRODUCTION-DYE-SUB-1.jpg'),
(4682, 1765, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:700;s:4:"file";s:32:"2018/06/PRODUCTION-DYE-SUB-1.jpg";s:5:"sizes";a:39:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-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:32:"PRODUCTION-DYE-SUB-1-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-768x280.jpg";s:5:"width";i:768;s:6:"height";i:280;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1024x373.jpg";s:5:"width";i:1024;s:6:"height";i:373;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-418x315.jpg";s:5:"width";i:418;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-s";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"monstroid2-slider-thumb";a:4:{s:4:"file";s:31:"PRODUCTION-DYE-SUB-1-158x88.jpg";s:5:"width";i:158;s:6:"height";i:88;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-m";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-m-2";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-650x490.jpg";s:5:"width";i:650;s:6:"height";i:490;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-masonry";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-418x152.jpg";s:5:"width";i:418;s:6:"height";i:152;s:9:"mime-type";s:10:"image/jpeg";}s:18:"monstroid2-thumb-l";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-886x668.jpg";s:5:"width";i:886;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";}s:20:"monstroid2-thumb-l-2";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-886x315.jpg";s:5:"width";i:886;s:6:"height";i:315;s:9:"mime-type";s:10:"image/jpeg";}s:19:"monstroid2-thumb-xl";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"monstroid2-thumb-xl-2";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-author-avatar";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-512x512.jpg";s:5:"width";i:512;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:33:"monstroid2-woo-cart-product-thumb";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-141x188.jpg";s:5:"width";i:141;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:37:"monstroid2-thumb-listing-line-product";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-418x560.jpg";s:5:"width";i:418;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-301-226";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-301x226.jpg";s:5:"width";i:301;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:24:"monstroid2-thumb-480-362";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-480x362.jpg";s:5:"width";i:480;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"monstroid2-thumb-1355-1020";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1355x700.jpg";s:5:"width";i:1355;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:21:"woocommerce_thumbnail";a:5:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:9:"uncropped";b:1;}s:18:"woocommerce_single";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:29:"woocommerce_gallery_thumbnail";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-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:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-600x219.jpg";s:5:"width";i:600;s:6:"height";i:219;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-100x100.jpg";s:5:"width";i:100;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:11:"grid-medium";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"grid-large";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-900x675.jpg";s:5:"width";i:900;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:14:"masonry-medium";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-400x146.jpg";s:5:"width";i:400;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:13:"masonry-large";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-900x328.jpg";s:5:"width";i:900;s:6:"height";i:328;s:9:"mime-type";s:10:"image/jpeg";}s:14:"justify-medium";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-823x300.jpg";s:5:"width";i:823;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:13:"justify-large";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1851x675.jpg";s:5:"width";i:1851;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:5:"slide";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";}s:3:"big";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-286x286.jpg";s:5:"width";i:286;s:6:"height";i:286;s:9:"mime-type";s:10:"image/jpeg";}s:5:"right";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-360x460.jpg";s:5:"width";i:360;s:6:"height";i:460;s:9:"mime-type";s:10:"image/jpeg";}s:7:"gallery";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-450x450.jpg";s:5:"width";i:450;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:5:"album";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-340x220.jpg";s:5:"width";i:340;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:3:"set";a:4:{s:4:"file";s:32:"PRODUCTION-DYE-SUB-1-450x220.jpg";s:5:"width";i:450;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:4:"copy";a:4:{s:4:"file";s:33:"PRODUCTION-DYE-SUB-1-1920x700.jpg";s:5:"width";i:1920;s:6:"height";i:700;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:{}}}');

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

--
-- Table structure for table `wpag_posts`
--

CREATE TABLE `wpag_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_posts`
--

INSERT INTO `wpag_posts` VALUES
(1, 1, '2018-04-16 18:02:27', '2018-04-16 18:02:27', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" button_url="#about-us" url_new_window="off" button_text="About Us" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us Button', '', 'publish', 'closed', 'closed', '', 'about-us-button', '', '', '2018-04-16 18:02:27', '2018-04-16 18:02:27', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/about-us-button/', 0, 'tm_pb_layout', '', 0),
(147, 1, '2016-10-12 14:33:00', '2016-10-12 14:33:00', '', 'Two cranes and house construction', 'Two cranes and unfinished house construction', 'inherit', 'open', 'closed', '', 'two-cranes-and-house-construction', '', '', '2016-10-12 14:33:00', '2016-10-12 14:33:00', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2016-10-12 14:33:08', '2016-10-12 14:33:08', '', 'Сonstruction activity', 'Silhouette of construction worker', 'inherit', 'open', 'closed', '', '%d1%81onstruction-activity', '', '', '2016-10-12 14:33:08', '2016-10-12 14:33:08', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2016-10-12 14:33:11', '2016-10-12 14:33:11', '', 'Enters to business center', 'Orange enters to new business center', 'inherit', 'open', 'closed', '', 'enters-to-business-center', '', '', '2016-10-12 14:33:11', '2016-10-12 14:33:11', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2016-10-12 14:33:15', '2016-10-12 14:33:15', '', 'blog-4', '', 'inherit', 'open', 'closed', '', 'blog-4', '', '', '2016-10-12 14:33:15', '2016-10-12 14:33:15', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2016-10-12 15:04:30', '2016-10-12 15:04:30', '', 'Calling', 'Photo of confident foreman speaking on the cellular phone on the background of employee', 'inherit', 'open', 'closed', '', 'calling', '', '', '2016-10-12 15:04:30', '2016-10-12 15:04:30', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2016-10-19 06:55:45', '2016-10-19 06:55:45', '', 'Construction and technology', 'Geodesy engineer with construction industry in background, sunsey sky', 'inherit', 'open', 'closed', '', 'construction-and-technology', '', '', '2016-10-19 06:55:45', '2016-10-19 06:55:45', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2016-10-19 06:55:49', '2016-10-19 06:55:49', '', 'Entrance to mansion', 'Modern Australian house front and entrance', 'inherit', 'open', 'closed', '', 'entrance-to-mansion', '', '', '2016-10-19 06:55:49', '2016-10-19 06:55:49', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2016-10-19 06:55:52', '2016-10-19 06:55:52', '', 'industrial building', 'modern exterior of an industrial building, surrounded by a fence with iron gate', 'inherit', 'open', 'closed', '', 'industrial-building', '', '', '2016-10-19 06:55:52', '2016-10-19 06:55:52', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2016-10-19 07:12:16', '2016-10-19 07:12:16', '', 'architect and construction workers', '', 'inherit', 'open', 'closed', '', 'architect-and-construction-workers', '', '', '2016-10-19 07:12:16', '2016-10-19 07:12:16', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2016-10-19 07:12:19', '2016-10-19 07:12:19', '', 'school building', '', 'inherit', 'open', 'closed', '', 'school-building', '', '', '2016-10-19 07:12:19', '2016-10-19 07:12:19', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-18.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2016-10-19 07:12:22', '2016-10-19 07:12:22', '', 'Modern house by night', '', 'inherit', 'open', 'closed', '', 'modern-house-by-night', '', '', '2016-10-19 07:12:22', '2016-10-19 07:12:22', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(187, 1, '2016-10-19 13:25:56', '2016-10-19 13:25:56', '', 'slide-1', '', 'inherit', 'open', 'closed', '', 'slide-1', '', '', '2016-10-19 13:25:56', '2016-10-19 13:25:56', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(188, 1, '2016-10-19 13:25:59', '2016-10-19 13:25:59', '', 'index-2', '', 'inherit', 'open', 'closed', '', 'index-2', '', '', '2016-10-19 13:25:59', '2016-10-19 13:25:59', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2016-10-19 13:40:43', '2016-10-19 13:40:43', '', 'slide-3', '', 'inherit', 'open', 'closed', '', 'slide-3', '', '', '2016-10-19 13:40:43', '2016-10-19 13:40:43', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2016-10-19 13:40:47', '2016-10-19 13:40:47', '', 'slide-2', '', 'inherit', 'open', 'closed', '', 'slide-2', '', '', '2016-10-19 13:40:47', '2016-10-19 13:40:47', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2016-10-20 08:40:59', '2016-10-20 08:40:59', '', 'blog-26', '', 'inherit', 'open', 'closed', '', 'blog-26', '', '', '2016-10-20 08:40:59', '2016-10-20 08:40:59', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2016-10-20 08:41:18', '2016-10-20 08:41:18', '', 'blog-27', '', 'inherit', 'open', 'closed', '', 'blog-27', '', '', '2016-10-20 08:41:18', '2016-10-20 08:41:18', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2016-10-20 08:41:39', '2016-10-20 08:41:39', '', 'blog-28', '', 'inherit', 'open', 'closed', '', 'blog-28', '', '', '2016-10-20 08:41:39', '2016-10-20 08:41:39', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-28.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2016-10-20 11:07:27', '2016-10-20 11:07:27', 'http://ld-wp.template-help.com/wordpress_62222_construction-light/wp-content/uploads/2016/10/cropped-fav.jpg', 'cropped-fav.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-fav-jpg', '', '', '2016-10-20 11:07:27', '2016-10-20 11:07:27', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/cropped-fav.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2016-10-20 11:12:09', '2016-10-20 11:12:09', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2016-10-20 11:12:09', '2016-10-20 11:12:09', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/logo.png', 0, 'attachment', 'image/png', 0),
(219, 1, '2016-10-20 14:46:14', '2016-10-20 14:46:14', '', 'services-1', '', 'inherit', 'open', 'closed', '', 'services-1', '', '', '2016-10-20 14:46:14', '2016-10-20 14:46:14', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2016-10-25 13:03:23', '2016-10-25 13:03:23', '', 'service-1', '', 'inherit', 'open', 'closed', '', 'service-1', '', '', '2016-10-25 13:03:23', '2016-10-25 13:03:23', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/service-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2016-10-25 13:35:54', '2016-10-25 13:35:54', '', 'projects-1', '', 'inherit', 'open', 'closed', '', 'projects-1', '', '', '2016-10-25 13:35:54', '2016-10-25 13:35:54', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2016-10-25 13:36:00', '2016-10-25 13:36:00', '', 'projects-3', '', 'inherit', 'open', 'closed', '', 'projects-3', '', '', '2016-10-25 13:36:00', '2016-10-25 13:36:00', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2016-10-25 13:36:03', '2016-10-25 13:36:03', '', 'projects-4', '', 'inherit', 'open', 'closed', '', 'projects-4', '', '', '2016-10-25 13:36:03', '2016-10-25 13:36:03', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2016-10-25 13:36:05', '2016-10-25 13:36:05', '', 'projects-5', '', 'inherit', 'open', 'closed', '', 'projects-5', '', '', '2016-10-25 13:36:05', '2016-10-25 13:36:05', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2016-10-25 13:36:08', '2016-10-25 13:36:08', '', 'projects-6', '', 'inherit', 'open', 'closed', '', 'projects-6', '', '', '2016-10-25 13:36:08', '2016-10-25 13:36:08', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2016-10-25 13:36:10', '2016-10-25 13:36:10', '', 'projects-7', '', 'inherit', 'open', 'closed', '', 'projects-7', '', '', '2016-10-25 13:36:10', '2016-10-25 13:36:10', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2016-10-25 13:36:12', '2016-10-25 13:36:12', '', 'projects-8', '', 'inherit', 'open', 'closed', '', 'projects-8', '', '', '2016-10-25 13:36:12', '2016-10-25 13:36:12', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2016-10-25 14:13:30', '2016-10-25 14:13:30', '', 'about-4', '', 'inherit', 'open', 'closed', '', 'about-4', '', '', '2016-10-25 14:13:30', '2016-10-25 14:13:30', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/about-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2016-10-25 14:13:40', '2016-10-25 14:13:40', '', 'about-9', '', 'inherit', 'open', 'closed', '', 'about-9', '', '', '2016-10-25 14:13:40', '2016-10-25 14:13:40', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 1, '2016-10-25 14:13:42', '2016-10-25 14:13:42', '', 'about-10', '', 'inherit', 'open', 'closed', '', 'about-10', '', '', '2016-10-25 14:13:42', '2016-10-25 14:13:42', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2016-10-25 14:13:44', '2016-10-25 14:13:44', '', 'about-1', '', 'inherit', 'open', 'closed', '', 'about-1', '', '', '2016-10-25 14:13:44', '2016-10-25 14:13:44', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/about-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 1, '2016-10-26 12:10:32', '2016-10-26 12:10:32', '', 'project-1', '', 'inherit', 'open', 'closed', '', 'project-1', '', '', '2016-10-26 12:10:32', '2016-10-26 12:10:32', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 1, '2016-10-26 12:10:36', '2016-10-26 12:10:36', '', 'project-2', '', 'inherit', 'open', 'closed', '', 'project-2', '', '', '2016-10-26 12:10:36', '2016-10-26 12:10:36', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2016-10-26 12:10:41', '2016-10-26 12:10:41', '', 'project-3', '', 'inherit', 'open', 'closed', '', 'project-3', '', '', '2016-10-26 12:10:41', '2016-10-26 12:10:41', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2016-10-26 12:10:46', '2016-10-26 12:10:46', '', 'project-4', '', 'inherit', 'open', 'closed', '', 'project-4', '', '', '2016-10-26 12:10:46', '2016-10-26 12:10:46', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 1, '2016-10-26 12:10:51', '2016-10-26 12:10:51', '', 'project-5', '', 'inherit', 'open', 'closed', '', 'project-5', '', '', '2016-10-26 12:10:51', '2016-10-26 12:10:51', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(261, 1, '2016-10-26 12:10:56', '2016-10-26 12:10:56', '', 'project-6', '', 'inherit', 'open', 'closed', '', 'project-6', '', '', '2016-10-26 12:10:56', '2016-10-26 12:10:56', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2016-10-26 12:11:02', '2016-10-26 12:11:02', '', 'project-7', '', 'inherit', 'open', 'closed', '', 'project-7', '', '', '2016-10-26 12:11:02', '2016-10-26 12:11:02', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2016-10-26 12:11:07', '2016-10-26 12:11:07', '', 'project-8', '', 'inherit', 'open', 'closed', '', 'project-8', '', '', '2016-10-26 12:11:07', '2016-10-26 12:11:07', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/project-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(267, 1, '2016-10-27 09:02:26', '2016-10-27 09:02:26', '', 'single_project_1', '', 'inherit', 'open', 'closed', '', 'single_project_1', '', '', '2016-10-27 09:02:26', '2016-10-27 09:02:26', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(268, 1, '2016-10-27 09:02:31', '2016-10-27 09:02:31', '', 'single_project_2', '', 'inherit', 'open', 'closed', '', 'single_project_2', '', '', '2016-10-27 09:02:31', '2016-10-27 09:02:31', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(269, 1, '2016-10-27 09:02:35', '2016-10-27 09:02:35', '', 'single_project_3', '', 'inherit', 'open', 'closed', '', 'single_project_3', '', '', '2016-10-27 09:02:35', '2016-10-27 09:02:35', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 1, '2016-10-27 09:02:40', '2016-10-27 09:02:40', '', 'single_project_4', '', 'inherit', 'open', 'closed', '', 'single_project_4', '', '', '2016-10-27 09:02:40', '2016-10-27 09:02:40', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2016-10-27 09:02:46', '2016-10-27 09:02:46', '', 'single_project_5', '', 'inherit', 'open', 'closed', '', 'single_project_5', '', '', '2016-10-27 09:02:46', '2016-10-27 09:02:46', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2016-10-27 09:02:52', '2016-10-27 09:02:52', '', 'single_project_6', '', 'inherit', 'open', 'closed', '', 'single_project_6', '', '', '2016-10-27 09:02:52', '2016-10-27 09:02:52', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_6.jpg', 0, 'attachment', 'image/jpeg', 0),
(273, 1, '2016-10-27 09:02:57', '2016-10-27 09:02:57', '', 'single_project_7', '', 'inherit', 'open', 'closed', '', 'single_project_7', '', '', '2016-10-27 09:02:57', '2016-10-27 09:02:57', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(274, 1, '2016-10-27 09:03:02', '2016-10-27 09:03:02', '', 'single_project_8', '', 'inherit', 'open', 'closed', '', 'single_project_8', '', '', '2016-10-27 09:03:02', '2016-10-27 09:03:02', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(275, 1, '2016-10-27 09:03:08', '2016-10-27 09:03:08', '', 'single_project_9', '', 'inherit', 'open', 'closed', '', 'single_project_9', '', '', '2016-10-27 09:03:08', '2016-10-27 09:03:08', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2016-10-27 09:03:14', '2016-10-27 09:03:14', '', 'single_project_10', '', 'inherit', 'open', 'closed', '', 'single_project_10', '', '', '2016-10-27 09:03:14', '2016-10-27 09:03:14', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 1, '2016-10-27 09:03:20', '2016-10-27 09:03:20', '', 'single_project_11', '', 'inherit', 'open', 'closed', '', 'single_project_11', '', '', '2016-10-27 09:03:20', '2016-10-27 09:03:20', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2016-10-27 09:03:26', '2016-10-27 09:03:26', '', 'single_project_12', '', 'inherit', 'open', 'closed', '', 'single_project_12', '', '', '2016-10-27 09:03:26', '2016-10-27 09:03:26', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(292, 1, '2016-10-27 13:10:27', '2016-10-27 13:10:27', '', 'author', '', 'inherit', 'open', 'closed', '', 'author', '', '', '2016-10-27 13:10:27', '2016-10-27 13:10:27', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/author.jpg', 0, 'attachment', 'image/jpeg', 0),
(294, 1, '2016-10-28 14:20:18', '2016-10-28 14:20:18', '', 'marker', '', 'inherit', 'open', 'closed', '', 'marker', '', '', '2016-10-28 14:20:18', '2016-10-28 14:20:18', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/10/marker.png', 0, 'attachment', 'image/png', 0),
(308, 1, '2016-11-01 15:26:07', '2016-11-01 15:26:07', '', 'single_service_1', '', 'inherit', 'open', 'closed', '', 'single_service_1', '', '', '2016-11-01 15:26:07', '2016-11-01 15:26:07', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(309, 1, '2016-11-01 15:26:14', '2016-11-01 15:26:14', '', 'single_service_2', '', 'inherit', 'open', 'closed', '', 'single_service_2', '', '', '2016-11-01 15:26:14', '2016-11-01 15:26:14', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(310, 1, '2016-11-01 15:26:20', '2016-11-01 15:26:20', '', 'single_service_3', '', 'inherit', 'open', 'closed', '', 'single_service_3', '', '', '2016-11-01 15:26:20', '2016-11-01 15:26:20', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(353, 1, '2016-11-09 14:34:22', '2016-11-09 14:34:22', '', 'footer_logo', '', 'inherit', 'open', 'closed', '', 'footer_logo', '', '', '2016-11-09 14:34:22', '2016-11-09 14:34:22', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/footer_logo.png', 0, 'attachment', 'image/png', 0),
(212, 1, '2016-10-20 12:29:34', '2016-10-20 12:29:34', '', 'Facebook', '', 'publish', 'closed', 'closed', '', 'facebook', '', '', '2016-10-20 12:29:34', '2016-10-20 12:29:34', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/facebook/', 1, 'nav_menu_item', '', 0),
(213, 1, '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 'Twitter', '', 'publish', 'closed', 'closed', '', 'twitter', '', '', '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/twitter/', 2, 'nav_menu_item', '', 0),
(214, 1, '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 'Google+', '', 'publish', 'closed', 'closed', '', 'google', '', '', '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/google/', 3, 'nav_menu_item', '', 0),
(215, 1, '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 'YouTube', '', 'publish', 'closed', 'closed', '', 'youtube', '', '', '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/youtube/', 5, 'nav_menu_item', '', 0),
(297, 1, '2016-10-31 09:29:59', '2016-10-31 09:29:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6>We have a long list of professional contractors, whom our engineers and architects enjoy to work with on a majority of our projects!</h6>\r\nThroughout our years in business, we''ve accumulated a strong expertise both in managing and completing any type of a construction, as well as in choosing the right vendors and sub-contractors...  We understand how vital it is to coordinate the project in a timely, cost-efficient way. As of now we''ve alreeady dealt with numerous mid and large scale constructions, so we''ve mastered the art of minimizing the extra expenses, completing each project''s stage on schedule and implementing a live project intact with both original engineering solutions and the client''s initial vision...\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-6.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'General Contracting', '', 'publish', 'closed', 'closed', '', 'general-contracting', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=297', 0, 'cherry-services', '', 0),
(298, 1, '2016-10-31 09:36:41', '2016-10-31 09:36:41', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text"]\r\n<h6>Construction project management is essential. We''re using the most time and iterations efficient life cycles for that.</h6>\r\nAs you may know, the construction planning process has always been far from perfect... In the past, project schedules were unrealistically optimistic... That resulted in an average of 45% of work promised in a week actually being completed at a later date than its deadline dictated. This kind of protraction left subcontractors waiting for the previous task to be completed, even before the next stage of work could have proceeded further... To fix that issue, our construction bureau have implemented the Pull Planning process, coordinated with the trade contractors on a weekly basis. Pull Planning method estimates the scheduling in reverse.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-5.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_phone="40px|||" custom_margin_last_edited="on|phone"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Construction Management', '', 'publish', 'closed', 'closed', '', 'construction-management', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=298', 0, 'cherry-services', '', 0),
(299, 1, '2016-10-31 09:55:09', '2016-10-31 09:55:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6>If a project is not too complex, we may hire a designer-builder type of contractor, to make the longevity of the construction shorter.</h6>\r\nWith the help of such project delivery method, we''ll be able to overlap the design and the construction part, to eliminate any kind of postponing or schedule delays... Also, while many people think that this fast-paced kind of project delivery can be led by architect only, we practiced a designer, engineer and a contractor as team leaders and it proved to be just as efficient. By using this work method, we''ll be able to complete your project much faster!\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_phone="40px|||" custom_margin_last_edited="on|phone"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design-Build', '', 'publish', 'closed', 'closed', '', 'design-build', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=299', 0, 'cherry-services', '', 0),
(300, 1, '2016-10-31 10:01:09', '2016-10-31 10:01:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6>We take our time on initial planning before any construction begins, to balance all the financial and efficiency issues beforehand.</h6>\r\nThis traditional type of construction management works great for big scale buildings and structures. The fact that in this scenario the design stage is done before the actual on-site construction even begins, allows us to estimate all the resources and man-hours needed fort project''s completion. That kind of a step-by-step, preliminary construction planning will allow you to be right on schedule while your big project will get built.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_phone="40px|||" custom_margin_last_edited="on|phone"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pre-construction Services', '', 'publish', 'closed', 'closed', '', 'pre-construction-services', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=300', 0, 'cherry-services', '', 0),
(302, 1, '2016-10-31 14:31:24', '2016-10-31 14:31:24', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6>Our customers love the pace/quality tempo that we show during each of the principal construction processes!</h6>\r\nWe''re comfortable with any kind of a project that you want us to build! As long as it''s technically possible to convert your vision to a standing structure, we''ll be more than glad to do it. These are not mere words, as since 2006 we''ve been building both small, private and commercial buildings like houses and shops, as well as huge, complex megastructures like a military warehouse, a commercial high-rise business centre or a university''s campus are...\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_phone="40px|||" custom_margin_last_edited="on|phone"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Construction Services', '', 'publish', 'closed', 'closed', '', 'construction-services', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=302', 0, 'cherry-services', '', 0),
(303, 1, '2016-10-31 14:34:25', '2016-10-31 14:34:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6>Oftentimes physical and functional essence of any construction project needs to be represented digitally, in a 3D model format.</h6>\r\nIn short, the construction industry is undergoing fundamental changes, not comparable in impact with anything before it, not even with the rise of lean manufacturing in auto-making in the 1980s. An innovative and time-saving tool called Building Information Modeling, or BIM, is the reason for that revolution. BIM technology rapidly enhances complex building processes, shortcutting any project completion date, cutting the expenses and improving the overall quality of the construction. Our construction company is the leading industry exponent, with approximately $30 billion in BIM project experience. We want clients to understand the incredible advantages that the BIM offers and we want them to get prepared to embrace this new technology.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-6.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin_phone="40px|||" custom_margin_last_edited="on|phone"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Building Information Modeling', '', 'publish', 'closed', 'closed', '', 'building-information-modeling', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=cherry-services&#038;p=303', 0, 'cherry-services', '', 0),
(426, 1, '2016-11-29 08:42:46', '2016-11-29 08:42:46', '', 'logo_invert', '', 'inherit', 'open', 'closed', '', 'logo_invert', '', '', '2016-11-29 08:42:46', '2016-11-29 08:42:46', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/logo_invert.png', 0, 'attachment', 'image/png', 0),
(427, 1, '2016-11-29 10:22:00', '2016-11-29 10:22:00', '', 'brands_06', '', 'inherit', 'open', 'closed', '', 'brands_06', '', '', '2016-11-29 10:22:00', '2016-11-29 10:22:00', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_06.jpg', 0, 'attachment', 'image/jpeg', 0),
(428, 1, '2016-11-29 10:22:04', '2016-11-29 10:22:04', '', 'brands_01', '', 'inherit', 'open', 'closed', '', 'brands_01', '', '', '2016-11-29 10:22:04', '2016-11-29 10:22:04', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(429, 1, '2016-11-29 10:22:05', '2016-11-29 10:22:05', '', 'brands_02', '', 'inherit', 'open', 'closed', '', 'brands_02', '', '', '2016-11-29 10:22:05', '2016-11-29 10:22:05', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(430, 1, '2016-11-29 10:22:07', '2016-11-29 10:22:07', '', 'brands_03', '', 'inherit', 'open', 'closed', '', 'brands_03', '', '', '2016-11-29 10:22:07', '2016-11-29 10:22:07', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(431, 1, '2016-11-29 10:22:09', '2016-11-29 10:22:09', '', 'brands_04', '', 'inherit', 'open', 'closed', '', 'brands_04', '', '', '2016-11-29 10:22:09', '2016-11-29 10:22:09', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_04.jpg', 0, 'attachment', 'image/jpeg', 0),
(432, 1, '2016-11-29 10:22:11', '2016-11-29 10:22:11', '', 'brands_05', '', 'inherit', 'open', 'closed', '', 'brands_05', '', '', '2016-11-29 10:22:11', '2016-11-29 10:22:11', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_05.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2017-01-09 14:59:54', '2017-01-09 14:59:54', '', 'footer_logo', '', 'inherit', 'open', 'closed', '', 'footer_logo-2', '', '', '2017-01-09 14:59:54', '2017-01-09 14:59:54', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2017/01/footer_logo.png', 0, 'attachment', 'image/png', 0),
(530, 1, '2017-01-09 17:42:21', '2017-01-09 17:42:21', '', 'team-member-1', '', 'inherit', 'open', 'closed', '', 'team-member-1', '', '', '2017-01-09 17:42:21', '2017-01-09 17:42:21', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2017/01/team-member-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(531, 1, '2017-01-09 17:42:26', '2017-01-09 17:42:26', '', 'team-member-3', '', 'inherit', 'open', 'closed', '', 'team-member-3', '', '', '2017-01-09 17:42:26', '2017-01-09 17:42:26', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2017/01/team-member-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(216, 1, '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 'Pinterest', '', 'publish', 'closed', 'closed', '', 'pinterest', '', '', '2016-10-20 12:31:49', '2016-10-20 12:31:49', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/pinterest/', 6, 'nav_menu_item', '', 0),
(217, 1, '2016-10-20 12:35:24', '2016-10-20 12:35:24', '', 'Vimeo', '', 'publish', 'closed', 'closed', '', 'vimeo', '', '', '2016-10-20 12:35:24', '2016-10-20 12:35:24', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/2016/10/20/vimeo/', 4, 'nav_menu_item', '', 0),
(370, 1, '2016-11-10 15:29:11', '2016-11-10 15:29:11', 'Text', '', '', 'publish', 'closed', 'closed', '', '370', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=370', 1, 'nav_menu_item', '', 0),
(414, 1, '2016-11-11 12:35:36', '2016-11-11 12:35:36', '', 'Log in', '', 'publish', 'closed', 'closed', '', 'log-in', '', '', '2016-11-11 12:35:36', '2016-11-11 12:35:36', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=414', 1, 'nav_menu_item', '', 0),
(415, 1, '2016-11-11 12:35:36', '2016-11-11 12:35:36', '', 'Create an Account', '', 'publish', 'closed', 'closed', '', 'create-an-account', '', '', '2016-11-11 12:35:36', '2016-11-11 12:35:36', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=415', 2, 'nav_menu_item', '', 0),
(1551, 1, '2018-06-17 12:58:38', '2018-06-17 12:58:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/About-Us-Banner-OL.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>About Us</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Poppins|on|||"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span></p>\r\n<p><span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span></p>\r\n<p><span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<h4>FAQ</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<p><strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong></p>\r\n<p><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong></p>\r\n<p><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong></p>\r\n<p><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span></p>\r\n<p><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong></p>\r\n<p><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong></p>\r\n<p><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2018-06-19 07:16:09', '2018-06-19 07:16:09', '', 0, 'https://seis.my/feelgroup/?page_id=1551', 0, 'page', '', 0),
(1552, 1, '2018-06-17 12:58:24', '2018-06-17 12:58:24', '', 'ABOUTUS (BANNER)', '', 'inherit', 'open', 'closed', '', 'aboutus-banner', '', '', '2018-06-17 12:58:24', '2018-06-17 12:58:24', '', 1551, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1067, 1, '2018-06-12 06:05:04', '2018-06-12 06:05:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:05:04', '2018-06-12 06:05:04', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(759, 1, '2018-04-17 12:08:22', '2018-04-17 12:08:22', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" video_url="https://www.youtube.com/watch?v=zjMIixYgCZA" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 12:08:22', '2018-04-17 12:08:22', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(184, 1, '2016-10-19 13:29:12', '2016-10-19 13:29:12', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;"><strong>WHY SHOULD YOU CHOOSE US?</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe want you to have that overall exclusive t- shirt design, which will not only bring your message across, but also remain contemporary.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4><strong>Trusted By</strong></h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Design Highlight</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial"><strong>Testimonials</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Instagram Feeds</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-06-19 10:08:54', '2018-06-19 10:08:54', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=184', 0, 'page', '', 0),
(532, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="31" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2016-10-20 14:50:42', '2016-10-20 14:50:42', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" custom_padding_tablet="100px|15px|100px|15px" custom_padding_phone="100px|15px|50px|15px" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="890px" max_width_last_edited="on|desktop"]\r\n<h2>our services</h2>\r\n<h6>The size of our team and our protracted expertise allow us to accomplish absolutely any type of a building, regardless of its height and/or complexity!</h6>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="1" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="monstroid2-thumb-m-2" show_title="on" show_media="on" show_content="on" excerpt_length="200" template="default-skin1" use_space="on" use_rows_space="on" category="55" columns_tablet="1" columns_phone="1"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" background_color="#f9b707"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="If you can envision it, than we can build it tell us more about your project" button_url="https://seis.my/feelgroup/contacts/" url_new_window="off" button_text="contact us" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" max_width="1000px" max_width_last_edited="on|desktop" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=218', 0, 'page', '', 0),
(533, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" custom_padding_tablet="100px|15px|100px|15px" custom_padding_phone="100px|15px|50px|15px" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="890px" max_width_last_edited="on|desktop"]\r\n<h2>our services</h2>\r\n<h6>The size of our team and our protracted expertise allow us to accomplish absolutely any type of a building, regardless of its height and/or complexity!</h6>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="1" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="monstroid2-thumb-m-2" show_title="on" show_media="on" show_content="on" excerpt_length="200" template="default-skin1" use_space="on" use_rows_space="on" category="55" columns_tablet="1" columns_phone="1"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" background_color="#f9b707"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="If you can envision it, than we can build it tell us more about your project" button_url="https://seis.my/feelgroup/contacts/" url_new_window="off" button_text="contact us" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" max_width="1000px" max_width_last_edited="on|desktop" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Services', '', 'inherit', 'closed', 'closed', '', '218-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 218, 'https://seis.my/feelgroup/2018/04/16/218-revision-v1/', 0, 'revision', '', 0),
(232, 1, '2016-10-25 13:11:52', '2016-10-25 13:11:52', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" custom_padding_tablet="100px|15px|100px|15px" custom_padding_phone="100px|15px|50px|15px" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width_last_edited="off|phone"]\r\n<h2>Projects</h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="95px||18px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="2" post_per_page="8" item_margin="50" grid_template="terms-grid-skin1_1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" background_color="#f9b707"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="If you can envision it, than we can build it tell us more about your project" button_url="https://seis.my/feelgroup/contacts/" url_new_window="off" button_text="contact us" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" max_width="1000px" max_width_last_edited="on|desktop"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Projects', '', 'publish', 'closed', 'closed', '', 'projects', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=232', 0, 'page', '', 0),
(534, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" custom_padding_tablet="100px|15px|100px|15px" custom_padding_phone="100px|15px|50px|15px" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width_last_edited="off|phone"]\r\n<h2>Projects</h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="95px||18px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="2" post_per_page="8" item_margin="50" grid_template="terms-grid-skin1_1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" background_color="#f9b707"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="If you can envision it, than we can build it tell us more about your project" button_url="https://seis.my/feelgroup/contacts/" url_new_window="off" button_text="contact us" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" max_width="1000px" max_width_last_edited="on|desktop"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Projects', '', 'inherit', 'closed', 'closed', '', '232-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 232, 'https://seis.my/feelgroup/2018/04/16/232-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(253, 1, '2016-10-25 14:20:26', '2016-10-25 14:20:26', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" custom_padding_tablet="100px|15px|100px|15px" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="900px" max_width_last_edited="on|desktop"]\r\n<h2>about</h2>\r\n<h6>During all this time we stayed true to one and the same principles of business operations.</h6>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="119px||56px|" custom_padding_tablet="70px||15px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Core Values" url_new_window="off" use_icon="on" font_icon="e692" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Construction''s core values have been shaped over more than 10 years of delivering the finest construction services to our clients. They stood to the test of time and these principles remain our bedrock lynchpins. We never tried to cut on either quality, the pace of work or any other construction aspect. We stay true to our full promise of efficiency! [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Pace" url_new_window="off" use_icon="on" font_icon="e837" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our love for detailed, bullet-point preparations, as well as to open and clear project management and communication is what makes us faster than the competition. Recently we compared a technically similar 10-stories building that we built, and the other built by our main competitor. Their price and pace was 2 times lower than hours! [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Quality" url_new_window="off" use_icon="on" font_icon="e6e3" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Quality is focal in every little aspect of the construction. The mindset of both our senior employees and all the way to our on-site contractors and construction workers centers on attention. It''s out attention to details that allows us to work on a multitude of projects simultaneously, while staying on schedule! [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Environment friendliness" url_new_window="off" use_icon="on" font_icon="e82d" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Besides valuing your time, your money and your vision for the project, we also value the Mother Nature as well...It cannot be denied anymore, that even the small construction implements the nature in a bad way... That''s why we''re leading the effort to use only eco-friendly materials and comply with keeping the environment unpollluted by the work we do! [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" custom_padding="160px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="100px||70px|" custom_padding_last_edited="on|phone" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Environment friendl" number="250" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Staff members" number="302" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Million Man-hours" number="15" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Awards won" number="99" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||30px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="on|laptop" custom_padding_tablet="70px||13px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" columns="3" group="57" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" excerpt_length="50" show_position="on" show_social="off" template="default" use_space="on" use_rows_space="on" title="Executive managers" columns_laptop="2" columns_tablet="2" columns_phone="1"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||73px|" custom_padding_tablet="100px||50px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="411" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="412" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=253', 0, 'page', '', 0),
(535, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="221px|15px|202px|15px" custom_padding_tablet="100px|15px|100px|15px" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="900px" max_width_last_edited="on|desktop"]\r\n<h2>about</h2>\r\n<h6>During all this time we stayed true to one and the same principles of business operations.</h6>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="119px||56px|" custom_padding_tablet="70px||15px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Core Values" url_new_window="off" use_icon="on" font_icon="e692" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Construction''s core values have been shaped over more than 10 years of delivering the finest construction services to our clients. They stood to the test of time and these principles remain our bedrock lynchpins. We never tried to cut on either quality, the pace of work or any other construction aspect. We stay true to our full promise of efficiency! [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Pace" url_new_window="off" use_icon="on" font_icon="e837" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our love for detailed, bullet-point preparations, as well as to open and clear project management and communication is what makes us faster than the competition. Recently we compared a technically similar 10-stories building that we built, and the other built by our main competitor. Their price and pace was 2 times lower than hours! [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Quality" url_new_window="off" use_icon="on" font_icon="e6e3" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Quality is focal in every little aspect of the construction. The mindset of both our senior employees and all the way to our on-site contractors and construction workers centers on attention. It''s out attention to details that allows us to work on a multitude of projects simultaneously, while staying on schedule! [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Environment friendliness" url_new_window="off" use_icon="on" font_icon="e82d" icon_color="#ffffff" use_circle="on" circle_color="#f9b707" use_circle_border="off" circle_border_color="#f9b707" icon_placement="left" animation="left" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Besides valuing your time, your money and your vision for the project, we also value the Mother Nature as well...It cannot be denied anymore, that even the small construction implements the nature in a bad way... That''s why we''re leading the effort to use only eco-friendly materials and comply with keeping the environment unpollluted by the work we do! [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" custom_padding="160px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="100px||70px|" custom_padding_last_edited="on|phone" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Environment friendl" number="250" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Staff members" number="302" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Million Man-hours" number="15" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Awards won" number="99" percent_sign="off" counter_color="#f9b707" use_border_color="off" border_color="#ffffff" border_style="solid" number_font_size="60"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||30px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="on|laptop" custom_padding_tablet="70px||13px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" columns="3" group="57" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" excerpt_length="50" show_position="on" show_social="off" template="default" use_space="on" use_rows_space="on" title="Executive managers" columns_laptop="2" columns_tablet="2" columns_phone="1"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||73px|" custom_padding_tablet="100px||50px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="411" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="412" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About', '', 'inherit', 'closed', 'closed', '', '253-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 253, 'https://seis.my/feelgroup/2018/04/16/253-revision-v1/', 0, 'revision', '', 0),
(290, 1, '2016-10-27 12:59:41', '2016-10-27 12:59:41', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2016-10-27 12:59:41', '2016-10-27 12:59:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=290', 0, 'page', '', 0),
(293, 1, '2016-10-28 14:21:08', '2016-10-28 14:21:08', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_map admin_label="Map" address="Black Creek Blvd, Orlando, FL 32829, США" zoom_level="13" address_lat="28.498676994806225" address_lng="-81.26575452874926" icon_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/marker.png" map_style="ultra-light-with-labels" mouse_wheel="off"]\r\n\r\n[tm_pb_map_pin title="Black Creek Blvd, Orlando, FL 32829, USA" pin_address="Black Creek Blvd, Orlando, FL 32829, США" pin_address_lat="28.4962301" pin_address_lng="-81.26629029999998"]\r\n[/tm_pb_map_pin]\r\n\r\n[/tm_pb_map][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" padding_2_last_edited="on|phone" column_padding_mobile="on" padding_2_phone="50px|||"][tm_pb_column type="1_3"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||25px|"]\r\n<h4>contacts</h4>\r\n&nbsp;\r\n<ul class="list">\r\n 	<li><span style="color: #000000;"><strong>ADDRESS:</strong></span> 4578 Marmora Road, Glasgow, D04 89GR</li>\r\n 	<li><span style="color: #000000;"><strong>PHONES:</strong></span> <a href="callto:(800) 123-0045">(800) 123-0045</a>; <a href="callto:(800) 123-0046">(800) 123-0046</a></li>\r\n 	<li><span style="color: #000000;"><strong>WE ARE OPEN:</strong> </span>Mn-Fr: 10 am-8 pm</li>\r\n</ul>\r\n[/tm_pb_text][tm_pb_social_media_follow admin_label="Social Media Follow" link_shape="rounded_rectangle" url_new_window="off" follow_button="off"] [tm_pb_social_media_follow_network social_network="Facebook" social_icon="f09a" url="https://www.facebook.com/TemplateMonster/" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Facebook [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Twitter" social_icon="f099" url="https://twitter.com/TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Twitter [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Google+" social_icon="f0d5" url="https://twitter.com/TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Google+ [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vimeo" social_icon="f27d" url="#" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Vimeo [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Youtube" social_icon="f167" url="https://www.youtube.com/user/TemplateMonsterCo" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Youtube [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Pinterest" social_icon="f231" url="https://www.pinterest.com/templatemonster/" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Pinterest [/tm_pb_social_media_follow_network] [/tm_pb_social_media_follow][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_contact_form admin_label="Contact Form" captcha="off" title="Let’s Get in Touch" use_redirect="off" input_border_radius="0" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" submit_text="send"] [tm_pb_contact_field field_title="Name" field_type="input" field_id="Name" required_mark="on" fullwidth_field="off" field_placeholder="Your name" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Email Address" field_type="email" field_id="Email" required_mark="on" fullwidth_field="off" field_placeholder="Your e-mail" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Message" field_type="text" field_id="Message" required_mark="on" field_placeholder="Your message" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field] [/tm_pb_contact_form][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=293', 0, 'page', '', 0),
(314, 1, '2016-11-02 08:15:34', '2016-11-02 08:15:34', '<h5>Typography</h5>\r\n<h1>H1 Heading</h1>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h2>H2 Heading</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h3>H3 Heading</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h4>H4 Heading</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h5>H5 Heading</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h6>H6 Heading</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<hr />\r\n\r\n<h5>Unordered list</h5>\r\n<ul>\r\n 	<li>10 Reasons to Buy Monstroid2.</li>\r\n 	<li>Getting to another  level of design</li>\r\n 	<li>Clean Style. Cons and Pros.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h5>Ordered list</h5>\r\n<ol>\r\n 	<li>10 Reasons to Buy Monstroid2.</li>\r\n 	<li>Getting to another  level of design</li>\r\n 	<li>Clean Style. Cons and Pros.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h5>Blockquotes</h5>\r\n<blockquote>It’s perfect to display the members of your staff, team or working force. Within Monstroid theme you. <cite>Adam Smith</cite></blockquote>\r\n\r\n<hr />\r\n\r\n<h5>Some other styles</h5>\r\n<span class="dropcaps">L</span>orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <em>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </em>\r\n<ul class="list">\r\n 	<li><span style="color: #000000;">Bold Text:</span> <strong>Whether you found me on YouTube</strong></li>\r\n 	<li><span style="color: #000000;">Italic:</span> <em>Whether you found me on YouTube</em></li>\r\n 	<li><span style="color: #000000;">Strike-through:</span> <del>Whether you found me on YouTube</del></li>\r\n 	<li><span style="color: #000000;">Link:</span> <a href="#">Whether you found me on YouTube</a></li>\r\n 	<li><span style="color: #000000;">Inline Code:</span> <code>Whether you found me on YouTube</code></li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h5>Centre aligned image</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<img class="size-medium wp-image-167 aligncenter" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<h5>Left aligned image</h5>\r\n<img class="size-medium wp-image-167 alignleft" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<div class="clear"></div>\r\n\r\n<hr />\r\n\r\n<h5>Right aligned image</h5>\r\n<img class="size-medium wp-image-167 alignright" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<div class="clear"></div>\r\n\r\n<hr />\r\n\r\n<h5>Large image</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<img class="alignnone wp-image-167 size-full" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14.jpg" alt="Modern Australian house front and entrance" width="1500" height="1000" />', 'Typography', '', 'publish', 'closed', 'closed', '', 'typography', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=314', 0, 'page', '', 0),
(537, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '<h5>Typography</h5>\r\n<h1>H1 Heading</h1>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h2>H2 Heading</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h3>H3 Heading</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h4>H4 Heading</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h5>H5 Heading</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<h6>H6 Heading</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<hr />\r\n\r\n<h5>Unordered list</h5>\r\n<ul>\r\n 	<li>10 Reasons to Buy Monstroid2.</li>\r\n 	<li>Getting to another  level of design</li>\r\n 	<li>Clean Style. Cons and Pros.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h5>Ordered list</h5>\r\n<ol>\r\n 	<li>10 Reasons to Buy Monstroid2.</li>\r\n 	<li>Getting to another  level of design</li>\r\n 	<li>Clean Style. Cons and Pros.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h5>Blockquotes</h5>\r\n<blockquote>It’s perfect to display the members of your staff, team or working force. Within Monstroid theme you. <cite>Adam Smith</cite></blockquote>\r\n\r\n<hr />\r\n\r\n<h5>Some other styles</h5>\r\n<span class="dropcaps">L</span>orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <em>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </em>\r\n<ul class="list">\r\n 	<li><span style="color: #000000;">Bold Text:</span> <strong>Whether you found me on YouTube</strong></li>\r\n 	<li><span style="color: #000000;">Italic:</span> <em>Whether you found me on YouTube</em></li>\r\n 	<li><span style="color: #000000;">Strike-through:</span> <del>Whether you found me on YouTube</del></li>\r\n 	<li><span style="color: #000000;">Link:</span> <a href="#">Whether you found me on YouTube</a></li>\r\n 	<li><span style="color: #000000;">Inline Code:</span> <code>Whether you found me on YouTube</code></li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h5>Centre aligned image</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<img class="size-medium wp-image-167 aligncenter" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<h5>Left aligned image</h5>\r\n<img class="size-medium wp-image-167 alignleft" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<div class="clear"></div>\r\n\r\n<hr />\r\n\r\n<h5>Right aligned image</h5>\r\n<img class="size-medium wp-image-167 alignright" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14-300x200.jpg" alt="Modern Australian house front and entrance" width="300" height="200" />\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n<div class="clear"></div>\r\n\r\n<hr />\r\n\r\n<h5>Large image</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.\r\n\r\n<img class="alignnone wp-image-167 size-full" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-14.jpg" alt="Modern Australian house front and entrance" width="1500" height="1000" />', 'Typography', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 314, 'https://seis.my/feelgroup/2018/04/16/314-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2016-11-10 15:49:42', '2016-11-10 15:49:42', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_toggle admin_label="Toggle" title="Consistency is the Key" open="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="No Coding Skills Required" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Content Driven Design" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Pixel Perfect Typography" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2016-11-10 15:49:42', '2016-11-10 15:49:42', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=385', 0, 'page', '', 0),
(386, 1, '2016-11-10 15:51:50', '2016-11-10 15:51:50', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg" transparent_background="off" background_color="#000000" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" custom_padding="265px||300px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" module_class="invert"]\r\n<h2>Meet the Team. Who We Are?</h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||50px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||50px|" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||50px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" global_module="410" columns="3" group="57" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" excerpt_length="50" show_position="on" show_social="off" template="default" use_space="on" use_rows_space="on" title="Executive managers" saved_tabs="all"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Our team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=386', 0, 'page', '', 0),
(387, 1, '2016-11-10 15:53:03', '2016-11-10 15:53:03', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Calvin Fitzgerald" position="President" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Luis Maxwell" position="Contractors Operations Head" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-4.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Edward Elliott" position="Vice President of Operations" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-6.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Person', '', 'publish', 'closed', 'closed', '', 'person', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=387', 0, 'page', '', 0),
(539, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Calvin Fitzgerald" position="President" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Luis Maxwell" position="Contractors Operations Head" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-4.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Edward Elliott" position="Vice President of Operations" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-6.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Person', '', 'inherit', 'closed', 'closed', '', '387-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 387, 'https://seis.my/feelgroup/2018/04/16/387-revision-v1/', 0, 'revision', '', 0),
(388, 1, '2016-11-10 15:54:54', '2016-11-10 15:54:54', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Our Current Vacancies List</h3>\r\n[/tm_pb_text][tm_pb_accordion admin_label="Accordion" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_accordion_item title="Technical Support Representative"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Customer Care Specialist"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Interactive Art Director"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item] [/tm_pb_accordion][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Careers', '', 'publish', 'closed', 'closed', '', 'careers', '', '', '2016-11-10 15:54:54', '2016-11-10 15:54:54', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=388', 0, 'page', '', 0);
INSERT INTO `wpag_posts` VALUES
(389, 1, '2016-11-10 15:55:50', '2016-11-10 15:55:50', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="180px||210px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" max_width="900px" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2>We are proud that our customers</h2>\r\nWe’ve made a huge effort to keep site owner away from things with confusing names like PHP, functions, classes, CSS and other geeks’ stuff.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||70px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="3" columns_last_edited="off|desktop"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_01.jpg" brand_url="#" url_new_window="off" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_02.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_03.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_04.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_05.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_06.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f8f8f8" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="130px||100px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" parallax_4="off" parallax_method_4="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Current Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e726" icon_color="#f9b707" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Virtual Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Represent your staff</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="70px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="411" limit="1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="412" limit="1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Partners', '', 'publish', 'closed', 'closed', '', 'partners', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=389', 0, 'page', '', 0),
(540, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="180px||210px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" max_width="900px" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2>We are proud that our customers</h2>\r\nWe’ve made a huge effort to keep site owner away from things with confusing names like PHP, functions, classes, CSS and other geeks’ stuff.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||70px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="3" columns_last_edited="off|desktop"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_01.jpg" brand_url="#" url_new_window="off" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_02.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_03.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_04.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_05.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_06.jpg" url_new_window="off" brand_url="#" brand_title="brand"] [/tm_pb_brands_showcase_module__item] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f8f8f8" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="130px||100px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" parallax_4="off" parallax_method_4="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Current Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_icon admin_label="Icon" font_icon="e726" icon_color="#f9b707" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2ed3ae" animation="off" icon_orientation="center" use_icon_font_size="off" custom_margin="||25px|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_icon][tm_pb_number_counter admin_label="Number Counter" title="Virtual Clients" number="4578" percent_sign="off" counter_color="#000000" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Represent your staff</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="70px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="411" limit="1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" ids="412" limit="1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" content_length="100" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Partners', '', 'inherit', 'closed', 'closed', '', '389-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 389, 'https://seis.my/feelgroup/2018/04/16/389-revision-v1/', 0, 'revision', '', 0),
(390, 1, '2016-11-10 16:03:51', '2016-11-10 16:03:51', '&nbsp;\r\n<h3 class="page-title">Terms of use</h3>\r\n&nbsp;\r\n<h5 class="tm_pb_toggle_title">General information</h5>\r\nWelcome to our Privacy Policy page! When you use our store services, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it. When you share information with us, we can make our services even better for you. For instance, we can show you more relevant search results and ads, help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy. This is important; we hope you will take time to read it carefully. Remember, you can find controls to manage your information and protect your privacy and security. We’ve tried to keep it as simple as possible.\r\n<h5> Right to access, correct and delete data and to object to data processing</h5>\r\nWelcome to our Privacy Policy page! When you use our store services, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it. When you share information with us, we can make our services even better for you. For instance, we can show you more relevant search results and ads, help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy. This is important; we hope you will take time to read it carefully. Remember, you can find controls to manage your information and protect your privacy and security. We’ve tried to keep it as simple as possible.\r\n<h5 class="tm_pb_toggle_title">Management of personal data</h5>\r\nWelcome to our Privacy Policy page! When you use our store services, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it. When you share information with us, we can make our services even better for you. For instance, we can show you more relevant search results and ads, help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy. This is important; we hope you will take time to read it carefully. Remember, you can find controls to manage your information and protect your privacy and security. We’ve tried to keep it as simple as possible.\r\n<h5 class="tm_pb_toggle_title">Information we collect</h5>\r\nWelcome to our Privacy Policy page! When you use our store services, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it. When you share information with us, we can make our services even better for you. For instance, we can show you more relevant search results and ads, help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy. This is important; we hope you will take time to read it carefully. Remember, you can find controls to manage your information and protect your privacy and security. We’ve tried to keep it as simple as possible.', 'Terms of use', '', 'publish', 'closed', 'closed', '', 'terms-of-use', '', '', '2016-11-10 16:03:51', '2016-11-10 16:03:51', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=390', 0, 'page', '', 0),
(437, 1, '2016-12-07 07:55:38', '2016-12-07 07:55:38', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||77px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_accordion admin_label="Accordion" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_accordion_item title="Technical Support Representative"]\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.\r\n\r\n[/tm_pb_accordion_item][tm_pb_accordion_item title="Customer Care Specialist"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item][tm_pb_accordion_item title="Interactive Art Director"] Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. [/tm_pb_accordion_item] [/tm_pb_accordion][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Accordion', '', 'publish', 'closed', 'closed', '', 'accordion', '', '', '2016-12-07 07:55:38', '2016-12-07 07:55:38', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=437', 0, 'page', '', 0),
(438, 1, '2016-12-07 08:04:18', '2016-12-07 08:04:18', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||50px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Audio', '', 'publish', 'closed', 'closed', '', 'audio', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=438', 0, 'page', '', 0),
(541, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||50px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " image_url="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/07/avatar.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_audio admin_label="Audio" audio="https://seis.my/feelgroup/wp-content/uploads/2016/10/sound1.mp3" title="WordPress Migration How-to" artist_name="Brian Williamson " use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n[/tm_pb_audio][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Audio', '', 'inherit', 'closed', 'closed', '', '438-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 438, 'https://seis.my/feelgroup/2018/04/16/438-revision-v1/', 0, 'revision', '', 0),
(439, 1, '2016-12-07 08:24:08', '2016-12-07 08:24:08', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" custom_width_px="650px" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_width_percent="50%" custom_margin="|25%||25%" custom_margin_tablet="|0px||0px" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_counters admin_label="Bar Counters" background_color="#f8f8f8" bar_bg_color="#f9b707" use_percentages="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [tm_pb_counter percent="49"] Website Update Progress [/tm_pb_counter][tm_pb_counter percent="29"] Power Page Builder [/tm_pb_counter][tm_pb_counter percent="86"] Flexible and Multipurpose [/tm_pb_counter] [/tm_pb_counters][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Animated Counter', '', 'publish', 'closed', 'closed', '', 'animated-counter', '', '', '2016-12-07 08:24:08', '2016-12-07 08:24:08', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=439', 0, 'page', '', 0),
(440, 1, '2016-12-07 08:26:34', '2016-12-07 08:26:34', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||96px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||90px|" custom_padding_phone="100px||90px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="button"]\r\n\r\nMonstroid 2 is crafted by top industry leaders with love, care and customer needs in mind.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link"]\r\n\r\nMonstroid 2 is crafted by top industry leaders with love, care and customer needs in mind.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nMonstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Pixel perfect typography" url_new_window="off" use_icon="on" font_icon="e62b" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nIgnoring the fact that perfect typography is a key asset of design success..\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nMonstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Cherry5 WordPress Framework" url_new_window="off" use_icon="off" font_icon="e62b" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-5.jpg" use_button="off" button_type="link"]\r\n\r\nThe theme is based on Cherry5 framework, power tool for flexibility and performance.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-3.jpg" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-12.jpg" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Blurb', '', 'publish', 'closed', 'closed', '', 'blurb', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=440', 0, 'page', '', 0);
INSERT INTO `wpag_posts` VALUES
(542, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||96px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||90px|" custom_padding_phone="100px||90px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="button"]\r\n\r\nMonstroid 2 is crafted by top industry leaders with love, care and customer needs in mind.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link"]\r\n\r\nMonstroid 2 is crafted by top industry leaders with love, care and customer needs in mind.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nMonstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Woocommerce Ready" url_new_window="off" use_icon="on" font_icon="e74c" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme is compatible with Woocommerce plugin and allows to create shop in few clicks.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Pixel perfect typography" url_new_window="off" use_icon="on" font_icon="e62b" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nIgnoring the fact that perfect typography is a key asset of design success..\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Made for community" url_new_window="off" use_icon="on" font_icon="e723" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link"]\r\n\r\nMonstroid2 is fully compatible with BuddyPress and bbPress plugins that give more space...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ededef" show_divider="on" divider_style="solid" custom_margin="117px||133px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Cherry5 WordPress Framework" url_new_window="off" use_icon="off" font_icon="e62b" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-5.jpg" use_button="off" button_type="link"]\r\n\r\nThe theme is based on Cherry5 framework, power tool for flexibility and performance.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="on" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" icon_font_size="32px" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-3.jpg" use_button="off" button_type="link"]\r\n\r\nThe theme comes with built in Power visual page builder. It’s a features rich backend...\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Live Customizer" url_new_window="off" use_icon="off" font_icon="e931" icon_color="#2ed3ae" use_circle="off" circle_color="#ffffff" use_circle_border="on" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" image="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-12.jpg" use_button="off" button_type="link"]\r\n\r\nBuilt in WordPress tool that helps to make changes and see them taking effect on the fly.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Blurb', '', 'inherit', 'closed', 'closed', '', '440-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 440, 'https://seis.my/feelgroup/2018/04/16/440-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2016-12-07 08:34:01', '2016-12-07 08:34:01', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="150px||135px|" custom_padding_tablet="120px||100px|" custom_padding_phone="100px||80px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="20px" parallax_2="off" parallax_method_2="off" padding_bottom_2="20px" parallax_3="off" parallax_method_3="off" padding_bottom_3="20px" parallax_4="off" parallax_method_4="off" padding_bottom_4="20px" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="See Features" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_icon="f02d" button_text_size="12px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Buy theme" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#ffffff" button_bg_color="#000000" button_border_width="1" button_border_color="#000000" button_bg_color_hover="#f9b707" button_border_color_hover="#f9b707" button_letter_spacing_tablet="1px" button_icon="e93c" button_letter_spacing_hover_tablet="1px" button_letter_spacing_laptop="1px" button_letter_spacing_hover_laptop="1px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Buy theme!" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#000000" button_bg_color="rgba(0,0,0,0)" button_border_width="1" button_border_color="#e8e8e9" button_bg_color_hover="#f9b707" button_border_color_hover="#f9b707" button_text_color_hover="#ffffff" button_letter_spacing_tablet="1px" button_letter_spacing_hover_tablet="1px" button_letter_spacing_laptop="1px" button_letter_spacing_hover_laptop="1px"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="Read more" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="off" button_letter_spacing_hover="0" button_text_size="12px" button_text_color="#000000" button_bg_color="rgba(255,255,255,0)" button_border_width="1" button_border_color="rgba(255,255,255,0)" button_text_color_hover="#f9b707" button_icon="e944" button_icon_color="#000000"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="137px||137px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f9b707"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="View now!" button_alignment="center" custom_button="on" button_letter_spacing="0.72px" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72px" button_text_size="12px" button_text_color="#ffffff" button_bg_color="rgba(0,0,0,0)" button_border_width="1" button_border_color="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_color_hover="#ffffff" button_letter_spacing_tablet="1px" button_letter_spacing_hover_tablet="1px"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Buttons', '', 'publish', 'closed', 'closed', '', 'buttons', '', '', '2016-12-07 08:34:01', '2016-12-07 08:34:01', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=441', 0, 'page', '', 0),
(442, 1, '2016-12-07 08:38:42', '2016-12-07 08:38:42', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_url="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" button_border_width="1" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" custom_padding="200px||200px|" custom_padding_tablet="150px||150px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" header_font_size="60" header_font_size_tablet="40" header_font_size_last_edited="on|desktop" header_line_height="1.3em" header_font_size_phone="36" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nStart with this demo now or check out the others to choose what you need.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f9b707" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="off" background_color="#2ed3ae" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="145px|0px|145px|0px" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nMonstroid 2 has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art &amp; Photography, Business, Education and Design.\r\n\r\n[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_img.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" disabled="off" disabled_on="on||" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="132px|||" custom_margin_last_edited="off|desktop"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" background_color="#ededed" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#ededed" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px|50%|200px|10%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" header_text_color="#000000" body_text_color="#888888" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_width="1" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" header_font_size="60" header_font_size_tablet="40" header_font_size_phone="36" header_font_size_last_edited="on|desktop" header_line_height="1.3em" custom_padding_tablet="120px|50%|120px|25px" custom_padding_phone="100px|50px|100px|25px" custom_padding_last_edited="on|desktop" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-3.jpg" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nStart with this demo now or check out the others to choose what you need.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#1b1b1b" text_orientation="left" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg_3.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="155px|10%|155px|50%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" custom_padding_tablet="120px|25px|120px|50%" custom_padding_phone="80px|25px|80px|25px" custom_padding_last_edited="on|desktop" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="rgba(255,255,255,0)" button_border_color_hover="#ffffff" button_text_size="12" button_border_width="1" header_font_size_last_edited="off|desktop" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nMonstroid has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art &amp; Photography, Business, Education and Design.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on" background_color_1="#f9b707" bg_img_2="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg" background_color_2="#000000" module_class="invert"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Live Customizer." button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(46,211,174,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nWordPress live customizer is a WYSIWYG theme editor allowing to change options in real time and see the changes taking effect on the fly. This is a must have feature of every modern WordPress theme and sure enough Monstroid2 has it on board.\r\n\r\n[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="100% Satisfaction Guaranteed" button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(0,0,0,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_text_size="12px" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_width="1" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_icon="f08e" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nYou will be completely happy with our products and services. If no, we are ready to offer 100% money back during 30 days from the purchase date.\r\nNo questions asked.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Call to Action', '', 'publish', 'closed', 'closed', '', 'call-to-action', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=442', 0, 'page', '', 0),
(543, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_url="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" button_border_width="1" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" custom_padding="200px||200px|" custom_padding_tablet="150px||150px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" header_font_size="60" header_font_size_tablet="40" header_font_size_last_edited="on|desktop" header_line_height="1.3em" header_font_size_phone="36" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nStart with this demo now or check out the others to choose what you need.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f9b707" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="off" background_color="#2ed3ae" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="145px|0px|145px|0px" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nMonstroid 2 has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art &amp; Photography, Business, Education and Design.\r\n\r\n[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_img.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" disabled="off" disabled_on="on||" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="132px|||" custom_margin_last_edited="off|desktop"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" background_color="#ededed" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Like What We Offer?" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#ededed" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px|50%|200px|10%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" header_text_color="#000000" body_text_color="#888888" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_width="1" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_text_size="12" header_font_size="60" header_font_size_tablet="40" header_font_size_phone="36" header_font_size_last_edited="on|desktop" header_line_height="1.3em" custom_padding_tablet="120px|50%|120px|25px" custom_padding_phone="100px|50px|100px|25px" custom_padding_last_edited="on|desktop" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-3.jpg" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nStart with this demo now or check out the others to choose what you need.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Did you find anything you like? Browse our other demos" button_url="#" url_new_window="off" button_text="View now!" use_background_color="on" background_color="#1b1b1b" text_orientation="left" background_image="http://192.168.9.172/wp/monstroid2_test/wp-content/uploads/2016/09/cta_bg_3.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="155px|10%|155px|50%" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" custom_padding_tablet="120px|25px|120px|50%" custom_padding_phone="80px|25px|80px|25px" custom_padding_last_edited="on|desktop" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="rgba(255,255,255,0)" button_border_color_hover="#ffffff" button_text_size="12" button_border_width="1" header_font_size_last_edited="off|desktop" button_letter_spacing_tablet="1" button_letter_spacing_hover_tablet="1" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nMonstroid has everything to get you covered. Take a look at the child themes available for you. The list of themes covers most popular spheres of interest including Art &amp; Photography, Business, Education and Design.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on" background_color_1="#f9b707" bg_img_2="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg" background_color_2="#000000" module_class="invert"][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="Live Customizer." button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(46,211,174,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nWordPress live customizer is a WYSIWYG theme editor allowing to change options in real time and see the changes taking effect on the fly. This is a must have feature of every modern WordPress theme and sure enough Monstroid2 has it on board.\r\n\r\n[/tm_pb_cta][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="100% Satisfaction Guaranteed" button_url="#" url_new_window="off" button_text="Read more" use_background_color="on" background_color="rgba(0,0,0,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0.72" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0.72" button_text_size="12px" button_text_color="#ffffff" button_bg_color="#f9b707" button_border_width="1" button_border_color="#f9b707" button_text_color_hover="#ffffff" button_bg_color_hover="#000000" button_border_color_hover="#000000" button_icon="f08e" button_letter_spacing_laptop="1" button_letter_spacing_hover_laptop="1"]\r\n\r\nYou will be completely happy with our products and services. If no, we are ready to offer 100% money back during 30 days from the purchase date.\r\nNo questions asked.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Call to Action', '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 442, 'https://seis.my/feelgroup/2018/04/16/442-revision-v1/', 0, 'revision', '', 0),
(443, 1, '2016-12-07 09:35:58', '2016-12-07 09:35:58', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="on" custom_padding="137px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#000000" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||80px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||75px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" disabled="off" disabled_on="|on||"] [/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Circle Counters', '', 'publish', 'closed', 'closed', '', 'circle-counters', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=443', 0, 'page', '', 0),
(444, 1, '2016-12-07 09:57:44', '2016-12-07 09:57:44', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="90px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#67d3c3" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" numbers_text_color="#000000" label_text_color="#888888" use_circle_border="on" circle_border_color="#f9b707"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||123px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-1.jpg" background_color="#67d3c3" custom_padding_phone="120px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#ffffff"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="75px||85px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="#f9b707" use_circle_border="off" circle_border_color="#2ed3ae"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Countdown Timer', '', 'publish', 'closed', 'closed', '', 'countdown-timer', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=444', 0, 'page', '', 0),
(445, 1, '2016-12-07 10:17:06', '2016-12-07 10:17:06', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="105px||140px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" custom_width_px="885px" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_margin="|17%||17%" custom_margin_laptop="|10%||10%" custom_margin_tablet="|0px||0px" custom_margin_phone="|0px||0px" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_contact_form admin_label="Contact Form" captcha="off" use_redirect="off" input_border_radius="0" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" submit_text="Send" saved_tabs="all"]\r\n\r\n[tm_pb_contact_field field_title="Your name" field_type="input" field_id="Name" required_mark="on" fullwidth_field="off" field_placeholder="Your name" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Your e-mail" field_type="email" field_id="Email" required_mark="on" fullwidth_field="off" field_placeholder="Your e-mail" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_id="Phone" field_title="Your phone" field_placeholder="Your phone" field_type="input" select_multiple="on" select_first_blank="on" required_mark="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_type="text" field_id="Message" required_mark="on" field_placeholder="Your message" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid" field_title="Your message"] [/tm_pb_contact_field]\r\n\r\n[/tm_pb_contact_form][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Contact Form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2016-12-07 10:17:06', '2016-12-07 10:17:06', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=445', 0, 'page', '', 0);
INSERT INTO `wpag_posts` VALUES
(446, 1, '2016-12-07 10:21:12', '2016-12-07 10:21:12', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="on" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||28px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" module_class="container"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2" specialty_columns="2"][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_margin_last_edited="off|desktop"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-26.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-17.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-28.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-27.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||144px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="||120px|" custom_padding_phone="||100px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="||20px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/author.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Images', '', 'publish', 'closed', 'closed', '', 'images', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=446', 0, 'page', '', 0),
(546, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="on" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||28px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" module_class="container"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2" specialty_columns="2"][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_margin_last_edited="off|desktop"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-26.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-17.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-28.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-27.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||144px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="||120px|" custom_padding_phone="||100px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="||20px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/author.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Images', '', 'inherit', 'closed', 'closed', '', '446-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 446, 'https://seis.my/feelgroup/2018/04/16/446-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2016-12-23 12:28:36', '2016-12-23 12:28:36', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_map admin_label="Map" address="New York, NY, USA" address_lat="40.70202641269016" address_lng="-74.0294589086426" map_style="ultra-light-with-labels" mouse_wheel="off" zoom_level="10" icon_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/marker.png"]\r\n\r\n<p>\r\n[tm_pb_map_pin pin_address="New York, NY, USA" pin_address_lat="40.7127837" pin_address_lng="-74.00594130000002"]</p>\r\n<p>Address: 4578 Marmora Road, Glasgow, D04 89GR</p>\r\n<p>Phones: (800) 123-0045; (800) 123-0046</p>\r\n<p>We are open: Mn-Fr: 10 am-8 pm</p>\r\n<p>[/tm_pb_map_pin]</p>\r\n\r\n[/tm_pb_map][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Maps', '', 'publish', 'closed', 'closed', '', 'maps', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=449', 0, 'page', '', 0),
(450, 1, '2016-12-23 12:30:55', '2016-12-23 12:30:55', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="155px||110px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="130px||100px|" custom_padding_phone="100px||50px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_2"][tm_pb_number_counter admin_label="Number Counter" title="Current Clients" number="4578" percent_sign="off" counter_color="#000000" use_icon="on" font_icon="e723" icon_color="#f9b707" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_number_counter admin_label="Number Counter" title="Virtual Clients" number="4578" percent_sign="off" counter_color="#000000" use_icon="on" font_icon="e726" icon_color="#f9b707" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f9b707"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||150px|" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Number Counter', '', 'publish', 'closed', 'closed', '', 'number-counter', '', '', '2016-12-23 12:30:55', '2016-12-23 12:30:55', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=450', 0, 'page', '', 0),
(451, 1, '2016-12-23 12:33:51', '2016-12-23 12:33:51', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="175px||110px|" custom_padding_tablet="150px||90px|" custom_padding_phone="120px||60px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_pricing_tables admin_label="Pricing Tables" show_bullet="off" center_list_items="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" remove_featured_drop_shadow="off"]\r\n\r\n[tm_pb_pricing_table featured="off" title="Starter" currency="$" per="/monthly" sum="14.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n<p>+10GB Storage amount</p>\r\n<p>+Unlimited users</p>\r\n<p>-30GB Bandwidth</p>\r\n<p>+20 MySQL Databases</p>\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Standard" currency="$" per="/monthly" sum="32.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n<p>+10GB Storage amount</p>\r\n<p>+Unlimited users</p>\r\n<p>+30GB Bandwidth</p>\r\n<p>+20 MySQL Databases</p>\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Business" currency="$" per="/monthly" sum="76.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n<p>+10GB Storage amount</p>\r\n<p>+Unlimited users</p>\r\n<p>+30GB Bandwidth</p>\r\n<p>+20 MySQL Databases</p>\r\n\r\n[/tm_pb_pricing_table][tm_pb_pricing_table featured="off" title="Professional" currency="$" per="/monthly" sum="89.89" button_url="#" button_text="Buy now!" header_font_select="default" header_font="||||" subheader_font_select="default" subheader_font="||||" currency_frequency_font_select="default" currency_frequency_font="||||" price_font_select="default" price_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" header_font_size_tablet="35px" header_font_size_phone="35px"]\r\n\r\n<p>+10GB Storage amount</p>\r\n<p>+Unlimited users</p>\r\n<p>+30GB Bandwidth</p>\r\n<p>+20 MySQL Databases</p>\r\n\r\n[/tm_pb_pricing_table]\r\n\r\n[/tm_pb_pricing_tables][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing Table', '', 'publish', 'closed', 'closed', '', 'pricing-table', '', '', '2016-12-23 12:33:51', '2016-12-23 12:33:51', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=451', 0, 'page', '', 0),
(452, 1, '2016-12-23 12:37:39', '2016-12-23 12:37:39', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" top_padding="35%" bottom_padding="35%" saved_tabs="all"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-1.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 01" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_1.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 02" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_11.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 03" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_12.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 04" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_2.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 05" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Slider', '', 'publish', 'closed', 'closed', '', 'slider', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=452', 0, 'page', '', 0),
(548, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" top_padding="35%" bottom_padding="35%" saved_tabs="all"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/project-1.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 01" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_1.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 02" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_11.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 03" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_12.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 04" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_2.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" admin_title="Slide 05" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Slider', '', 'inherit', 'closed', 'closed', '', '452-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 452, 'https://seis.my/feelgroup/2018/04/16/452-revision-v1/', 0, 'revision', '', 0),
(453, 1, '2016-12-23 12:41:13', '2016-12-23 12:41:13', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="148px||127px|" custom_padding_tablet="120px||120px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\r\n\r\n<p>\r\nSocial Sharing</p>\r\n\r\n[/tm_pb_text][tm_pb_social_media_follow admin_label="Social Media Follow" link_shape="circle" url_new_window="off" follow_button="off" disabled="off" disabled_on="|off|" saved_tabs="all"]\r\n\r\n[tm_pb_social_media_follow_network social_network="Facebook" social_icon="f09a" url="https://www.facebook.com/TemplateMonster/" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0.02)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nFacebook\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Twitter" social_icon="f099" url="https://twitter.com/TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(0,0,0,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nTwitter\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Google+" social_icon="f0d5" url="https://plus.google.com/+TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nGoogle+\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vimeo" social_icon="f27d" url="#" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nVimeo\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Youtube" social_icon="f166" url="https://www.youtube.com/user/TemplateMonsterCo" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nYoutube\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Pinterest" social_icon="f231" url="https://www.pinterest.com/templatemonster/" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nPinterest\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Linkedin" social_icon="f0e1" url=" https://www.linkedin.com/company/templatemonster-com" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nLinkedin\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Odnoklassniki" social_icon="f263" url="#" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nOdnoklassniki\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vk" social_icon="f189" url="#" skype_action="call" color="#f9b707" bg_color="rgba(0,0,0,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nVk\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Skype" social_icon="f17e" url="#" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" skype_url="#" hover_icon_color="#000000"]\r\n\r\nSkype\r\n\r\n[/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Dribbble" social_icon="f17d" url="https://dribbble.com/templatemonster" skype_action="call" color="#f9b707" bg_color="rgba(255,255,255,0)" hover_bg_color="rgba(255,255,255,0)" hover_icon_color="#000000"]\r\n\r\nDribbble\r\n\r\n[/tm_pb_social_media_follow_network]\r\n\r\n[/tm_pb_social_media_follow][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Social Sharing', '', 'publish', 'closed', 'closed', '', 'social-sharing', '', '', '2016-12-23 12:41:13', '2016-12-23 12:41:13', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=453', 0, 'page', '', 0),
(454, 1, '2016-12-23 12:42:38', '2016-12-23 12:42:38', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="115px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_tabs admin_label="Tabs" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[tm_pb_tab title="Woocommerce Ready" tab_font_select="default" tab_font="||||" tab_line_height_tablet="2em" tab_line_height_phone="2em" body_font_select="default" body_font="||||" body_line_height="2em" body_line_height_tablet="2em" body_line_height_phone="2em" tab_line_height="2em"]\r\n<p>Woocommerce Ready</p>\r\n<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu</p>\r\n<p>Details</p>\r\n<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit<br>Sed do eiusmod tempor incididunt ut labore et<br>Ddolore magna aliqua. Ut enim ad minim veniam<br>[/tm_pb_tab][tm_pb_tab title="BuddyPress Ready" tab_font_select="default" tab_font="||||" tab_line_height_tablet="2em" tab_line_height_phone="2em" body_font_select="default" body_font="||||" body_line_height="2em" body_line_height_tablet="2em" body_line_height_phone="2em" tab_line_height="2em"]\r\n</p><p>BuddyPress Ready</p>\r\n<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fu</p>\r\n<p>Details</p>\r\n<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit<br>Sed do eiusmod tempor incididunt ut labore et<br>Ddolore magna aliqua. Ut enim ad minim veniam</p>\r\n[/tm_pb_tab]\r\n\r\n[/tm_pb_tabs][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Tabs', '', 'publish', 'closed', 'closed', '', 'tabs', '', '', '2016-12-23 12:42:38', '2016-12-23 12:42:38', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=454', 0, 'page', '', 0);
INSERT INTO `wpag_posts` VALUES
(455, 1, '2016-12-23 13:43:29', '2016-12-23 13:43:29', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Testimonials Page', '', 'publish', 'closed', 'closed', '', 'testimonials-page', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=455', 0, 'page', '', 0),
(549, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Testimonials Page', '', 'inherit', 'closed', 'closed', '', '455-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 455, 'https://seis.my/feelgroup/2018/04/16/455-revision-v1/', 0, 'revision', '', 0),
(457, 1, '2016-12-23 14:10:03', '2016-12-23 14:10:03', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Brian King" position="Director" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-5.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Amanda Smith" position="Marketing manager" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-6.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="George Nelson" position="Designer" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-4.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Person', '', 'publish', 'closed', 'closed', '', 'person-2', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=457', 0, 'page', '', 0),
(550, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Brian King" position="Director" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-5.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="Amanda Smith" position="Marketing manager" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-6.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_team_member admin_label="Person" name="George Nelson" position="Designer" image_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-4.jpg" animation="off" text_alignment="center" background_layout="light" facebook_url="#" twitter_url="#" google_url="#" linkedin_url="#" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_team_member][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Person', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 457, 'https://seis.my/feelgroup/2018/04/16/457-revision-v1/', 0, 'revision', '', 0),
(458, 1, '2016-12-23 14:12:47', '2016-12-23 14:12:47', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="99px||126px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="99px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1>H1 Heading</h1>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n<h2>H2 Heading</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n<h3>H3 Heading</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n<h4>H4 Heading</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n<h5>H5 Heading</h5>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n<h6>H6 Heading</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Text', '', 'publish', 'closed', 'closed', '', 'text', '', '', '2016-12-23 14:12:47', '2016-12-23 14:12:47', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=458', 0, 'page', '', 0),
(459, 1, '2016-12-23 14:13:57', '2016-12-23 14:13:57', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="70px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_toggle admin_label="Toggle" title="Consistency is the Key" open="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="No Coding Skills Required" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Content Driven Design" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][tm_pb_toggle admin_label="Toggle" title="Pixel Perfect Typography" open="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nMonstroid 2 boasts clean and crispy design, bulletproof layout consistency and intuitive navigation. The theme was created by top industry leaders in web design and user experience. Improve your audience engagement and loyalty with simple and user friendly tools offered by our theme.\r\n\r\n[/tm_pb_toggle][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Toggles', '', 'publish', 'closed', 'closed', '', 'toggles', '', '', '2016-12-23 14:13:57', '2016-12-23 14:13:57', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=459', 0, 'page', '', 0),
(460, 1, '2016-12-23 14:17:50', '2016-12-23 14:17:50', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video admin_label="Video" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_6.jpg"] [/tm_pb_video][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Video', '', 'publish', 'closed', 'closed', '', 'video', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=460', 0, 'page', '', 0),
(551, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video admin_label="Video" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/11/single_service_6.jpg"] [/tm_pb_video][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Video', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 460, 'https://seis.my/feelgroup/2018/04/16/460-revision-v1/', 0, 'revision', '', 0),
(463, 1, '2016-12-23 14:24:35', '2016-12-23 14:24:35', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video_slider admin_label="Video Slider" show_image_overlay="show" show_arrows="on" show_thumbnails="on"] [tm_pb_video_slider_item admin_title="Slide 01" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_9.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 02" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_11.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 03" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 04" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg"] [/tm_pb_video_slider_item] [/tm_pb_video_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Video Slider', '', 'publish', 'closed', 'closed', '', 'video-slider', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=463', 0, 'page', '', 0),
(552, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_video_slider admin_label="Video Slider" show_image_overlay="show" show_arrows="on" show_thumbnails="on"] [tm_pb_video_slider_item admin_title="Slide 01" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_9.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 02" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_11.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 03" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg"] [/tm_pb_video_slider_item][tm_pb_video_slider_item admin_title="Slide 04" src="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse-1.mp4" src_webm="https://seis.my/feelgroup/wp-content/uploads/2016/12/plaza_time_lapse.mov" image_src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg"] [/tm_pb_video_slider_item] [/tm_pb_video_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Video Slider', '', 'inherit', 'closed', 'closed', '', '463-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 463, 'https://seis.my/feelgroup/2018/04/16/463-revision-v1/', 0, 'revision', '', 0),
(160, 1, '2016-10-13 06:53:17', '2016-10-13 06:53:17', 'This hotel &amp; casino complex is our most recent completed building... The whole structure that took us 6 months to build proudly observes the Atlantic city from a bird''s flight height of...\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Joy Hotel & Casino', 'This hotel & casino complex is our most recent completed building... The whole structure that took us 6 months to build proudly observes the Atlantic city from a bird''s flight height of...', 'publish', 'open', 'open', '', 'joy-hotel-casino', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=160', 0, 'post', '', 0),
(553, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', 'This hotel &amp; casino complex is our most recent completed building... The whole structure that took us 6 months to build proudly observes the Atlantic city from a bird''s flight height of...\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Joy Hotel & Casino', 'This hotel & casino complex is our most recent completed building... The whole structure that took us 6 months to build proudly observes the Atlantic city from a bird''s flight height of...', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 160, 'https://seis.my/feelgroup/2018/04/16/160-revision-v1/', 0, 'revision', '', 0),
(161, 1, '2016-10-13 06:55:38', '2016-10-13 06:55:38', 'Delaware proved to be a very friendly place to work at... While invited there for completing a mid-sized warehouse for a local bikes parts manufacturer, we''ve also enjoyed visiting the state''s...\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Bike parts warehouse, DE', 'Delaware proved to be a very friendly place to work at... While invited there for completing a mid-sized warehouse for a local bikes parts manufacturer, we''ve also enjoyed visiting the state''s...', 'publish', 'open', 'open', '', 'bike-parts-warehouse-de', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=161', 0, 'post', '', 0),
(554, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', 'Delaware proved to be a very friendly place to work at... While invited there for completing a mid-sized warehouse for a local bikes parts manufacturer, we''ve also enjoyed visiting the state''s...\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Bike parts warehouse, DE', 'Delaware proved to be a very friendly place to work at... While invited there for completing a mid-sized warehouse for a local bikes parts manufacturer, we''ve also enjoyed visiting the state''s...', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 161, 'https://seis.my/feelgroup/2018/04/16/161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(170, 1, '2016-10-19 06:57:24', '2016-10-19 06:57:24', 'Ask any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Top 40 Military Construction Firms', 'Fluor Corp., The Walsh Group, and Hensel Phelps top Building Design+Construction’s annual ranking of the nation’s largest military sector construction and construction management firms, as reported in the 2016 Giants 300 Report.', 'publish', 'open', 'open', '', 'top-40-military-construction-firms', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=170', 0, 'post', '', 0),
(555, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', 'Ask any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Top 40 Military Construction Firms', 'Fluor Corp., The Walsh Group, and Hensel Phelps top Building Design+Construction’s annual ranking of the nation’s largest military sector construction and construction management firms, as reported in the 2016 Giants 300 Report.', 'inherit', 'closed', 'closed', '', '170-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 170, 'https://seis.my/feelgroup/2018/04/16/170-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2016-10-19 06:58:06', '2016-10-19 06:58:06', 'By improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.\r\n\r\nBy improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Future proofing hospitals', 'By improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.', 'publish', 'open', 'open', '', 'future-proofing-hospitals', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=171', 0, 'post', '', 0),
(556, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', 'By improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.\r\n\r\nBy improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.\r\n\r\nAsk any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'Future proofing hospitals', 'By improving the physical layout of hospitals and medical facilities, we can enhance and increase safety mechanisms, improve care, and help reduce the exposure to medical errors, writes Skanska USA''s Andrew Quirk.', 'inherit', 'closed', 'closed', '', '171-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 171, 'https://seis.my/feelgroup/2018/04/16/171-revision-v1/', 0, 'revision', '', 0),
(172, 1, '2016-10-19 06:59:19', '2016-10-19 06:59:19', 'Ask any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'The art and science of color planning for performance requirements', 'Inorganic pigments are typically used to meet high performance requirements but typically include fewer bright colors.', 'publish', 'open', 'open', '', 'the-art-and-science-of-color-planning-for-performance-requirements', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?p=172', 0, 'post', '', 2),
(557, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', 'Ask any construction business professional or an architect if they suffer from tantrums when penning their contract drawings, and you are more than likely to hear an enthusiastically frustrated, “YES!” Oh yes, the old 2D contract drawings, also called “plans” or “blueprints” or just “drawings”... They were bulky, hard to read, and difficult to be read through in between the construction site and the office. But even with all of this newfangled 3D modeling and the virtual or augmented reality devices, these blueprints continue to bring the construction industry down! But actually, there''s one quite valid reason that they won’t go away anytime soon. It’s because they are a part of the contract for every entity involved with the project.\r\n\r\nAs construction professionals, we simply require at least one static version of a document, which clearly outlines our respective scopes of work. Subsequently, newer versions of these contract drawings emerge, as it happens for a majority of projects. Unsurprisingly, we struggle to keep up with all those full-sized and half-sized sets of paper plans and in keeping them updated accordingly.\r\n\r\n<img class="alignnone size-full wp-image-151" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-4.jpg" alt="blog-4" width="1500" height="1185" />\r\n\r\nTo understand how actually deep this issue is, imagine a project engineer who has just received an addendum to initial contract drawings, which replaces 50 of the 500 sheets in the set. Imagine him taking the three bolts out that bind the sheets together and then coping to locate where does exactly each sheet goes, leafing them in one by one, and then dog-earing and marking each outdated sheet as “VOID.” Think about how stupendous and monotonous a task like this is. Now imagine how would you feel if you were the manager of this project, who''s paying $50 per hour or more for the work. What’s worse, it''s not just a solo set of prints your team needs to update. Can you imagine how many other teams on this project have to do the exact same thing for each change that comes out? This image is not only horrifying; it is costly, frustrating, and very unproductive. What you just pictured is the reality of contract documents. I''ve learned that the hard way, because I''m a project engineer. So why, with all of the digital drawing solutions available, are we still using paper at all?\r\n\r\nThe answer is that there are several use cases for viewing and manipulating (marking up) drawings. For example, tablets and smartphones are great for referencing while walking the construction site, while typical PC displays are fine for many tasks involving the drawings. Nevertheless, for some activities, such as takeoffs, group discussion, or even “studying the project,” construction professionals tend to prefer a full-scale format, in which we can view larger portions or all of the drawings without excessive zooming in or panning.\r\n\r\nThough the tool we now have available are touch-enabled LCD panels, provided by companies such as BoxLight and iPlanTables , which have served as a digital solution for large-sized drawings for several years and are good at what they do. However, to put a 70-100lb, the cart-mounted system in your office or cubicle may require some rearranging or may become impossible. That''s why so many constructions and architecture firms purchase just one or two to place in a centralized location in the office if they buy any of these at all.\r\n\r\n<img class="size-full wp-image-149" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-2.jpg" alt="Silhouette of construction worker" width="1500" height="810" />\r\n\r\nResistance to behavioral patterns change is the main reason which attributes to the AEC industry being so slow in adopting to a new and better technology. That''s why what may resonate better with people like me is a paper-like experience, flat on your desk or plan table. However, using tried and true paper has its costs on today’s fast-paced construction business.', 'The art and science of color planning for performance requirements', 'Inorganic pigments are typically used to meet high performance requirements but typically include fewer bright colors.', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 172, 'https://seis.my/feelgroup/2018/04/16/172-revision-v1/', 0, 'revision', '', 0),
(227, 1, '2016-10-20 15:35:00', '2016-10-20 15:35:00', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h4>Our History</h4>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="18px||60px|" custom_margin_tablet="18px||20px|" custom_margin_last_edited="on|phone"]\n\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\n\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Service Section', '', 'publish', 'closed', 'closed', '', 'service-section', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/tm_pb_layout/service-section/', 0, 'tm_pb_layout', '', 0),
(264, 1, '2016-10-26 14:53:41', '2016-10-26 14:53:41', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\n\n\n\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row]', 'Projects_Terms', '', 'publish', 'closed', 'closed', '', 'projects_terms', '', '', '2016-10-26 14:53:41', '2016-10-26 14:53:41', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/tm_pb_layout/projects_terms/', 0, 'tm_pb_layout', '', 0),
(307, 1, '2016-11-01 13:06:08', '2016-11-01 13:06:08', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="invert" background_color="#f9b707" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="If you can envision it, than we can build it tell us more about your project" button_url="#" url_new_window="off" button_text="contact us" use_background_color="on" background_color="#f9b707" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" max_width="1000px" max_width_last_edited="on|desktop"]\n\n\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'CTA_Section', '', 'publish', 'closed', 'closed', '', 'cta_section', '', '', '2016-11-01 13:06:08', '2016-11-01 13:06:08', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/tm_pb_layout/cta_section/', 0, 'tm_pb_layout', '', 0),
(369, 1, '2016-11-10 10:20:05', '2016-11-10 10:20:05', 'Our construction company served as the Construction Manager for this 150-beds hospital, located in the northern part of Albuquerqe, NM. Extensive on-site work, including pilings, was required for this project. We''ve faced a brutal winter weather, along with the hospital location along the Rio Grande shoreline. Though such forces of nature challenged the construction team, we managed to build the project few weeks ahead of the schedule!\r\n<h6>Some of the tasks that we successfully completed during the construction:</h6>\r\n<ul>\r\n 	<li>New emergency room complex with eight emergency examining rooms, two trauma rooms, and auxiliary areas</li>\r\n 	<li>Twelve (12) new patient rooms</li>\r\n 	<li>Four new (4) labor and delivery rooms</li>\r\n 	<li>New nursery</li>\r\n 	<li>New administrative, maintenance, housekeeping and training rooms</li>\r\n 	<li>New ambulance entrance with heated concrete</li>\r\n 	<li>New helicopter landing pad (heated aluminum deck) above the E.R. entrance with an 8,500 lb. capacity. The only one of its kind in a 60-mile radius.</li>\r\n 	<li>Heated sidewalks, driveways, and receiving dock</li>\r\n 	<li>Renovation of the Radiology Department</li>\r\n 	<li>The new addition totaled 47,000 sq.ft. and renovations encompassed approximately 10,000 sq.ft.</li>\r\n</ul>', 'Harris'' Brick House', '', 'publish', 'open', 'closed', '', 'harris-brick-house', '', '', '2016-11-10 10:20:05', '2016-11-10 10:20:05', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=projects&amp;p=369', 0, 'projects', '', 0),
(398, 1, '2016-11-06 16:40:57', '2016-11-06 16:40:57', 'Calvin Fitzgerald is an established and well-respected expert in the construction industry. With more than 35 years of practical experience in the business, Calvin has built his career on bringing the most outlandish conceptual visions from blueprints to a street next to yours... His leadership skills cemented Construction''s dominating positions among our competitors.', 'Calvin Fitzgerald', '', 'publish', 'closed', 'closed', '', 'calvin-fitzgerald', '', '', '2016-11-06 16:40:57', '2016-11-06 16:40:57', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=team&amp;p=398', 0, 'team', '', 0),
(405, 1, '2016-11-05 17:04:20', '2016-11-05 17:04:20', 'Taylor''s been involved in the construction business since the 1970''s... His profound experience in building miscellaneous types of projects and his innovative mindset makes him the leading force in our company. The BIM and Db methods that he implemented are now the lynchpins of our business operations with all of our clients...', 'Taylor Wilson', '', 'publish', 'closed', 'closed', '', 'taylor-wilson', '', '', '2016-11-05 17:04:20', '2016-11-05 17:04:20', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=team&amp;p=405', 1, 'team', '', 0),
(406, 1, '2016-11-04 17:08:03', '2016-11-04 17:08:03', 'Josh leads our creative team of designers and engineers...His proven ability to manage the most complex projects and bring the craziest concepts to life is what makes him as efficient as he is. Together, this creative team can be the launchpad of any project, giving it a head start at the earliest stages of the construction project''s planning.', 'Josh Wagner', '', 'publish', 'closed', 'closed', '', 'josh-wagner', '', '', '2016-11-04 17:08:03', '2016-11-04 17:08:03', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=team&amp;p=406', 1, 'team', '', 0),
(410, 1, '2016-11-11 07:57:28', '2016-11-11 07:57:28', '[tm_pb_cherry_team admin_label="Team" columns="3" group="57" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" excerpt_length="50" show_position="on" show_social="off" template="default" use_space="on" use_rows_space="on" title="Executive managers" saved_tabs="all" template_type="module"]\n\n\n\n[/tm_pb_cherry_team]', 'Team Shortcode', '', 'publish', 'closed', 'closed', '', 'team-shortcode', '', '', '2016-11-11 07:57:28', '2016-11-11 07:57:28', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/tm_pb_layout/team-shortcode/', 0, 'tm_pb_layout', '', 0),
(416, 1, '2016-11-11 14:25:30', '2016-11-11 14:25:30', 'Our construction company served as the Construction Manager for this 150-beds hospital, located in the northern part of Albuquerqe, NM. Extensive on-site work, including pilings, was required for this project. We''ve faced a brutal winter weather, along with the hospital location along the Rio Grande shoreline. Though such forces of nature challenged the construction team, we managed to build the project few weeks ahead of the schedule!\r\n<h6>Some of the tasks that we successfully completed during the construction:</h6>\r\n<ul>\r\n 	<li>New emergency room complex with eight emergency examining rooms, two trauma rooms, and auxiliary areas</li>\r\n 	<li>Twelve (12) new patient rooms</li>\r\n 	<li>Four new (4) labor and delivery rooms</li>\r\n 	<li>New nursery</li>\r\n 	<li>New administrative, maintenance, housekeeping and training rooms</li>\r\n 	<li>New ambulance entrance with heated concrete</li>\r\n 	<li>New helicopter landing pad (heated aluminum deck) above the E.R. entrance with an 8,500 lb. capacity. The only one of its kind in a 60-mile radius.</li>\r\n 	<li>Heated sidewalks, driveways, and receiving dock</li>\r\n 	<li>Renovation of the Radiology Department</li>\r\n 	<li>The new addition totaled 47,000 sq.ft. and renovations encompassed approximately 10,000 sq.ft.</li>\r\n</ul>', 'Mid-sized House', '', 'publish', 'open', 'closed', '', 'mid-sized-house-2', '', '', '2016-11-11 14:25:30', '2016-11-11 14:25:30', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=projects&amp;p=416', 0, 'projects', '', 0),
(417, 1, '2016-11-11 14:27:59', '2016-11-11 14:27:59', 'Our construction company served as the Construction Manager for this 150-beds hospital, located in the northern part of Albuquerqe, NM. Extensive on-site work, including pilings, was required for this project. We''ve faced a brutal winter weather, along with the hospital location along the Rio Grande shoreline. Though such forces of nature challenged the construction team, we managed to build the project few weeks ahead of the schedule!\r\n<h6>Some of the tasks that we successfully completed during the construction:</h6>\r\n<ul>\r\n 	<li>New emergency room complex with eight emergency examining rooms, two trauma rooms, and auxiliary areas</li>\r\n 	<li>Twelve (12) new patient rooms</li>\r\n 	<li>Four new (4) labor and delivery rooms</li>\r\n 	<li>New nursery</li>\r\n 	<li>New administrative, maintenance, housekeeping and training rooms</li>\r\n 	<li>New ambulance entrance with heated concrete</li>\r\n 	<li>New helicopter landing pad (heated aluminum deck) above the E.R. entrance with an 8,500 lb. capacity. The only one of its kind in a 60-mile radius.</li>\r\n 	<li>Heated sidewalks, driveways, and receiving dock</li>\r\n 	<li>Renovation of the Radiology Department</li>\r\n 	<li>The new addition totaled 47,000 sq.ft. and renovations encompassed approximately 10,000 sq.ft.</li>\r\n</ul>', 'Deluccia’s Small House', '', 'publish', 'open', 'closed', '', 'deluccias-small-house', '', '', '2016-11-11 14:27:59', '2016-11-11 14:27:59', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=projects&amp;p=417', 0, 'projects', '', 0),
(418, 1, '2016-11-11 14:56:00', '2016-11-11 14:56:00', 'Our construction company served as the Construction Manager for this 150-beds hospital, located in the northern part of Albuquerqe, NM. Extensive on-site work, including pilings, was required for this project. We''ve faced a brutal winter weather, along with the hospital location along the Rio Grande shoreline. Though such forces of nature challenged the construction team, we managed to build the project few weeks ahead of the schedule!\r\n<h6>Some of the tasks that we successfully completed during the construction:</h6>\r\n<ul>\r\n 	<li>New emergency room complex with eight emergency examining rooms, two trauma rooms, and auxiliary areas</li>\r\n 	<li>Twelve (12) new patient rooms</li>\r\n 	<li>Four new (4) labor and delivery rooms</li>\r\n 	<li>New nursery</li>\r\n 	<li>New administrative, maintenance, housekeeping and training rooms</li>\r\n 	<li>New ambulance entrance with heated concrete</li>\r\n 	<li>New helicopter landing pad (heated aluminum deck) above the E.R. entrance with an 8,500 lb. capacity. The only one of its kind in a 60-mile radius.</li>\r\n 	<li>Heated sidewalks, driveways, and receiving dock</li>\r\n 	<li>Renovation of the Radiology Department</li>\r\n 	<li>The new addition totaled 47,000 sq.ft. and renovations encompassed approximately 10,000 sq.ft.</li>\r\n</ul>', 'Reginaldo’s Warehouse', '', 'publish', 'open', 'closed', '', 'reginaldos-warehouse', '', '', '2016-11-11 14:56:00', '2016-11-11 14:56:00', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=projects&amp;p=418', 0, 'projects', '', 0);
INSERT INTO `wpag_posts` VALUES
(485, 1, '2016-12-23 14:45:25', '2016-12-23 14:45:25', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" category="26" order="desc" orderby="date" divider="off" show_avatar="off" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="off" navigation="on" template="default.tmpl" size="109" autoplay="0" ids="411" limit="-1"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" category="27" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="on" navigation="off" template="default-without-icon.tmpl" size="109" autoplay="0" ids="411 412"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" category="26" order="desc" orderby="date" divider="off" show_avatar="off" show_email="off" show_position="off" show_company="off" type="slider" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" autoplay="0" ids="411 412"] [/tm_pb_cherry_testi][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="130px||140px|" custom_margin_tablet="120px||120px|" custom_margin_phone="100px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="411" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="411" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||140px|" custom_margin_tablet="80px||120px|" custom_margin_phone="80px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="411" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="off" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="default.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||140px|" custom_margin_tablet="80px||120px|" custom_margin_phone="80px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="boxed.tmpl" size="109" ids="411" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="90px||140px|" custom_margin_tablet="90px||120px|" custom_margin_phone="90px||100px|" custom_margin_last_edited="on|desktop"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="411" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="off" show_position="on" show_company="off" type="list" effect="slide" loop="on" pagination="on" navigation="off" template="speech-bubble.tmpl" size="109" ids="412" limit="1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Testimonials module', '', 'publish', 'closed', 'closed', '', 'testimonials-module', '', '', '2016-12-23 14:45:25', '2016-12-23 14:45:25', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=485', 0, 'page', '', 0),
(486, 1, '2016-12-23 15:10:21', '2016-12-23 15:10:21', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||70px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||70px|" custom_padding_phone="100px||70px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" categories="31,39,40,1" more_text="Read more" columns="3" excerpt="20" columns_phone="1" columns_last_edited="on|desktop" columns_tablet="3"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_margin="60px|||"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" categories="31,39,1" posts_per_page="4" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="monstroid2-thumb-480-362" meta_data="on" post_layout="layout-3" use_space="off" use_rows_space="off" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" excerpt="15" columns_tablet="2" columns_phone="1" columns_last_edited="on|desktop"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="85px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" terms_type="categories" post_offset="0" title_delimiter="off" more="off" ajax_more="on" image_size="post-thumbnail" meta_data="on" post_layout="layout-2" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" categories="31,39,40,1" more_text="Read more" columns="3" excerpt="20" posts_per_page="6" columns_last_edited="on|laptop" columns_phone="1"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Posts Module', '', 'publish', 'closed', 'closed', '', 'posts-module', '', '', '2016-12-23 15:10:21', '2016-12-23 15:10:21', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=486', 0, 'page', '', 0),
(487, 1, '2016-12-23 15:14:47', '2016-12-23 15:14:47', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="off" show_position="on" show_social="on" template="grid-boxes-2" use_space="on" use_rows_space="on" columns="3" group="57" posts_per_page="3" columns_laptop="3" columns_tablet="1" columns_phone="1"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="65px||130px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" show_position="on" show_social="on" template="default" use_space="on" use_rows_space="on" columns="3" group="57" posts_per_page="3" columns_laptop="3" columns_tablet="1" columns_phone="1"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="40px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="monstroid2-thumb-480-362" show_name="on" show_photo="on" show_desc="on" show_position="on" show_social="on" template="grid-boxes" use_space="off" use_rows_space="off" group="57" excerpt_length="5" columns="4" columns_laptop="2" columns_tablet="1" columns_phone="1"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Team module', '', 'publish', 'closed', 'closed', '', 'team-module', '', '', '2016-12-23 15:14:47', '2016-12-23 15:14:47', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=487', 0, 'page', '', 0),
(488, 1, '2016-12-23 15:17:27', '2016-12-23 15:17:27', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||120px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_swiper admin_label="Carousel" terms_type="category_name" category_name="31,39,1" post_offset="0" title_delimiter="off" image="on" more="on" button_show_all="off" image_size="post-thumbnail" autoplay="off" navigate_button="on" pagination="on" first_item_center="off" more_text="Read more" meta_date="on|on|on|off|off" excerpt_length="10"]\r\n\r\n[/tm_pb_swiper][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Carousel Module', '', 'publish', 'closed', 'closed', '', 'carousel-module', '', '', '2016-12-23 15:17:27', '2016-12-23 15:17:27', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?page_id=488', 0, 'page', '', 0),
(411, 1, '2016-11-11 08:20:25', '2016-11-11 08:20:25', 'As an official fro North Dakota''s state government, I want to thank Our construction company. On behalf of the citizens of the state, we''re so grateful for this new, innovative building! This allows North Dakota to hold its legislative operations in a contemporary, progressive architectural environment!', 'Deborah Quagmire', '', 'publish', 'closed', 'closed', '', 'deborah-quagmire', '', '', '2016-11-11 08:20:25', '2016-11-11 08:20:25', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=tm-testimonials&amp;p=411', 0, 'tm-testimonials', '', 0),
(412, 1, '2016-11-11 08:23:51', '2016-11-11 08:23:51', 'This bridge project was funded by small and medium business of Rhode Island, as well as by its private citizens. After the hurricane hit our shores recently, we all were concerned for the Okaloppo river not having a proper landline connection. But now, after Construction company finished the project, the county can enjoy its new, beautiful infrastructure!', 'Benedict Arnold', '', 'publish', 'closed', 'closed', '', 'benedict-arnold', '', '', '2016-11-11 08:23:51', '2016-11-11 08:23:51', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/?post_type=tm-testimonials&amp;p=412', 0, 'tm-testimonials', '', 0),
(497, 1, '2017-01-09 14:59:20', '2017-01-09 14:59:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" button_url="#about-us" url_new_window="off" button_text="About Us" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us Button', '', 'publish', 'closed', 'closed', '', 'about-us-button-2', '', '', '2017-01-09 14:59:20', '2017-01-09 14:59:20', '', 0, 'http://ld-wp.template-help.com/wordpress_62222_construction-light/tm_pb_layout/about-us-button/', 0, 'tm_pb_layout', '', 0),
(536, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_map admin_label="Map" address="Black Creek Blvd, Orlando, FL 32829, США" zoom_level="13" address_lat="28.498676994806225" address_lng="-81.26575452874926" icon_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/marker.png" map_style="ultra-light-with-labels" mouse_wheel="off"]\r\n\r\n[tm_pb_map_pin title="Black Creek Blvd, Orlando, FL 32829, USA" pin_address="Black Creek Blvd, Orlando, FL 32829, США" pin_address_lat="28.4962301" pin_address_lng="-81.26629029999998"]\r\n[/tm_pb_map_pin]\r\n\r\n[/tm_pb_map][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||130px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" padding_2_last_edited="on|phone" column_padding_mobile="on" padding_2_phone="50px|||"][tm_pb_column type="1_3"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||25px|"]\r\n<h4>contacts</h4>\r\n&nbsp;\r\n<ul class="list">\r\n 	<li><span style="color: #000000;"><strong>ADDRESS:</strong></span> 4578 Marmora Road, Glasgow, D04 89GR</li>\r\n 	<li><span style="color: #000000;"><strong>PHONES:</strong></span> <a href="callto:(800) 123-0045">(800) 123-0045</a>; <a href="callto:(800) 123-0046">(800) 123-0046</a></li>\r\n 	<li><span style="color: #000000;"><strong>WE ARE OPEN:</strong> </span>Mn-Fr: 10 am-8 pm</li>\r\n</ul>\r\n[/tm_pb_text][tm_pb_social_media_follow admin_label="Social Media Follow" link_shape="rounded_rectangle" url_new_window="off" follow_button="off"] [tm_pb_social_media_follow_network social_network="Facebook" social_icon="f09a" url="https://www.facebook.com/TemplateMonster/" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Facebook [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Twitter" social_icon="f099" url="https://twitter.com/TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Twitter [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Google+" social_icon="f0d5" url="https://twitter.com/TemplateMonster" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Google+ [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Vimeo" social_icon="f27d" url="#" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Vimeo [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Youtube" social_icon="f167" url="https://www.youtube.com/user/TemplateMonsterCo" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Youtube [/tm_pb_social_media_follow_network][tm_pb_social_media_follow_network social_network="Pinterest" social_icon="f231" url="https://www.pinterest.com/templatemonster/" skype_action="call" color="#f9b707" bg_color="rgba(249,183,7,0)" hover_icon_color="#000000" hover_bg_color="rgba(0,0,0,0)"] Pinterest [/tm_pb_social_media_follow_network] [/tm_pb_social_media_follow][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_contact_form admin_label="Contact Form" captcha="off" title="Let’s Get in Touch" use_redirect="off" input_border_radius="0" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" submit_text="send"] [tm_pb_contact_field field_title="Name" field_type="input" field_id="Name" required_mark="on" fullwidth_field="off" field_placeholder="Your name" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Email Address" field_type="email" field_id="Email" required_mark="on" fullwidth_field="off" field_placeholder="Your e-mail" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field][tm_pb_contact_field field_title="Message" field_type="text" field_id="Message" required_mark="on" field_placeholder="Your message" select_multiple="on" select_first_blank="on" show_label="off" field_width="col-md-12" form_field_font_select="default" form_field_font="||||" use_border_color="off" border_style="solid"] [/tm_pb_contact_field] [/tm_pb_contact_form][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 293, 'https://seis.my/feelgroup/2018/04/16/293-revision-v1/', 0, 'revision', '', 0),
(538, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg" transparent_background="off" background_color="#000000" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" custom_padding="265px||300px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" module_class="invert"]\r\n<h2>Meet the Team. Who We Are?</h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="135px||50px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="120px||50px|" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||50px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_team admin_label="Team" global_module="410" columns="3" group="57" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="post-thumbnail" show_name="on" show_photo="on" show_desc="on" excerpt_length="50" show_position="on" show_social="off" template="default" use_space="on" use_rows_space="on" title="Executive managers" saved_tabs="all"] [/tm_pb_cherry_team][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Our team', '', 'inherit', 'closed', 'closed', '', '386-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 386, 'https://seis.my/feelgroup/2018/04/16/386-revision-v1/', 0, 'revision', '', 0),
(544, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px|||" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="on" custom_padding="137px||80px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#000000" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/11/about-2.jpg" custom_padding_last_edited="on|desktop" custom_padding_phone="100px||80px|"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" title_text_color="#ffffff" number_text_color="#ffffff"] [/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="145px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_phone="100px||75px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Pixel perfect typography" number="45" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Power page builder" number="60" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1"] [/tm_pb_circle_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_circle_counter admin_label="Circle Counter" title="Made for community" number="80" percent_sign="on" rounded_bar="off" bar_bg_color="#f9b707" circle_size="145" circle_color="#f8f8f8" circle_color_alpha="1" disabled="off" disabled_on="|on||"] [/tm_pb_circle_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Circle Counters', '', 'inherit', 'closed', 'closed', '', '443-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 443, 'https://seis.my/feelgroup/2018/04/16/443-revision-v1/', 0, 'revision', '', 0),
(545, 1, '2018-04-16 18:07:40', '2018-04-16 18:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="90px||75px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#67d3c3" custom_padding_last_edited="off|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" numbers_text_color="#000000" label_text_color="#888888" use_circle_border="on" circle_border_color="#f9b707"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="143px||123px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/projects-1.jpg" background_color="#67d3c3" custom_padding_phone="120px||100px|" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#ffffff"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="75px||85px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_countdown_timer admin_label="Countdown Timer" date_time="12/31/2017 00:00" use_background_color="off" background_color="#2ed3ae" timer_layout="circle" circle_background="#f9b707" use_circle_border="off" circle_border_color="#2ed3ae"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_countdown_timer][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Countdown Timer', '', 'inherit', 'closed', 'closed', '', '444-revision-v1', '', '', '2018-04-16 18:07:40', '2018-04-16 18:07:40', '', 444, 'https://seis.my/feelgroup/2018/04/16/444-revision-v1/', 0, 'revision', '', 0),
(547, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||140px|" custom_padding_tablet="120px||120px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_map admin_label="Map" address="New York, NY, USA" address_lat="40.70202641269016" address_lng="-74.0294589086426" map_style="ultra-light-with-labels" mouse_wheel="off" zoom_level="10" icon_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/marker.png"]\r\n\r\n<p>\r\n[tm_pb_map_pin pin_address="New York, NY, USA" pin_address_lat="40.7127837" pin_address_lng="-74.00594130000002"]</p>\r\n<p>Address: 4578 Marmora Road, Glasgow, D04 89GR</p>\r\n<p>Phones: (800) 123-0045; (800) 123-0046</p>\r\n<p>We are open: Mn-Fr: 10 am-8 pm</p>\r\n<p>[/tm_pb_map_pin]</p>\r\n\r\n[/tm_pb_map][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Maps', '', 'inherit', 'closed', 'closed', '', '449-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 449, 'https://seis.my/feelgroup/2018/04/16/449-revision-v1/', 0, 'revision', '', 0),
(558, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h4>Our History</h4>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="18px||60px|" custom_margin_tablet="18px||20px|" custom_margin_last_edited="on|phone"]\n\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\n\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Service Section', '', 'inherit', 'closed', 'closed', '', '227-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 227, 'https://seis.my/feelgroup/2018/04/16/227-revision-v1/', 0, 'revision', '', 0),
(559, 1, '2018-04-16 18:07:41', '2018-04-16 18:07:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:07:41', '2018-04-16 18:07:41', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(560, 1, '2018-04-16 18:14:35', '2018-04-16 18:14:35', '', 'home08', '', 'inherit', 'open', 'closed', '', 'home08', '', '', '2018-04-16 18:14:35', '2018-04-16 18:14:35', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png', 0, 'attachment', 'image/png', 0),
(561, 1, '2018-04-16 18:14:37', '2018-04-16 18:14:37', '', 'home07', '', 'inherit', 'open', 'closed', '', 'home07', '', '', '2018-04-16 18:14:37', '2018-04-16 18:14:37', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png', 0, 'attachment', 'image/png', 0),
(562, 1, '2018-04-16 18:14:38', '2018-04-16 18:14:38', '', 'home06', '', 'inherit', 'open', 'closed', '', 'home06', '', '', '2018-04-16 18:14:38', '2018-04-16 18:14:38', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png', 0, 'attachment', 'image/png', 0),
(563, 1, '2018-04-16 18:14:39', '2018-04-16 18:14:39', '', 'home05', '', 'inherit', 'open', 'closed', '', 'home05', '', '', '2018-04-16 18:14:39', '2018-04-16 18:14:39', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png', 0, 'attachment', 'image/png', 0),
(564, 1, '2018-04-16 18:14:41', '2018-04-16 18:14:41', '', 'home04', '', 'inherit', 'open', 'closed', '', 'home04', '', '', '2018-04-16 18:14:41', '2018-04-16 18:14:41', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpag_posts` VALUES
(565, 1, '2018-04-16 18:17:33', '2018-04-16 18:17:33', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" super_title="Trusted By" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:17:33', '2018-04-16 18:17:33', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(583, 1, '2018-04-16 18:33:28', '2018-04-16 18:33:28', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense! [/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f9b707"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:33:28', '2018-04-16 18:33:28', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(582, 1, '2018-04-16 18:32:50', '2018-04-16 18:32:50', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense! [/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:32:50', '2018-04-16 18:32:50', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(567, 1, '2018-04-16 18:19:15', '2018-04-16 18:19:15', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="carousel" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:19:15', '2018-04-16 18:19:15', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(568, 1, '2018-04-16 18:21:06', '2018-04-16 18:21:06', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="carousel" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" super_title="Featured On" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:21:06', '2018-04-16 18:21:06', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(569, 1, '2018-04-16 18:22:21', '2018-04-16 18:22:21', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n&nbsp;\r\n\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="carousel" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:22:21', '2018-04-16 18:22:21', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(570, 1, '2018-04-16 18:23:14', '2018-04-16 18:23:14', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n&nbsp;\r\n\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="carousel" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:23:14', '2018-04-16 18:23:14', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2017-12-15 03:56:33', '2017-12-15 03:56:33', '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.', 'V-Neck T-Shirt', 'This is a variable product.', 'publish', 'open', 'closed', '', 'v-neck-t-shirt', '', '', '2017-12-15 03:56:33', '2017-12-15 03:56:33', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=import-placeholder-for-woo-vneck-tee', 0, 'product', '', 0),
(580, 1, '2018-04-16 18:28:09', '2018-04-16 18:28:09', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n&nbsp;\r\n\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:28:09', '2018-04-16 18:28:09', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(581, 1, '2018-04-16 18:30:21', '2018-04-16 18:30:21', '[tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f9b707" template_type="section"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'fancy number counter', '', 'publish', 'closed', 'closed', '', 'fancy-number-counter', '', '', '2018-04-16 18:30:21', '2018-04-16 18:30:21', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/fancy-number-counter/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(584, 1, '2018-04-16 18:34:42', '2018-04-16 18:34:42', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:34:42', '2018-04-16 18:34:42', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(585, 1, '2018-04-16 18:38:30', '2018-04-16 18:38:30', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense! [/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:38:30', '2018-04-16 18:38:30', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(586, 1, '2018-04-16 18:39:21', '2018-04-16 18:39:21', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-16 18:39:21', '2018-04-16 18:39:21', '', 184, 'https://seis.my/feelgroup/2018/04/16/184-revision-v1/', 0, 'revision', '', 0),
(587, 1, '2018-04-17 06:08:53', '2018-04-17 06:08:53', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\n\n\n\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\n\n\n\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'testimonial', '', 'publish', 'closed', 'closed', '', 'testimonial', '', '', '2018-04-17 06:08:53', '2018-04-17 06:08:53', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/testimonial/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(595, 1, '2018-04-17 06:38:58', '2018-04-17 06:38:58', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"]\r\n\r\n[tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off" /][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off" /][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n</p>\r\n\r\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:38:58', '2018-04-17 06:38:58', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(590, 1, '2018-04-17 06:19:46', '2018-04-17 06:19:46', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:19:46', '2018-04-17 06:19:46', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(588, 1, '2018-04-17 06:14:43', '2018-04-17 06:14:43', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"] [tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\nSince then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense! [/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"] [/tm_pb_divider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:14:43', '2018-04-17 06:14:43', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(589, 1, '2018-04-17 06:18:20', '2018-04-17 06:18:20', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\n\n\n\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\n\n\n\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-2.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_last_edited="on|desktop" custom_padding_phone="15px|15px|15px|15px"]\n\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-3.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="center" use_border_color="on" border_color="#ecece0" border_style="solid" author="Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/11/team-member-1.jpg" custom_padding="40px|40px|40px|40px" job_title="Designer" custom_padding_tablet="10px|10px|10px|10px" custom_padding_phone="15px|15px|15px|15px" custom_padding_last_edited="on|desktop"]\n\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'testimonial2', '', 'publish', 'closed', 'closed', '', 'testimonial2', '', '', '2018-04-17 06:18:20', '2018-04-17 06:18:20', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/testimonial2/', 0, 'tm_pb_layout', '', 0),
(593, 1, '2018-04-17 06:25:38', '2018-04-17 06:25:38', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"]\r\n\r\n[tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\n<p>Since then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!</p>\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n\r\n\r\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:25:38', '2018-04-17 06:25:38', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(592, 1, '2018-04-17 06:23:40', '2018-04-17 06:23:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"]\r\n\r\n[tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\r\n\r\n<h4>Our History</h4>\r\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\r\n<p>Since then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!</p>\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n\r\n\r\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\r\n\r\n\r\n\r\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#ececee" show_divider="on" divider_style="solid" custom_margin="80px||150px|"]\r\n\r\n\r\n\r\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:23:40', '2018-04-17 06:23:40', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(594, 1, '2018-04-17 06:28:41', '2018-04-17 06:28:41', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|" custom_margin_phone="||20px|" custom_margin_last_edited="on|phone"]\n\n<h4>Our History</h4>\n<h6>Our construction company has been founded 10 years ago, at the very peak of the building frenzy in the US...</h6>\n<p>Since then we''ve built hundreds of commertcial, government and private buildings and facilities. It may not sound like a lot, but if you estimate the manpower, working hours, materials, planning and correlating that were all involved in completing each separate project, then our productivity is immense!</p>\n\n[/tm_pb_text][tm_pb_button admin_label="Button" button_url="https://seis.my/feelgroup/about/" url_new_window="off" button_text="read more" button_alignment="left" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n<p></p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/index-2.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="right" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="40px|||"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'our history', '', 'publish', 'closed', 'closed', '', 'our-history', '', '', '2018-04-17 06:28:41', '2018-04-17 06:28:41', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/our-history/', 0, 'tm_pb_layout', '', 0),
(596, 1, '2018-04-17 06:46:49', '2018-04-17 06:46:49', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop"]\r\n\r\n[tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-1.jpg"] See how a 10-stories tower''s being built, in a time-lapse! [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="on" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="on" icon_font_size="84px" circle_size="200"]\r\n\r\n\r\n\r\n[/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off"]\r\n\r\n\r\n\r\n[/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n</p>\r\n\r\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 06:46:49', '2018-04-17 06:46:49', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(597, 1, '2018-04-17 07:11:43', '2018-04-17 07:11:43', '', '5705898c40c37fc3324b22cf_Huron_Shirts', '', 'inherit', 'open', 'closed', '', '5705898c40c37fc3324b22cf_huron_shirts', '', '', '2018-04-17 07:11:43', '2018-04-17 07:11:43', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(598, 1, '2018-04-17 07:13:18', '2018-04-17 07:13:18', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on"] [tm_pb_slide heading="Feelgroup" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"] Lorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis. [/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"] Summer discounts for big construction projects! [/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"] This year we took more complex constructions than ever before... [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="on" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="on" icon_font_size="84px" circle_size="200"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 07:13:18', '2018-04-17 07:13:18', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(599, 1, '2018-04-17 07:21:30', '2018-04-17 07:21:30', '', 'pexels-photo-996329', '', 'inherit', 'open', 'closed', '', 'pexels-photo-996329', '', '', '2018-04-17 07:21:30', '2018-04-17 07:21:30', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg', 0, 'attachment', 'image/jpeg', 0),
(600, 1, '2018-04-17 07:22:31', '2018-04-17 07:22:31', '[tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all" template_type="module"]\n\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"]\n\n<p>Lorem ipsum dolor sit amet</p>\n\n[/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"]\n\nLorem ipsum dolor sit amet\n\n[/tm_pb_slide][tm_pb_slide heading="Summer discounts" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-2.jpg"]\n\nSummer discounts for big construction projects!\n\n[/tm_pb_slide][tm_pb_slide heading="Construction" button_text="See Our Recent Projects" button_link="https://seis.my/feelgroup/projects/" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2016/10/slide-3.jpg"]\n\nThis year we took more complex constructions than ever before...\n\n[/tm_pb_slide]\n\n[/tm_pb_slider]', 'Ori banner', '', 'publish', 'closed', 'closed', '', 'ori-banner', '', '', '2018-04-17 07:22:31', '2018-04-17 07:22:31', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/ori-banner/', 0, 'tm_pb_layout', '', 0),
(601, 1, '2018-04-17 07:23:25', '2018-04-17 07:23:25', '', 'pexels-photo-428311', '', 'inherit', 'open', 'closed', '', 'pexels-photo-428311', '', '', '2018-04-17 07:23:25', '2018-04-17 07:23:25', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg', 0, 'attachment', 'image/jpeg', 0),
(602, 1, '2018-04-17 07:23:57', '2018-04-17 07:23:57', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"]\r\n\r\nLorem ipsum dolor sit amet\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="on" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="on" icon_font_size="84px" circle_size="200"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 07:23:57', '2018-04-17 07:23:57', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(603, 1, '2018-04-17 07:29:18', '0000-00-00 00:00:00', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"]\r\n\r\nLorem ipsum dolor sit amet\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="on" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="on" icon_font_size="84px" circle_size="200"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_icon admin_label="Icon" font_icon="e862" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" animation="top" icon_orientation="center" use_icon_font_size="off"] [/tm_pb_icon][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, ad sonet ocurreret deterruisset has, ut his summo noster officiis.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-04-17 07:29:18', '0000-00-00 00:00:00', '', 0, 'https://seis.my/feelgroup/?page_id=603', 0, 'page', '', 0),
(604, 1, '2018-04-17 07:50:10', '2018-04-17 07:50:10', '', 'delivery-truck', '', 'inherit', 'open', 'closed', '', 'delivery-truck', '', '', '2018-04-17 07:50:10', '2018-04-17 07:50:10', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/delivery-truck.png', 0, 'attachment', 'image/png', 0),
(605, 1, '2018-04-17 07:50:13', '2018-04-17 07:50:13', '', 'online-shop', '', 'inherit', 'open', 'closed', '', 'online-shop', '', '', '2018-04-17 07:50:13', '2018-04-17 07:50:13', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png', 0, 'attachment', 'image/png', 0),
(606, 1, '2018-04-17 07:50:16', '2018-04-17 07:50:16', '', 'quality', '', 'inherit', 'open', 'closed', '', 'quality', '', '', '2018-04-17 07:50:16', '2018-04-17 07:50:16', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png', 0, 'attachment', 'image/png', 0),
(607, 1, '2018-04-17 07:50:19', '2018-04-17 07:50:19', '', 'shirt', '', 'inherit', 'open', 'closed', '', 'shirt', '', '', '2018-04-17 07:50:19', '2018-04-17 07:50:19', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png', 0, 'attachment', 'image/png', 0),
(608, 1, '2018-04-17 07:53:23', '2018-04-17 07:53:23', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 07:53:23', '2018-04-17 07:53:23', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(609, 1, '2018-04-17 07:56:08', '2018-04-17 07:56:08', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 class="three-h3">Your Satisfaction Guaranteed</h4>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 07:56:08', '2018-04-17 07:56:08', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(610, 1, '2018-04-17 07:58:21', '2018-04-17 07:58:21', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"] [/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3">Your Satisfaction Guaranteed</h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3 class="three-h3">Your Satisfaction Guaranteed</h3>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"] [/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 07:58:21', '2018-04-17 07:58:21', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(611, 1, '2018-04-17 08:02:48', '2018-04-17 08:02:48', '', 'wallet', '', 'inherit', 'open', 'closed', '', 'wallet', '', '', '2018-04-17 08:02:48', '2018-04-17 08:02:48', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpag_posts` VALUES
(622, 1, '2018-04-17 08:36:46', '2018-04-17 08:36:46', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 08:36:46', '2018-04-17 08:36:46', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(612, 1, '2018-04-17 08:03:58', '2018-04-17 08:03:58', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n\r\n\r\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 08:03:58', '2018-04-17 08:03:58', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(621, 1, '2018-04-17 08:35:57', '2018-04-17 08:35:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||80px|" custom_padding_last_edited="on|phone" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="70px||60px|" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_services admin_label="Services" columns="3" posts_per_page="0" show_filters="off" more="off" ajax_more="on" pagination="off" image_size="thumbnail" show_title="on" show_media="on" show_content="on" template="media-icon-skin1" use_space="on" use_rows_space="on" title="our services" columns_tablet="2" columns_phone="1" excerpt_length="20"]\n\n</p>\n\n[/tm_pb_cherry_services][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'ori my survices', '', 'publish', 'closed', 'closed', '', 'ori-my-survices', '', '', '2018-04-17 08:35:57', '2018-04-17 08:35:57', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/ori-my-survices/', 0, 'tm_pb_layout', '', 0),
(614, 1, '2018-04-17 08:10:36', '2018-04-17 08:10:36', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" template_type="row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row]', 'sample feature', '', 'publish', 'closed', 'closed', '', 'sample-feature', '', '', '2018-04-17 08:10:36', '2018-04-17 08:10:36', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/sample-feature/', 0, 'tm_pb_layout', '', 0),
(615, 1, '2018-04-17 08:10:37', '2018-04-17 08:10:37', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" template_type="row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row]', 'sample feature', '', 'publish', 'closed', 'closed', '', 'sample-feature-2', '', '', '2018-04-17 08:10:37', '2018-04-17 08:10:37', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/sample-feature-2/', 0, 'tm_pb_layout', '', 0),
(620, 1, '2018-04-17 08:33:56', '2018-04-17 08:33:56', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\n\n<h4>Recent News</h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\n\n</p>\n\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Ori My News', '', 'publish', 'closed', 'closed', '', 'ori-my-news', '', '', '2018-04-17 08:33:56', '2018-04-17 08:33:56', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/ori-my-news/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(623, 1, '2018-04-17 08:40:24', '2018-04-17 08:40:24', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 08:40:24', '2018-04-17 08:40:24', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(624, 1, '2018-04-17 08:42:11', '2018-04-17 08:42:11', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 08:42:11', '2018-04-17 08:42:11', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(1289, 1, '2018-06-17 06:45:24', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-06-17 06:45:24', '0000-00-00 00:00:00', '', 0, 'https://seis.my/feelgroup/?p=1289', 0, 'post', '', 0),
(1290, 1, '2018-06-17 06:48:57', '2018-06-17 06:48:57', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'call out action banner', '', 'publish', 'closed', 'closed', '', 'call-out-action-banner', '', '', '2018-06-17 06:48:57', '2018-06-17 06:48:57', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/call-out-action-banner/', 0, 'tm_pb_layout', '', 0),
(631, 1, '2018-04-17 09:14:50', '2018-04-17 09:14:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" column_number="4" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"]\n\n</p>\n\n[/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'ori project showcase', '', 'publish', 'closed', 'closed', '', 'ori-project-showcase', '', '', '2018-04-17 09:14:50', '2018-04-17 09:14:50', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/ori-project-showcase/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(632, 1, '2018-04-17 09:19:23', '2018-04-17 09:19:23', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\r\n\r\n</p>\r\n\r\n[/tm_pb_posts][tm_pb_image admin_label="Image" /][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][tm_pb_blurb admin_label="Blurb" /][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 09:19:23', '2018-04-17 09:19:23', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(633, 1, '2018-04-17 09:21:25', '2018-04-17 09:21:25', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="on" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||28px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" module_class="container"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2" specialty_columns="2"][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_margin_last_edited="off|desktop"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-26.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/06/blog-17.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][tm_pb_row_inner admin_label="Row" padding_mobile="off" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off"][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-28.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column_inner][tm_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/blog-27.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||144px|" custom_padding_last_edited="on|desktop" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding_tablet="||120px|" custom_padding_phone="||100px|"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="||20px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_7.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||37px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/author.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||60px|"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_8.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/single_project_10.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Images', '', 'inherit', 'closed', 'closed', '', '446-autosave-v1', '', '', '2018-04-17 09:21:25', '2018-04-17 09:21:25', '', 446, 'https://seis.my/feelgroup/2018/04/17/446-autosave-v1/', 0, 'revision', '', 0),
(859, 1, '2018-05-18 09:10:50', '2018-05-18 09:10:50', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>Features</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<div id="as-root"></div><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script><div data-domain="track.aftership.com" data-size="large" class="as-track-button"></div>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-18 09:10:50', '2018-05-18 09:10:50', '', 184, 'https://seis.my/feelgroup/2018/05/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(636, 1, '2018-04-17 09:38:19', '2018-04-17 09:38:19', '', 'Feekgroup_white', '', 'inherit', 'open', 'closed', '', 'feekgroup_white', '', '', '2018-04-17 09:38:19', '2018-04-17 09:38:19', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/Feekgroup_white.png', 0, 'attachment', 'image/png', 0),
(637, 1, '2018-04-17 09:38:21', '2018-04-17 09:38:21', '', 'Feelgroup', '', 'inherit', 'open', 'closed', '', 'feelgroup', '', '', '2018-04-17 09:38:21', '2018-04-17 09:38:21', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/Feelgroup.png', 0, 'attachment', 'image/png', 0),
(1116, 1, '2018-06-13 05:37:05', '2018-06-13 05:37:05', '', 'ZOMBIERUN', '', 'inherit', 'open', 'closed', '', 'zombierun', '', '', '2018-06-13 05:37:05', '2018-06-13 05:37:05', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg', 0, 'attachment', 'image/jpeg', 0),
(1091, 1, '2018-06-13 04:16:04', '2018-06-13 04:16:04', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n<br>\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 04:16:04', '2018-06-13 04:16:04', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(639, 1, '2018-04-17 09:47:00', '2018-04-17 09:47:00', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\n\n<h4>Recent News</h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_posts admin_label="Posts" columns="3" terms_type="categories" categories="1" post_offset="0" title_delimiter="off" more="on" ajax_more="off" excerpt="20" image_size="post-thumbnail" meta_data="on" post_layout="layout-1" use_space="on" use_rows_space="on" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" more_text="See all news" more_url="https://seis.my/feelgroup/blog/"]\n\n</p>\n\n[/tm_pb_posts][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'ori news', '', 'publish', 'closed', 'closed', '', 'ori-news', '', '', '2018-04-17 09:47:00', '2018-04-17 09:47:00', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/ori-news/', 0, 'tm_pb_layout', '', 0),
(649, 1, '2018-04-17 09:56:50', '2018-04-17 09:56:50', '', 'EMBROIDERY', '', 'inherit', 'open', 'closed', '', 'embroidery-2', '', '', '2018-04-17 09:56:50', '2018-04-17 09:56:50', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/EMBROIDERY-1.png', 0, 'attachment', 'image/png', 0),
(650, 1, '2018-04-17 09:57:07', '2018-04-17 09:57:07', '', 'SCREENPRINTING', '', 'inherit', 'open', 'closed', '', 'screenprinting-2', '', '', '2018-04-17 09:57:07', '2018-04-17 09:57:07', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/SCREENPRINTING-1.png', 0, 'attachment', 'image/png', 0),
(651, 1, '2018-04-17 09:57:29', '2018-04-17 09:57:29', '', 'DYESUB', '', 'inherit', 'open', 'closed', '', 'dyesub-2', '', '', '2018-04-17 09:57:29', '2018-04-17 09:57:29', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/DYESUB-1.png', 0, 'attachment', 'image/png', 0),
(652, 1, '2018-04-17 09:57:47', '2018-04-17 09:57:47', '', 'FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94', '', 'inherit', 'open', 'closed', '', 'fish2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-2', '', '', '2018-04-17 09:57:47', '2018-04-17 09:57:47', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(653, 1, '2018-04-17 09:58:00', '2018-04-17 09:58:00', '', 'RUN', '', 'inherit', 'open', 'closed', '', 'run-2', '', '', '2018-04-17 09:58:00', '2018-04-17 09:58:00', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(654, 1, '2018-04-17 09:58:20', '2018-04-17 09:58:20', '', 'ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb', '', 'inherit', 'open', 'closed', '', 'rooster_28b861c2-836c-4e6f-8986-7722a44c60eb-2', '', '', '2018-04-17 09:58:20', '2018-04-17 09:58:20', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(655, 1, '2018-04-17 09:58:36', '2018-04-17 09:58:36', '', 'BADMINTON', '', 'inherit', 'open', 'closed', '', 'badminton-2', '', '', '2018-04-17 09:58:36', '2018-04-17 09:58:36', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(656, 1, '2018-04-17 09:59:04', '2018-04-17 09:59:04', '', 'try', '', 'inherit', 'open', 'closed', '', 'try-2', '', '', '2018-04-17 09:59:04', '2018-04-17 09:59:04', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(657, 1, '2018-04-17 09:59:20', '2018-04-17 09:59:20', '', 'AC', '', 'inherit', 'open', 'closed', '', 'ac', '', '', '2018-04-17 09:59:20', '2018-04-17 09:59:20', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg', 0, 'attachment', 'image/jpeg', 0),
(658, 1, '2018-04-17 10:02:55', '2018-04-17 10:02:55', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][tm_pb_blurb admin_label="Blurb"]\r\n\r\n</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:02:55', '2018-04-17 10:02:55', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(659, 1, '2018-04-17 10:06:03', '2018-04-17 10:06:03', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][tm_pb_blurb admin_label="Blurb"]\r\n\r\n</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:06:03', '2018-04-17 10:06:03', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(660, 1, '2018-04-17 10:20:21', '2018-04-17 10:20:21', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Recent News</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][tm_pb_blurb admin_label="Blurb"]\r\n\r\n</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:20:21', '2018-04-17 10:20:21', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(661, 1, '2018-04-17 10:24:25', '2018-04-17 10:24:25', '[tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" template_type="module"]\n\n<h4>Trusted By</h4>\n\n[/tm_pb_text]', 'Text Title', '', 'publish', 'closed', 'closed', '', 'text-title', '', '', '2018-04-17 10:24:25', '2018-04-17 10:24:25', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/text-title/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(662, 1, '2018-04-17 10:37:59', '2018-04-17 10:37:59', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="on" font_icon="e919" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" icon_placement="top" animation="top" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:37:59', '2018-04-17 10:37:59', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(663, 1, '2018-04-17 10:42:22', '2018-04-17 10:42:22', '[tm_pb_blurb admin_label="Blurb" title="Clean and Crispy Design" url_new_window="off" use_icon="on" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" template_type="module"]\n\n<p>Monstroid 2 is crafted by top industry leaders with love, care and customer needs in mind.</p>\n\n[/tm_pb_blurb]', 'Blurb - icon top, text center', '', 'publish', 'closed', 'closed', '', 'blurb-icon-top-text-center', '', '', '2018-04-17 10:42:22', '2018-04-17 10:42:22', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/blurb-icon-top-text-center/', 0, 'tm_pb_layout', '', 0),
(664, 1, '2018-04-17 10:43:03', '2018-04-17 10:43:03', '[tm_pb_blurb admin_label="Blurb" title="Power page builder" url_new_window="off" use_icon="on" font_icon="e931" icon_color="#f9b707" use_circle="off" circle_color="#ffffff" use_circle_border="off" circle_border_color="#2ed3ae" icon_placement="top" animation="off" text_orientation="left" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" use_button="off" button_type="link" saved_tabs="all" template_type="module"]\n\n<p>The theme comes with built in Power visual page builder. It’s a features rich backend...</p>\n\n[/tm_pb_blurb]', 'Blurb - icon left, text right', '', 'publish', 'closed', 'closed', '', 'blurb-icon-left-text-right', '', '', '2018-04-17 10:43:03', '2018-04-17 10:43:03', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/blurb-icon-left-text-right/', 0, 'tm_pb_layout', '', 0),
(666, 1, '2018-04-17 10:51:41', '2018-04-17 10:51:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<div class="container">\r\n<div class=" row tm_pb_row tm_pb_row_2">\r\n<div class="tm_pb_column tm_pb_column_1_3  tm_pb_column_4 col-xs-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 tm_pb_vertical_alligment_start">\r\n<div class="tm_pb_text tm_pb_module tm_pb_bg_layout_light tm_pb_text_align_center  tm_pb_text_3">\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:51:41', '2018-04-17 10:51:41', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(665, 1, '2018-04-17 10:45:46', '2018-04-17 10:45:46', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="on" font_icon="e919" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" icon_placement="top" animation="top" text_orientation="left" use_button="off" button_type="link" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:45:46', '2018-04-17 10:45:46', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(765, 1, '2018-04-17 17:20:32', '2018-04-17 17:20:32', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 17:20:32', '2018-04-17 17:20:32', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(670, 1, '2018-04-17 11:08:36', '2018-04-17 11:08:36', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 11:08:36', '2018-04-17 11:08:36', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(668, 1, '2018-04-17 11:00:31', '2018-04-17 11:00:31', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 11:00:31', '2018-04-17 11:00:31', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(667, 1, '2018-04-17 10:55:56', '2018-04-17 10:55:56', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="32px||32px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<div class="container">\r\n<div class=" row tm_pb_row tm_pb_row_2">\r\n<div class="tm_pb_column tm_pb_column_1_3  tm_pb_column_4 col-xs-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 tm_pb_vertical_alligment_start">\r\n<div class="tm_pb_text tm_pb_module tm_pb_bg_layout_light tm_pb_text_align_center  tm_pb_text_3">Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"] [/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Recent News</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 10:55:56', '2018-04-17 10:55:56', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(669, 1, '2018-04-17 11:02:43', '2018-04-17 11:02:43', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="32px||32px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" template_type="row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\n\n\n\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6 class="three-h3"><strong>Your Satisfaction Guaranteed</strong></h6>\n<p>We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\n\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\n\n\n\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6 class="three-h3"><strong>Better Pricing</strong></h6>\n<p>With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\n\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" max_width_last_edited="off|desktop" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px"]\n\n\n\n[/tm_pb_image][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h6 class="three-h3"><strong>Design Review and Repair</strong></h6>\n<p>Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row]', 'Kezn - Feature image+text', '', 'publish', 'closed', 'closed', '', 'kezn-feature-imagetext', '', '', '2018-04-17 11:02:43', '2018-04-17 11:02:43', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/kezn-feature-imagetext/', 0, 'tm_pb_layout', '', 0),
(671, 1, '2018-04-17 11:34:43', '2018-04-17 11:34:43', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 11:34:43', '2018-04-17 11:34:43', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(672, 1, '2018-04-17 11:41:43', '2018-04-17 11:41:43', '<p>This is a private page. To make it public, edit it and change the visibility.</p>[wdi_feed id="1"]', 'My Instagram Feed', '', 'private', 'closed', 'closed', '', 'my-instagram-feed', '', '', '2018-04-17 11:41:43', '2018-04-17 11:41:43', '', 0, 'https://seis.my/feelgroup/my-instagram-feed/', 0, 'page', '', 0),
(673, 1, '2018-04-17 11:41:59', '2018-04-17 11:41:59', '[wdi_preview]', 'Preview', '', 'private', 'closed', 'closed', '', 'preview', '', '', '2018-04-17 11:41:59', '2018-04-17 11:41:59', '', 0, 'https://seis.my/feelgroup/wdi_instagram/preview/', 0, 'wdi_instagram', '', 0),
(674, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', 'Text', '', '', 'publish', 'closed', 'closed', '', '674', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/674/', 1, 'nav_menu_item', '', 0);
INSERT INTO `wpag_posts` VALUES
(675, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Headers', '', 'publish', 'closed', 'closed', '', 'headers-2', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/headers-2/', 2, 'nav_menu_item', '', 0),
(676, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 1', '', 'publish', 'closed', 'closed', '', 'header-style-1', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-1/', 3, 'nav_menu_item', '', 0),
(677, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 2', '', 'publish', 'closed', 'closed', '', 'header-style-2', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-2/', 4, 'nav_menu_item', '', 0),
(678, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 3', '', 'publish', 'closed', 'closed', '', 'header-style-3', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-3/', 5, 'nav_menu_item', '', 0),
(679, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 4', '', 'publish', 'closed', 'closed', '', 'header-style-4', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-4/', 6, 'nav_menu_item', '', 0),
(680, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 5', '', 'publish', 'closed', 'closed', '', 'header-style-5', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-5/', 7, 'nav_menu_item', '', 0),
(681, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 6', '', 'publish', 'closed', 'closed', '', 'header-style-6', '', '', '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-6/', 8, 'nav_menu_item', '', 0),
(682, 1, '2018-04-17 11:48:02', '2018-04-17 11:48:02', '', 'Header Style 7', '', 'publish', 'closed', 'closed', '', 'header-style-7', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/header-style-7/', 9, 'nav_menu_item', '', 0),
(683, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 'Footers', '', 'publish', 'closed', 'closed', '', 'footers-2', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/footers-2/', 10, 'nav_menu_item', '', 0),
(684, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 'Footer Style 1', '', 'publish', 'closed', 'closed', '', 'footer-style-1', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/footer-style-1/', 11, 'nav_menu_item', '', 0),
(685, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 'Footer Style 2', '', 'publish', 'closed', 'closed', '', 'footer-style-2', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/footer-style-2/', 12, 'nav_menu_item', '', 0),
(686, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 'Footer Style 3', '', 'publish', 'closed', 'closed', '', 'footer-style-3', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/footer-style-3/', 13, 'nav_menu_item', '', 0),
(687, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', 'Text', 'Pages', '', 'publish', 'closed', 'closed', '', 'pages-2', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/pages-2/', 14, 'nav_menu_item', '', 0),
(688, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 'Static Elements', '', 'publish', 'closed', 'closed', '', 'static-elements-2', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/static-elements-2/', 15, 'nav_menu_item', '', 0),
(689, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '689', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/689/', 16, 'nav_menu_item', '', 0),
(690, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '690', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/690/', 17, 'nav_menu_item', '', 0),
(691, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '691', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/691/', 18, 'nav_menu_item', '', 0),
(692, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '692', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/692/', 19, 'nav_menu_item', '', 0),
(693, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '693', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/693/', 20, 'nav_menu_item', '', 0),
(694, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '694', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/694/', 21, 'nav_menu_item', '', 0),
(695, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '695', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/695/', 22, 'nav_menu_item', '', 0),
(696, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '696', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/696/', 23, 'nav_menu_item', '', 0),
(697, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '697', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/697/', 24, 'nav_menu_item', '', 0),
(698, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '698', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/698/', 25, 'nav_menu_item', '', 0),
(699, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '699', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/699/', 26, 'nav_menu_item', '', 0),
(700, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '700', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/700/', 27, 'nav_menu_item', '', 0),
(701, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '701', '', '', '2018-04-17 11:48:03', '2018-04-17 11:48:03', '', 0, 'https://seis.my/feelgroup/2018/04/17/701/', 28, 'nav_menu_item', '', 0),
(702, 1, '2018-04-17 11:48:03', '2018-04-17 11:48:03', ' ', '', '', 'publish', 'closed', 'closed', '', '702', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/702/', 29, 'nav_menu_item', '', 0),
(703, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '703', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/703/', 30, 'nav_menu_item', '', 0),
(704, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '704', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/704/', 31, 'nav_menu_item', '', 0),
(705, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '705', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/705/', 32, 'nav_menu_item', '', 0),
(706, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '706', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/706/', 33, 'nav_menu_item', '', 0),
(707, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '707', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/707/', 34, 'nav_menu_item', '', 0),
(708, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '708', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/708/', 35, 'nav_menu_item', '', 0),
(709, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '709', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/709/', 36, 'nav_menu_item', '', 0),
(710, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 'Dynamic Elements', '', 'publish', 'closed', 'closed', '', 'dynamic-elements-2', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/dynamic-elements-2/', 37, 'nav_menu_item', '', 0),
(711, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '711', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/711/', 38, 'nav_menu_item', '', 0),
(712, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 'Team Module', '', 'publish', 'closed', 'closed', '', 'team-module-2', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/team-module-2/', 39, 'nav_menu_item', '', 0),
(713, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '713', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/713/', 40, 'nav_menu_item', '', 0),
(714, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 'Testimonials Module', '', 'publish', 'closed', 'closed', '', 'testimonials-module-2', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/testimonials-module-2/', 41, 'nav_menu_item', '', 0),
(715, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '715', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/715/', 42, 'nav_menu_item', '', 0),
(716, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '716', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/716/', 43, 'nav_menu_item', '', 0),
(717, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '717', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/717/', 44, 'nav_menu_item', '', 0),
(718, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '718', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/718/', 45, 'nav_menu_item', '', 0),
(719, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '719', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/719/', 46, 'nav_menu_item', '', 0),
(720, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '720', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/720/', 47, 'nav_menu_item', '', 0),
(721, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '721', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/721/', 48, 'nav_menu_item', '', 0),
(722, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '722', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/722/', 49, 'nav_menu_item', '', 0),
(723, 1, '2018-04-17 11:48:04', '2018-04-17 11:48:04', ' ', '', '', 'publish', 'closed', 'closed', '', '723', '', '', '2018-04-17 11:48:04', '2018-04-17 11:48:04', '', 0, 'https://seis.my/feelgroup/2018/04/17/723/', 50, 'nav_menu_item', '', 0),
(724, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Erorr 404', '', 'publish', 'closed', 'closed', '', 'erorr-404', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/erorr-404/', 51, 'nav_menu_item', '', 0),
(725, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', 'Text', '', '', 'publish', 'closed', 'closed', '', '725', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/725/', 52, 'nav_menu_item', '', 0),
(726, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '726', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/726/', 53, 'nav_menu_item', '', 0),
(727, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '727', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/727/', 54, 'nav_menu_item', '', 0),
(728, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '728', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/728/', 55, 'nav_menu_item', '', 0),
(729, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '729', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/729/', 56, 'nav_menu_item', '', 0),
(730, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '730', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/730/', 57, 'nav_menu_item', '', 0),
(731, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '731', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/731/', 58, 'nav_menu_item', '', 0),
(732, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', 'Text', '', '', 'publish', 'closed', 'closed', '', '732', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/732/', 59, 'nav_menu_item', '', 0),
(733, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '733', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/733/', 60, 'nav_menu_item', '', 0),
(734, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '734', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/734/', 61, 'nav_menu_item', '', 0),
(735, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '735', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/735/', 62, 'nav_menu_item', '', 0),
(736, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '736', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/736/', 63, 'nav_menu_item', '', 0),
(737, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '737', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/737/', 64, 'nav_menu_item', '', 0),
(738, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '738', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/738/', 65, 'nav_menu_item', '', 0),
(739, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '739', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/739/', 66, 'nav_menu_item', '', 0),
(740, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', ' ', '', '', 'publish', 'closed', 'closed', '', '740', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/740/', 67, 'nav_menu_item', '', 0),
(741, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', 'Text', '', '', 'publish', 'closed', 'closed', '', '741', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/741/', 68, 'nav_menu_item', '', 0),
(742, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Blog Layouts', '', 'publish', 'closed', 'closed', '', 'blog-layouts-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/blog-layouts-2/', 69, 'nav_menu_item', '', 0),
(743, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Classic', '', 'publish', 'closed', 'closed', '', 'classic-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/classic-2/', 70, 'nav_menu_item', '', 0),
(744, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Grid', '', 'publish', 'closed', 'closed', '', 'grid-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/grid-2/', 71, 'nav_menu_item', '', 0),
(745, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Masonry', '', 'publish', 'closed', 'closed', '', 'masonry-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/masonry-2/', 72, 'nav_menu_item', '', 0),
(746, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Justify', '', 'publish', 'closed', 'closed', '', 'justify-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/justify-2/', 73, 'nav_menu_item', '', 0),
(747, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Sidebar', '', 'publish', 'closed', 'closed', '', 'sidebar-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/sidebar-2/', 74, 'nav_menu_item', '', 0),
(748, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Left Sidebar', '', 'publish', 'closed', 'closed', '', 'left-sidebar-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/left-sidebar-2/', 75, 'nav_menu_item', '', 0),
(749, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'Right Sidebar', '', 'publish', 'closed', 'closed', '', 'right-sidebar-2', '', '', '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 0, 'https://seis.my/feelgroup/2018/04/17/right-sidebar-2/', 76, 'nav_menu_item', '', 0),
(750, 1, '2018-04-17 11:48:05', '2018-04-17 11:48:05', '', 'No Sidebar', '', 'publish', 'closed', 'closed', '', 'no-sidebar-2', '', '', '2018-04-17 11:48:06', '2018-04-17 11:48:06', '', 0, 'https://seis.my/feelgroup/2018/04/17/no-sidebar-2/', 77, 'nav_menu_item', '', 0),
(751, 1, '2018-04-17 11:48:06', '2018-04-17 11:48:06', 'Text', '', '', 'publish', 'closed', 'closed', '', '751', '', '', '2018-04-17 11:48:06', '2018-04-17 11:48:06', '', 0, 'https://seis.my/feelgroup/2018/04/17/751/', 78, 'nav_menu_item', '', 0),
(753, 1, '2018-04-17 11:54:06', '2018-04-17 11:54:06', ' ', '', '', 'publish', 'closed', 'closed', '', '753', '', '', '2018-04-17 11:54:06', '2018-04-17 11:54:06', '', 0, 'https://seis.my/feelgroup/?p=753', 1, 'nav_menu_item', '', 0),
(758, 1, '2018-04-17 11:56:39', '2018-04-17 11:56:39', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=758', 8, 'nav_menu_item', '', 0),
(760, 1, '2018-04-17 12:24:33', '2018-04-17 12:24:33', '', 'person-3030157_960_720', '', 'inherit', 'open', 'closed', '', 'person-3030157_960_720', '', '', '2018-04-17 12:24:33', '2018-04-17 12:24:33', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2018-04-17 12:25:29', '2018-04-17 12:25:29', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 12:25:29', '2018-04-17 12:25:29', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(769, 1, '2018-04-17 17:30:49', '2018-04-17 17:30:49', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 17:30:49', '2018-04-17 17:30:49', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(766, 1, '2018-04-17 17:27:49', '2018-04-17 17:27:49', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||32px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 17:27:49', '2018-04-17 17:27:49', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(767, 1, '2018-04-17 17:29:13', '2018-04-17 17:29:13', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][tm_pb_blurb admin_label="Blurb" title="Truely Inspired" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/online-shop.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-17 17:29:13', '2018-04-17 17:29:13', '', 184, 'https://seis.my/feelgroup/2018/04/17/184-revision-v1/', 0, 'revision', '', 0),
(45, 1, '2017-12-15 03:56:34', '2017-12-15 03:56: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.', 'Hoodie', 'This is a variable product.', 'publish', 'open', 'closed', '', 'hoodie', '', '', '2017-12-15 03:56:34', '2017-12-15 03:56:34', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=import-placeholder-for-woo-hoodie', 0, 'product', '', 0),
(46, 1, '2017-12-15 03:56:34', '2017-12-15 03:56: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.', 'Hoodie with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-logo', '', '', '2017-12-15 03:56:34', '2017-12-15 03:56:34', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=import-placeholder-for-woo-hoodie-with-logo', 0, 'product', '', 0),
(47, 1, '2017-12-15 03:56:34', '2017-12-15 03:56: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.', 'T-Shirt', 'This is a simple product.', 'publish', 'open', 'closed', '', 't-shirt', '', '', '2017-12-15 03:56:34', '2017-12-15 03:56:34', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=import-placeholder-for-woo-tshirt', 0, 'product', '', 0),
(48, 1, '2017-12-15 03:56:34', '2017-12-15 03:56: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.', 'Beanie', 'This is a simple product.', 'publish', 'open', 'closed', '', 'beanie', '', '', '2017-12-15 03:56:34', '2017-12-15 03:56:34', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=import-placeholder-for-woo-beanie', 0, 'product', '', 0),
(58, 1, '2017-12-15 03:56:41', '2017-12-15 03:56:41', '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.', 'Belt', 'This is a simple product.', 'publish', 'open', 'closed', '', 'belt', '', '', '2017-12-15 03:56:41', '2017-12-15 03:56:41', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=belt', 0, 'product', '', 0),
(60, 1, '2017-12-15 03:56:42', '2017-12-15 03:56:42', '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.', 'Cap', 'This is a simple product.', 'publish', 'open', 'closed', '', 'cap', '', '', '2017-12-15 03:56:42', '2017-12-15 03:56:42', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=cap', 0, 'product', '', 0),
(62, 1, '2017-12-15 03:56:43', '2017-12-15 03:56:43', '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.', 'Sunglasses', 'This is a simple product.', 'publish', 'open', 'closed', '', 'sunglasses', '', '', '2017-12-15 03:56:43', '2017-12-15 03:56:43', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=sunglasses', 0, 'product', '', 0),
(64, 1, '2017-12-15 03:56:45', '2017-12-15 03:56: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.', 'Hoodie with Pocket', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-pocket', '', '', '2017-12-15 03:56:45', '2017-12-15 03:56:45', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=hoodie-with-pocket', 0, 'product', '', 0),
(66, 1, '2017-12-15 03:56:45', '2017-12-15 03:56: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.', 'Hoodie with Zipper', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-zipper', '', '', '2017-12-15 03:56:45', '2017-12-15 03:56:45', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=hoodie-with-zipper', 0, 'product', '', 0),
(68, 1, '2017-12-15 03:56:46', '2017-12-15 03:56:46', '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.', 'Long Sleeve Tee', 'This is a simple product.', 'publish', 'open', 'closed', '', 'long-sleeve-tee', '', '', '2017-12-15 03:56:46', '2017-12-15 03:56:46', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=long-sleeve-tee', 0, 'product', '', 0),
(70, 1, '2017-12-15 03:56:47', '2017-12-15 03:56:47', '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.', 'Polo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'polo', '', '', '2017-12-15 03:56:47', '2017-12-15 03:56:47', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=polo', 0, 'product', '', 0),
(73, 1, '2017-12-15 03:56:49', '2017-12-15 03:56:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.', 'Album', 'This is a simple, virtual product.', 'publish', 'open', 'closed', '', 'album', '', '', '2017-12-15 03:56:49', '2017-12-15 03:56:49', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=album', 0, 'product', '', 0),
(75, 1, '2017-12-15 03:56:49', '2017-12-15 03:56:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.', 'Single', 'This is a simple, virtual product.', 'publish', 'open', 'closed', '', 'single', '', '', '2017-12-15 03:56:49', '2017-12-15 03:56:49', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=single', 0, 'product', '', 1),
(83, 1, '2017-12-15 03:56:52', '2017-12-15 03:56:52', '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.', 'T-Shirt with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 't-shirt-with-logo', '', '', '2017-12-15 03:56:52', '2017-12-15 03:56:52', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=t-shirt-with-logo', 0, 'product', '', 0),
(85, 1, '2017-12-15 03:56:53', '2017-12-15 03:56:53', '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.', 'Beanie with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'beanie-with-logo', '', '', '2017-12-15 03:56:53', '2017-12-15 03:56:53', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=beanie-with-logo', 0, 'product', '', 0),
(87, 1, '2017-12-15 03:56:54', '2017-12-15 03:56:54', '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.', 'Logo Collection', 'This is a grouped product.', 'publish', 'open', 'closed', '', 'logo-collection', '', '', '2017-12-15 03:56:54', '2017-12-15 03:56:54', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=logo-collection', 0, 'product', '', 0),
(89, 1, '2017-12-15 03:57:20', '2017-12-15 03:57:20', '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.', 'WordPress Pennant', 'This is an external product.', 'publish', 'open', 'closed', '', 'wordpress-pennant', '', '', '2017-12-15 03:57:20', '2017-12-15 03:57:20', '', 0, 'https://woocommercecore.mystagingwebsite.com/?product=wordpress-pennant', 0, 'product', '', 0),
(777, 1, '2018-04-25 03:45:13', '2018-04-25 03:45:13', '', 'vneck-tee-2.jpg', '', 'inherit', 'open', 'closed', '', 'vneck-tee-2-jpg', '', '', '2018-04-25 03:45:13', '2018-04-25 03:45:13', '', 44, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/vneck-tee-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(778, 1, '2018-04-25 03:45:17', '2018-04-25 03:45:17', '', 'vnech-tee-green-1.jpg', '', 'inherit', 'open', 'closed', '', 'vnech-tee-green-1-jpg', '', '', '2018-04-25 03:45:17', '2018-04-25 03:45:17', '', 44, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/vnech-tee-green-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(779, 1, '2018-04-25 03:45:21', '2018-04-25 03:45:21', '', 'vnech-tee-blue-1.jpg', '', 'inherit', 'open', 'closed', '', 'vnech-tee-blue-1-jpg', '', '', '2018-04-25 03:45:21', '2018-04-25 03:45:21', '', 44, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/vnech-tee-blue-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(780, 1, '2018-04-25 03:45:24', '2018-04-25 03:45:24', '', 'hoodie-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-2-jpg', '', '', '2018-04-25 03:45:24', '2018-04-25 03:45:24', '', 45, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(781, 1, '2018-04-25 03:45:29', '2018-04-25 03:45:29', '', 'hoodie-blue-1.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-blue-1-jpg', '', '', '2018-04-25 03:45:29', '2018-04-25 03:45:29', '', 45, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-blue-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(782, 1, '2018-04-25 03:45:32', '2018-04-25 03:45:32', '', 'hoodie-green-1.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-green-1-jpg', '', '', '2018-04-25 03:45:32', '2018-04-25 03:45:32', '', 45, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-green-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2018-04-25 03:45:34', '2018-04-25 03:45:34', '', 'hoodie-with-logo-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-logo-2-jpg', '', '', '2018-04-25 03:45:34', '2018-04-25 03:45:34', '', 45, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-with-logo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(784, 1, '2018-04-25 03:45:40', '2018-04-25 03:45:40', '', 'tshirt-2.jpg', '', 'inherit', 'open', 'closed', '', 'tshirt-2-jpg', '', '', '2018-04-25 03:45:40', '2018-04-25 03:45:40', '', 47, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/tshirt-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 1, '2018-04-25 03:45:42', '2018-04-25 03:45:42', '', 'beanie-2.jpg', '', 'inherit', 'open', 'closed', '', 'beanie-2-jpg', '', '', '2018-04-25 03:45:42', '2018-04-25 03:45:42', '', 48, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/beanie-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(786, 1, '2018-04-25 03:45:45', '2018-04-25 03:45:45', '', 'belt-2.jpg', '', 'inherit', 'open', 'closed', '', 'belt-2-jpg', '', '', '2018-04-25 03:45:45', '2018-04-25 03:45:45', '', 58, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/belt-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(787, 1, '2018-04-25 03:45:50', '2018-04-25 03:45:50', '', 'cap-2.jpg', '', 'inherit', 'open', 'closed', '', 'cap-2-jpg', '', '', '2018-04-25 03:45:50', '2018-04-25 03:45:50', '', 60, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/cap-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(788, 1, '2018-04-25 03:45:55', '2018-04-25 03:45:55', '', 'sunglasses-2.jpg', '', 'inherit', 'open', 'closed', '', 'sunglasses-2-jpg', '', '', '2018-04-25 03:45:55', '2018-04-25 03:45:55', '', 62, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/sunglasses-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(789, 1, '2018-04-25 03:46:00', '2018-04-25 03:46:00', '', 'hoodie-with-pocket-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-pocket-2-jpg', '', '', '2018-04-25 03:46:00', '2018-04-25 03:46:00', '', 64, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-with-pocket-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(790, 1, '2018-04-25 03:46:07', '2018-04-25 03:46:07', '', 'hoodie-with-zipper-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-zipper-2-jpg', '', '', '2018-04-25 03:46:07', '2018-04-25 03:46:07', '', 66, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/hoodie-with-zipper-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(791, 1, '2018-04-25 03:46:09', '2018-04-25 03:46:09', '', 'long-sleeve-tee-2.jpg', '', 'inherit', 'open', 'closed', '', 'long-sleeve-tee-2-jpg', '', '', '2018-04-25 03:46:09', '2018-04-25 03:46:09', '', 68, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/long-sleeve-tee-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(792, 1, '2018-04-25 03:46:12', '2018-04-25 03:46:12', '', 'polo-2.jpg', '', 'inherit', 'open', 'closed', '', 'polo-2-jpg', '', '', '2018-04-25 03:46:12', '2018-04-25 03:46:12', '', 70, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/polo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(793, 1, '2018-04-25 03:46:16', '2018-04-25 03:46:16', '', 'album-1.jpg', '', 'inherit', 'open', 'closed', '', 'album-1-jpg', '', '', '2018-04-25 03:46:16', '2018-04-25 03:46:16', '', 73, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/album-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2018-04-25 03:46:21', '2018-04-25 03:46:21', '', 'single-1.jpg', '', 'inherit', 'open', 'closed', '', 'single-1-jpg', '', '', '2018-04-25 03:46:21', '2018-04-25 03:46:21', '', 75, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/single-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(795, 1, '2018-04-25 03:46:23', '2018-04-25 03:46:23', '', 't-shirt-with-logo-1.jpg', '', 'inherit', 'open', 'closed', '', 't-shirt-with-logo-1-jpg', '', '', '2018-04-25 03:46:23', '2018-04-25 03:46:23', '', 83, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/t-shirt-with-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(796, 1, '2018-04-25 03:46:26', '2018-04-25 03:46:26', '', 'beanie-with-logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'beanie-with-logo-1-jpg', '', '', '2018-04-25 03:46:26', '2018-04-25 03:46:26', '', 85, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/beanie-with-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2018-04-25 03:46:32', '2018-04-25 03:46:32', '', 'logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'logo-1-jpg', '', '', '2018-04-25 03:46:32', '2018-04-25 03:46:32', '', 87, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(798, 1, '2018-04-25 03:46:34', '2018-04-25 03:46:34', '', 'pennant-1.jpg', '', 'inherit', 'open', 'closed', '', 'pennant-1-jpg', '', '', '2018-04-25 03:46:34', '2018-04-25 03:46:34', '', 89, 'https://seis.my/feelgroup/wp-content/uploads/2018/04/pennant-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1578, 1, '2018-06-17 13:30:40', '2018-06-17 13:30:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<h4>FAQ</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?<br /></strong></span>#1 Frequently Asked Question by you!<br />The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<p><strong>Product, Quantity, Design.<br /></strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span><br /></strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span><br /></strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span><br /></strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span><br /><span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?<br />We do offer in-house print checks if the order quantity is more than 1000 pieces.<br /></span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?<br /></strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span><br /></strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong><br /></strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span><br /></strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span><br /><span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:30:40', '2018-06-17 13:30:40', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(879, 1, '2018-06-11 02:32:40', '2018-06-11 02:32:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:32:40', '2018-06-11 02:32:40', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(878, 1, '2018-06-11 02:28:04', '2018-06-11 02:28:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:28:04', '2018-06-11 02:28:04', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(877, 1, '2018-06-11 02:26:09', '2018-06-11 02:26:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nCrewneck\r\nCotton\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:26:09', '2018-06-11 02:26:09', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(876, 1, '2018-06-11 02:24:37', '2018-06-11 02:24:37', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nCrewneck\r\nCotton\r\n\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:24:37', '2018-06-11 02:24:37', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(874, 1, '2018-06-11 02:23:26', '2018-06-11 02:23:26', '', 'WEIGHTYHOODY', '', 'inherit', 'open', 'closed', '', 'weightyhoody', '', '', '2018-06-11 02:23:26', '2018-06-11 02:23:26', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg', 0, 'attachment', 'image/jpeg', 0),
(875, 1, '2018-06-11 02:23:40', '2018-06-11 02:23:40', '', 'WINDHOODY', '', 'inherit', 'open', 'closed', '', 'windhoody', '', '', '2018-06-11 02:23:40', '2018-06-11 02:23:40', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2018-06-11 02:22:51', '2018-06-11 02:22:51', '', 'JERSEY', '', 'inherit', 'open', 'closed', '', 'jersey', '', '', '2018-06-11 02:22:51', '2018-06-11 02:22:51', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg', 0, 'attachment', 'image/jpeg', 0),
(873, 1, '2018-06-11 02:23:05', '2018-06-11 02:23:05', '', 'POLO', '', 'inherit', 'open', 'closed', '', 'polo-2', '', '', '2018-06-11 02:23:05', '2018-06-11 02:23:05', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2018-04-25 08:16:23', '2018-04-25 08:16:23', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 08:16:23', '2018-04-25 08:16:23', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(819, 1, '2018-04-25 08:21:35', '2018-04-25 08:21:35', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="#2e92d1" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 08:21:35', '2018-04-25 08:21:35', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0),
(820, 1, '2018-04-25 08:37:08', '2018-04-25 08:37:08', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#2e92d1" hover_overlay_color="#ffffff" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 08:37:08', '2018-04-25 08:37:08', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(851, 1, '2018-05-17 13:19:44', '2018-05-17 13:19:44', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:19:44', '2018-05-17 13:19:44', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0),
(821, 1, '2018-04-25 08:43:33', '2018-04-25 08:43:33', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feelgroup" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 08:43:33', '2018-04-25 08:43:33', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0),
(822, 1, '2018-04-25 09:02:04', '2018-04-25 09:02:04', 'This bridge project was funded by small and medium business of Rhode Island, as well as by its private citizens. After the hurricane hit our shores recently, we all were concerned for the Okaloppo river not having a proper landline connection. But now, after Construction company finished the project, the county can enjoy its new, beautiful infrastructure!', 'Benedict Arnold', '', 'inherit', 'closed', 'closed', '', '412-autosave-v1', '', '', '2018-04-25 09:02:04', '2018-04-25 09:02:04', '', 412, 'https://seis.my/feelgroup/2018/04/25/412-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(823, 1, '2018-04-25 09:15:01', '2018-04-25 09:15:01', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"]\r\n\r\nLorem ipsum dolor sit amet\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 09:15:01', '2018-04-25 09:15:01', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0),
(824, 1, '2018-04-25 09:27:36', '2018-04-25 09:27:36', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="1" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 09:27:36', '2018-04-25 09:27:36', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(825, 1, '2018-04-25 09:29:09', '2018-04-25 09:29:09', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-25 09:29:09', '2018-04-25 09:29:09', '', 184, 'https://seis.my/feelgroup/2018/04/25/184-revision-v1/', 0, 'revision', '', 0),
(866, 1, '2018-06-01 10:01:25', '2018-06-01 10:01:25', '', 'giphy', '', 'inherit', 'open', 'closed', '', 'giphy', '', '', '2018-06-01 10:01:25', '2018-06-01 10:01:25', '', 835, 'https://seis.my/feelgroup/wp-content/uploads/2018/05/giphy.gif', 0, 'attachment', 'image/gif', 0),
(828, 1, '2018-04-30 10:46:22', '2018-04-30 10:46:22', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="masonry-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" category_list="9,10,11,12,14,16,17,24" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-all" /][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-30 10:46:22', '2018-04-30 10:46:22', '', 184, 'https://seis.my/feelgroup/2018/04/30/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(831, 1, '2018-04-30 11:05:37', '2018-04-30 11:05:37', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-30 11:05:37', '2018-04-30 11:05:37', '', 184, 'https://seis.my/feelgroup/2018/04/30/184-revision-v1/', 0, 'revision', '', 0),
(829, 1, '2018-04-30 10:52:46', '2018-04-30 10:52:46', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="masonry-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" category_list="9,10,11,12,14,16,17,24" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-30 10:52:46', '2018-04-30 10:52:46', '', 184, 'https://seis.my/feelgroup/2018/04/30/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(830, 1, '2018-04-30 11:00:35', '2018-04-30 11:00:35', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/BADMINTON-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" category_list="9,10,11,12,14,16,17,24" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-all"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-04-30 11:00:35', '2018-04-30 11:00:35', '', 184, 'https://seis.my/feelgroup/2018/04/30/184-revision-v1/', 0, 'revision', '', 0),
(832, 1, '2018-05-01 08:28:10', '2018-05-01 08:28:10', 'Testing Colorring Description', 'Colorrun', '', 'publish', 'open', 'closed', '', 'colorrun', '', '', '2018-05-01 08:38:44', '2018-05-01 08:38:44', '', 0, 'https://seis.my/feelgroup/?post_type=projects&#038;p=832', 0, 'projects', '', 0),
(833, 1, '2018-05-01 08:28:10', '2018-05-01 08:28:10', 'Testing Colorring Description', 'Colorrun', '', 'inherit', 'closed', 'closed', '', '832-revision-v1', '', '', '2018-05-01 08:28:10', '2018-05-01 08:28:10', '', 832, 'https://seis.my/feelgroup/2018/05/01/832-revision-v1/', 0, 'revision', '', 0),
(834, 1, '2018-05-01 08:31:02', '2018-05-01 08:31:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-standard" category_list="9,10,11,12,14,16,17,24" tags_list="8" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'portfolio', '', '', '2018-05-01 09:10:13', '2018-05-01 09:10:13', '', 0, 'https://seis.my/feelgroup/?page_id=834', 0, 'page', '', 0),
(835, 1, '2018-05-01 08:30:08', '2018-05-01 08:30:08', 'Lorem ipsum dolor sit amet, pri doming quidam cu. Mel pertinax dignissim cu. Ea vis graeci appareat. Vix postea veritus an, pri iriure forensibus at, his id vivendo incorrupte. Eos an utroque delicata philosophia, nam percipit inciderint no.\r\n\r\nTota graeco appareat ex eos, his tota tantas id, deleniti constituam has te. Cu ius veniam omnesque definitionem. Dicta oporteat cu nam, ius ignota epicurei repudiare ei. An porro scriptorem nec, cum ut diam nulla. Debitis honestatis nam te, no nec indoctum intellegam.', 'Run or Die', '', 'publish', 'open', 'closed', '', 'run-or-die', '', '', '2018-06-01 10:02:53', '2018-06-01 10:02:53', '', 0, 'https://seis.my/feelgroup/?post_type=projects&#038;p=835', 0, 'projects', '', 0),
(836, 1, '2018-05-01 08:30:08', '2018-05-01 08:30:08', 'Lorem ipsum dolor sit amet, pri doming quidam cu. Mel pertinax dignissim cu. Ea vis graeci appareat. Vix postea veritus an, pri iriure forensibus at, his id vivendo incorrupte. Eos an utroque delicata philosophia, nam percipit inciderint no.\r\n\r\nTota graeco appareat ex eos, his tota tantas id, deleniti constituam has te. Cu ius veniam omnesque definitionem. Dicta oporteat cu nam, ius ignota epicurei repudiare ei. An porro scriptorem nec, cum ut diam nulla. Debitis honestatis nam te, no nec indoctum intellegam.', 'Run or Die', '', 'inherit', 'closed', 'closed', '', '835-revision-v1', '', '', '2018-05-01 08:30:08', '2018-05-01 08:30:08', '', 835, 'https://seis.my/feelgroup/2018/05/01/835-revision-v1/', 0, 'revision', '', 0),
(837, 1, '2018-05-01 08:31:02', '2018-05-01 08:31:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:31:02', '2018-05-01 08:31:02', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(838, 1, '2018-05-01 08:32:17', '2018-05-01 08:32:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:32:17', '2018-05-01 08:32:17', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(839, 1, '2018-05-01 08:33:00', '2018-05-01 08:33:00', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="justified-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:33:00', '2018-05-01 08:33:00', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(840, 1, '2018-05-01 08:36:35', '2018-05-01 08:36:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="justified-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="category" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:36:35', '2018-05-01 08:36:35', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(841, 1, '2018-05-01 08:41:20', '2018-05-01 08:41:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="justified-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:41:20', '2018-05-01 08:41:20', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(842, 1, '2018-05-01 08:43:46', '2018-05-01 08:43:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="justified-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:43:46', '2018-05-01 08:43:46', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(845, 1, '2018-05-01 08:46:53', '2018-05-01 08:46:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="cascading-grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-all" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:46:53', '2018-05-01 08:46:53', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(843, 1, '2018-05-01 08:44:36', '2018-05-01 08:44:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="justified-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image" grid_template="terms-grid-skin1.tmpl" cascading_grid_template="terms-cascading-grid-default.tmpl"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:44:36', '2018-05-01 08:44:36', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(844, 1, '2018-05-01 08:45:28', '2018-05-01 08:45:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="off" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image" grid_template="terms-grid-skin1.tmpl" cascading_grid_template="terms-cascading-grid-default.tmpl"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:45:28', '2018-05-01 08:45:28', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(846, 1, '2018-05-01 08:47:53', '2018-05-01 08:47:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="cascading-grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 08:47:53', '2018-05-01 08:47:53', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(847, 1, '2018-05-01 09:08:33', '2018-05-01 09:08:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="list-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-image"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 09:08:33', '2018-05-01 09:08:33', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0),
(848, 1, '2018-05-01 09:10:13', '2018-05-01 09:10:13', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_projects_terms admin_label="Projects Terms" term_type="tag" listing_layout="grid-layout" load_animation="loading-animation-fade" post_per_page="8" item_margin="0" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects_terms][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_projects admin_label="Projects" listing_layout="grid-layout" loading_mode="ajax-pagination-mode" load_animation="loading-animation-fade" hover_animation="simple-fade" filter_visible="on" filter_type="category" order_filter_visible="on" order_filter_default_value="desc" orderby_filter_default_value="date" posts_format="post-format-standard" category_list="9,10,11,12,14,16,17,24" tags_list="8" grid_template="terms-grid-skin1.tmpl"] [/tm_pb_cherry_projects][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '834-revision-v1', '', '', '2018-05-01 09:10:13', '2018-05-01 09:10:13', '', 834, 'https://seis.my/feelgroup/2018/05/01/834-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(852, 1, '2018-05-17 13:30:14', '2018-05-17 13:30:14', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nTesting testing\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2017/01/team-member-3.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:30:14', '2018-05-17 13:30:14', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0),
(853, 1, '2018-05-17 13:32:30', '2018-05-17 13:32:30', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nTesting testing\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:32:30', '2018-05-17 13:32:30', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(854, 1, '2018-05-17 13:34:15', '2018-05-17 13:34:15', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nTesting testing\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/11/brands_02.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:34:15', '2018-05-17 13:34:15', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0),
(855, 1, '2018-05-17 13:36:18', '2018-05-17 13:36:18', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nTesting testing\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:36:18', '2018-05-17 13:36:18', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(856, 1, '2018-05-17 13:39:10', '2018-05-17 13:39:10', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>Features</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] We promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] With free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"] Our professional in-house designers review and repair every order we receive to ensure each one is printed to perfection. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Portfolio Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] Since I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"] The customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates! [/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nTesting testing\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2016/10/services-1.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-17 13:39:10', '2018-05-17 13:39:10', '', 184, 'https://seis.my/feelgroup/2018/05/17/184-revision-v1/', 0, 'revision', '', 0),
(857, 1, '2018-05-18 08:34:33', '2018-05-18 08:34:33', '<div id="as-root"></div><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script><div data-domain="track.aftership.com" data-size="large" class="as-track-button"></div>', 'Track and Trace', '', 'publish', 'closed', 'closed', '', 'track-and-trace', '', '', '2018-05-18 08:34:33', '2018-05-18 08:34:33', '', 0, 'https://seis.my/feelgroup/?page_id=857', 0, 'page', '', 0),
(858, 1, '2018-05-18 08:34:33', '2018-05-18 08:34:33', '<div id="as-root"></div><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script><div data-domain="track.aftership.com" data-size="large" class="as-track-button"></div>', 'Track and Trace', '', 'inherit', 'closed', 'closed', '', '857-revision-v1', '', '', '2018-05-18 08:34:33', '2018-05-18 08:34:33', '', 857, 'https://seis.my/feelgroup/2018/05/18/857-revision-v1/', 0, 'revision', '', 0),
(870, 1, '2018-06-11 02:22:22', '2018-06-11 02:22:22', '', 'DRIFIT', '', 'inherit', 'open', 'closed', '', 'drifit', '', '', '2018-06-11 02:22:22', '2018-06-11 02:22:22', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2018-06-11 02:22:36', '2018-06-11 02:22:36', '', 'ENZYMECOTTON', '', 'inherit', 'open', 'closed', '', 'enzymecotton', '', '', '2018-06-11 02:22:36', '2018-06-11 02:22:36', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg', 0, 'attachment', 'image/jpeg', 0),
(860, 1, '2018-05-18 09:14:37', '2018-05-18 09:14:37', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>Features</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<center>\r\n<div id="as-root"></div>\r\n<p><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script></p>\r\n<div data-domain="track.aftership.com" data-size="large" class="as-track-button"></div>\r\n</center>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-18 09:14:37', '2018-05-18 09:14:37', '', 184, 'https://seis.my/feelgroup/2018/05/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(868, 1, '2018-06-11 02:24:37', '2018-06-11 02:24:37', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Products</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'publish', 'closed', 'closed', '', 'product-main', '', '', '2018-06-19 06:19:47', '2018-06-19 06:19:47', '', 0, 'https://seis.my/feelgroup/?page_id=868', 0, 'page', '', 0),
(869, 1, '2018-06-11 02:22:04', '2018-06-11 02:22:04', '', 'CREWCOTTON', '', 'inherit', 'open', 'closed', '', 'crewcotton', '', '', '2018-06-11 02:22:04', '2018-06-11 02:22:04', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg', 0, 'attachment', 'image/jpeg', 0),
(864, 1, '2018-05-21 14:07:40', '2018-05-21 14:07:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>Features</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-21 14:07:40', '2018-05-21 14:07:40', '', 184, 'https://seis.my/feelgroup/2018/05/21/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(861, 1, '2018-05-18 09:18:09', '2018-05-18 09:18:09', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>Features</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Your Satisfaction Guaranteed" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/quality.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe promise to deliver each order to your highest satisfaction and nothing less, because we know that''s what you deserve.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" columns="5" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"] [/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home04.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home08.png" url_new_window="off" /][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off" /]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||60px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n<center></p>\r\n<div id="as-root"></div>\r\n<p><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script></p>\r\n<div data-domain="track.aftership.com" data-size="large" class="as-track-button"></div>\r\n<p></center></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-05-18 09:18:09', '2018-05-18 09:18:09', '', 184, 'https://seis.my/feelgroup/2018/05/18/184-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2018-05-21 14:07:22', '2018-05-21 14:07:22', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="||60px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<p>&nbsp;</p>\n<div id="as-root"></div>\n<p><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script></p>\n<div class="as-track-button" data-domain="track.aftership.com" data-size="large"></div>\n<p>&nbsp;</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'aftership tracking', '', 'publish', 'closed', 'closed', '', 'aftership-tracking', '', '', '2018-05-21 14:07:22', '2018-05-21 14:07:22', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/aftership-tracking/', 0, 'tm_pb_layout', '', 0),
(863, 1, '2018-05-21 14:07:29', '2018-05-21 14:07:29', '[tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" template_type="module"]\n\n<p>&nbsp;</p>\n<div id="as-root"></div>\n<p><script>(function(e,t,n){var r,i=e.getElementsByTagName(t)[0];if(e.getElementById(n))return;r=e.createElement(t);r.id=n;r.src="//button.aftership.com/all.js";i.parentNode.insertBefore(r,i)})(document,"script","aftership-jssdk")</script></p>\n<div class="as-track-button" data-domain="track.aftership.com" data-size="large"></div>\n<p>&nbsp;</p>\n\n[/tm_pb_text]', 'aftership', '', 'publish', 'closed', 'closed', '', 'aftership', '', '', '2018-05-21 14:07:29', '2018-05-21 14:07:29', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/aftership/', 0, 'tm_pb_layout', '', 0),
(880, 1, '2018-06-11 02:35:38', '2018-06-11 02:35:38', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:35:38', '2018-06-11 02:35:38', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(881, 1, '2018-06-11 02:50:33', '2018-06-11 02:50:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide heading="Crewneck\r\nCotton" button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:50:33', '2018-06-11 02:50:33', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(882, 1, '2018-06-11 02:54:46', '2018-06-11 02:54:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="on" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide heading="Crewneck Cotton" button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:54:46', '2018-06-11 02:54:46', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(884, 1, '2018-06-11 03:00:28', '2018-06-11 03:00:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n<h2><span style="color: #ffffff;">Crewneck Cotton</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:00:28', '2018-06-11 03:00:28', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(883, 1, '2018-06-11 02:58:49', '2018-06-11 02:58:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h3>Crewneck\r\nCotton</h3>\r\n[/tm_pb_text][tm_pb_button admin_label="Button" url_new_window="off" button_text="View More" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n<h4>Crewneck\r\nCotton</h4>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 02:58:49', '2018-06-11 02:58:49', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(885, 1, '2018-06-11 03:07:51', '2018-06-11 03:07:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1>Crewneck<br>\r\nCotton</h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:07:51', '2018-06-11 03:07:51', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(886, 1, '2018-06-11 03:10:16', '2018-06-11 03:10:16', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1>Crewneck Cotton</h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:10:16', '2018-06-11 03:10:16', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(887, 1, '2018-06-19 06:19:42', '2018-06-19 06:19:42', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Products</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\n\n<p></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-autosave-v1', '', '', '2018-06-19 06:19:42', '2018-06-19 06:19:42', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-autosave-v1/', 0, 'revision', '', 0),
(888, 1, '2018-06-11 03:17:19', '2018-06-11 03:17:19', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h2>Crewneck\r\nCotton</h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:17:19', '2018-06-11 03:17:19', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(889, 1, '2018-06-11 03:22:22', '2018-06-11 03:22:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h2><span style="color: #ffffff;">Crewneck</span>\r\n<span style="color: #ffffff;">Cotton</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:22:22', '2018-06-11 03:22:22', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(890, 1, '2018-06-11 03:26:31', '2018-06-11 03:26:31', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h2><span style="color: #ffffff;">Crewneck</span> <span style="color: #ffffff;">Cotton</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h2><span style="color: #ffffff;">Enzyme</span>\r\n<span style="color: #ffffff;">Cotton</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:26:31', '2018-06-11 03:26:31', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(891, 1, '2018-06-11 03:29:12', '2018-06-11 03:29:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span> <span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span> <span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:29:12', '2018-06-11 03:29:12', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(892, 1, '2018-06-11 03:31:59', '2018-06-11 03:31:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:31:59', '2018-06-11 03:31:59', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(893, 1, '2018-06-11 03:37:51', '2018-06-11 03:37:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="top_center" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:37:51', '2018-06-11 03:37:51', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(894, 1, '2018-06-11 03:39:57', '2018-06-11 03:39:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="top_center" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:39:57', '2018-06-11 03:39:57', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(895, 1, '2018-06-11 03:44:35', '2018-06-11 03:44:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:44:35', '2018-06-11 03:44:35', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(896, 1, '2018-06-11 03:46:18', '2018-06-11 03:46:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:46:18', '2018-06-11 03:46:18', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(897, 1, '2018-06-11 03:47:52', '2018-06-11 03:47:52', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="-30px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:47:52', '2018-06-11 03:47:52', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(898, 1, '2018-06-11 03:49:15', '2018-06-11 03:49:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="-300px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:49:15', '2018-06-11 03:49:15', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(899, 1, '2018-06-11 03:52:43', '2018-06-11 03:52:43', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="-100px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:52:43', '2018-06-11 03:52:43', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(900, 1, '2018-06-11 03:55:17', '2018-06-11 03:55:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="-100px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:55:17', '2018-06-11 03:55:17', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(901, 1, '2018-06-11 03:57:02', '2018-06-11 03:57:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:57:02', '2018-06-11 03:57:02', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(902, 1, '2018-06-11 03:58:38', '2018-06-11 03:58:38', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 03:58:38', '2018-06-11 03:58:38', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(903, 1, '2018-06-11 04:00:31', '2018-06-11 04:00:31', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 04:00:31', '2018-06-11 04:00:31', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(904, 1, '2018-06-11 04:02:38', '2018-06-11 04:02:38', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 04:02:38', '2018-06-11 04:02:38', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(905, 1, '2018-06-11 04:04:56', '2018-06-11 04:04:56', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 04:04:56', '2018-06-11 04:04:56', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(906, 1, '2018-06-11 06:14:26', '2018-06-11 06:14:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:14:26', '2018-06-11 06:14:26', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(908, 1, '2018-06-11 06:21:47', '2018-06-11 06:21:47', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:21:47', '2018-06-11 06:21:47', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(907, 1, '2018-06-11 06:18:20', '2018-06-11 06:18:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h2><span style="color: #ffffff;">Enzyme</span></h2>\r\n<h2><span style="color: #ffffff;">Cotton</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h2><span style="color: #ffffff;">Polo</span></h2>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:18:20', '2018-06-11 06:18:20', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(911, 1, '2018-06-11 06:38:59', '2018-06-11 06:38:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:38:59', '2018-06-11 06:38:59', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(910, 1, '2018-06-11 06:37:25', '2018-06-11 06:37:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:37:25', '2018-06-11 06:37:25', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(909, 1, '2018-06-11 06:35:48', '2018-06-11 06:35:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Main Prdoduct', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 06:35:48', '2018-06-11 06:35:48', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(912, 1, '2018-06-11 06:44:08', '2018-06-11 06:44:08', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\n\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\n\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\n<h1><span style="color: #ffffff;">Cotton</span></h1>\n\n[/tm_pb_slide]\n\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row]', 'Main Product Full Width Slider Image', '', 'publish', 'closed', 'closed', '', 'main-product-full-width-slider-image', '', '', '2018-06-11 06:44:08', '2018-06-11 06:44:08', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/main-product-full-width-slider-image/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(913, 1, '2018-06-11 06:59:03', '2018-06-11 06:59:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'publish', 'closed', 'closed', '', 'crewneck-cotton', '', '', '2018-06-19 04:00:52', '2018-06-19 04:00:52', '', 0, 'https://seis.my/feelgroup/?page_id=913', 0, 'page', '', 0),
(914, 1, '2018-06-11 06:48:30', '2018-06-11 06:48:30', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2018-06-11 06:48:30', '2018-06-11 06:48:30', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(915, 1, '2018-06-11 06:48:42', '2018-06-11 06:48:42', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2018-06-11 06:48:42', '2018-06-11 06:48:42', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(916, 1, '2018-06-11 06:48:57', '2018-06-11 06:48:57', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2018-06-11 06:48:57', '2018-06-11 06:48:57', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(917, 1, '2018-06-11 06:49:12', '2018-06-11 06:49:12', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2018-06-11 06:49:12', '2018-06-11 06:49:12', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(918, 1, '2018-06-11 06:49:27', '2018-06-11 06:49:27', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2018-06-11 06:49:27', '2018-06-11 06:49:27', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(919, 1, '2018-06-11 06:49:39', '2018-06-11 06:49:39', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2018-06-11 06:49:39', '2018-06-11 06:49:39', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(920, 1, '2018-06-11 06:49:43', '2018-06-11 06:49:43', '', 'BREATHABLE', '', 'inherit', 'open', 'closed', '', 'breathable', '', '', '2018-06-11 06:49:43', '2018-06-11 06:49:43', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg', 0, 'attachment', 'image/jpeg', 0),
(921, 1, '2018-06-11 06:49:48', '2018-06-11 06:49:48', '', 'BUDGETPRINTING', '', 'inherit', 'open', 'closed', '', 'budgetprinting', '', '', '2018-06-11 06:49:48', '2018-06-11 06:49:48', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg', 0, 'attachment', 'image/jpeg', 0),
(922, 1, '2018-06-11 06:50:06', '2018-06-11 06:50:06', '', 'CREWNECKCOTTON', '', 'inherit', 'open', 'closed', '', 'crewneckcotton', '', '', '2018-06-11 06:50:06', '2018-06-11 06:50:06', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg', 0, 'attachment', 'image/jpeg', 0),
(923, 1, '2018-06-11 06:50:14', '2018-06-11 06:50:14', '', 'DURABILITY', '', 'inherit', 'open', 'closed', '', 'durability', '', '', '2018-06-11 06:50:14', '2018-06-11 06:50:14', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg', 0, 'attachment', 'image/jpeg', 0),
(924, 1, '2018-06-11 06:50:18', '2018-06-11 06:50:18', '', 'ENVIROMENTAL', '', 'inherit', 'open', 'closed', '', 'enviromental', '', '', '2018-06-11 06:50:18', '2018-06-11 06:50:18', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ENVIROMENTAL.jpg', 0, 'attachment', 'image/jpeg', 0),
(925, 1, '2018-06-11 06:50:21', '2018-06-11 06:50:21', '', 'SOFTLIGHT', '', 'inherit', 'open', 'closed', '', 'softlight', '', '', '2018-06-11 06:50:21', '2018-06-11 06:50:21', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg', 0, 'attachment', 'image/jpeg', 0),
(926, 1, '2018-06-11 06:59:03', '2018-06-11 06:59:03', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 06:59:03', '2018-06-11 06:59:03', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(927, 1, '2018-06-11 07:01:05', '2018-06-11 07:01:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:01:05', '2018-06-11 07:01:05', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(928, 1, '2018-06-11 07:04:19', '2018-06-11 07:04:19', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:04:19', '2018-06-11 07:04:19', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(929, 1, '2018-06-11 07:06:58', '2018-06-11 07:06:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:06:58', '2018-06-11 07:06:58', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(930, 1, '2018-06-11 07:08:14', '2018-06-11 07:08:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="center" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:08:14', '2018-06-11 07:08:14', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(934, 1, '2018-06-11 07:25:18', '2018-06-11 07:25:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:25:18', '2018-06-11 07:25:18', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(931, 1, '2018-06-11 07:09:40', '2018-06-11 07:09:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:09:40', '2018-06-11 07:09:40', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(932, 1, '2018-06-11 07:11:36', '2018-06-11 07:11:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><strong>Crewneck Cotton</strong></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="150px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:11:36', '2018-06-11 07:11:36', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(933, 1, '2018-06-11 07:23:12', '2018-06-11 07:23:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:23:12', '2018-06-11 07:23:12', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(935, 1, '2018-06-11 07:26:47', '2018-06-11 07:26:47', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:26:47', '2018-06-11 07:26:47', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(936, 1, '2018-06-11 07:30:22', '2018-06-11 07:30:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 07:30:22', '2018-06-11 07:30:22', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(938, 3, '2018-06-11 09:17:22', '2018-06-11 09:17:22', '[tm_pb_section fullwidth="off" specialty="off" admin_label="Section" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" /][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\n<h1><span style="color: #ffffff;">Cotton</span></h1>\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n<h2><strong>Crewneck Cotton</strong></h2>\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\n\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\n\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\n\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\n\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\n\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-autosave-v1', '', '', '2018-06-11 09:17:22', '2018-06-11 09:17:22', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-autosave-v1/', 0, 'revision', '', 0),
(939, 3, '2018-06-11 08:15:11', '2018-06-11 08:15:11', '', 'CREWNECKCOTTON_new', '', 'inherit', 'open', 'closed', '', 'crewneckcotton_new', '', '', '2018-06-11 08:15:11', '2018-06-11 08:15:11', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON_new.jpg', 0, 'attachment', 'image/jpeg', 0),
(940, 1, '2018-06-11 08:22:50', '2018-06-11 08:22:50', '{\n    "custom_css[monstroid2-child]": {\n        "value": "@media (min-width: 1200px) {\\n.page-id-913 .tm_pb_slider_0 .tm_pb_slide {\\nheight: 800px !important;\\n}}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-11 08:22:50"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd317b605-7dec-400d-b03a-168c2c6d9572', '', '', '2018-06-11 08:22:50', '2018-06-11 08:22:50', '', 0, 'https://seis.my/feelgroup/2018/06/11/d317b605-7dec-400d-b03a-168c2c6d9572/', 0, 'customize_changeset', '', 0),
(941, 1, '2018-06-11 08:22:50', '2018-06-11 08:22:50', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\n.isStuck#main-menu > li.current_page_item > a {\n    color: #2e92d1 !important;\n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\n	padding: 0 0 0}\n\n/*19-6-2018 --- Home page > Number counter module (Increase the width from 150 to 200 to fit in the numbering) */\n#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent-value {\n	width : 200px;\n}\n\n/*19-6-2018 --- Slightly remove the padding top header menu from 70 to 15 only, () */\n.site-header:not(.style-5) .header-container.transparent {\n	padding : 15px 0;\n}', 'monstroid2-child', '', 'publish', 'closed', 'closed', '', 'monstroid2-child', '', '', '2018-06-19 02:26:05', '2018-06-19 02:26:05', '', 0, 'https://seis.my/feelgroup/2018/06/11/monstroid2-child/', 0, 'custom_css', '', 0),
(942, 1, '2018-06-11 08:22:50', '2018-06-11 08:22:50', '@media (min-width: 1200px) {\n.page-id-913 .tm_pb_slider_0 .tm_pb_slide {\nheight: 800px !important;\n}}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-11 08:22:50', '2018-06-11 08:22:50', '', 941, 'https://seis.my/feelgroup/2018/06/11/941-revision-v1/', 0, 'revision', '', 0),
(946, 1, '2018-06-11 09:01:28', '2018-06-11 09:01:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:01:28', '2018-06-11 09:01:28', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(943, 1, '2018-06-11 08:57:05', '2018-06-11 08:57:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||" bottom_padding="80px"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 08:57:05', '2018-06-11 08:57:05', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(945, 1, '2018-06-11 09:00:07', '2018-06-11 09:00:07', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||" top_padding="-80px"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:00:07', '2018-06-11 09:00:07', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(947, 1, '2018-06-11 09:03:25', '2018-06-11 09:03:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:03:25', '2018-06-11 09:03:25', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(948, 3, '2018-06-11 09:17:24', '2018-06-11 09:17:24', '[tm_pb_section fullwidth="off" specialty="off" admin_label="Section" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:17:24', '2018-06-11 09:17:24', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(951, 1, '2018-06-11 09:33:31', '2018-06-11 09:33:31', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:33:31', '2018-06-11 09:33:31', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(949, 3, '2018-06-11 09:18:44', '2018-06-11 09:18:44', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="100px||100px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:18:44', '2018-06-11 09:18:44', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(950, 1, '2018-06-11 09:30:47', '2018-06-11 09:30:47', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:30:47', '2018-06-11 09:30:47', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(952, 1, '2018-06-11 09:39:23', '2018-06-11 09:39:23', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur. Eos cu omnes integre fuisset. Has utinam delicatissimi ei. Usu et eius habeo, eum te nusquam tractatos.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:39:23', '2018-06-11 09:39:23', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(953, 1, '2018-06-11 09:41:52', '2018-06-11 09:41:52', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur. Eos cu omnes integre fuisset. Has utinam delicatissimi ei. Usu et eius habeo, eum te nusquam tractatos</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:41:52', '2018-06-11 09:41:52', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(954, 1, '2018-06-11 09:46:58', '2018-06-11 09:46:58', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="left" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:46:58', '2018-06-11 09:46:58', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(955, 1, '2018-06-11 09:49:27', '2018-06-11 09:49:27', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:49:27', '2018-06-11 09:49:27', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(956, 1, '2018-06-11 09:52:14', '2018-06-11 09:52:14', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="#1e73be" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:52:14', '2018-06-11 09:52:14', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(959, 1, '2018-06-11 09:59:48', '2018-06-11 09:59:48', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:59:48', '2018-06-11 09:59:48', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(957, 1, '2018-06-11 09:55:50', '2018-06-11 09:55:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:55:50', '2018-06-11 09:55:50', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(958, 1, '2018-06-11 09:57:55', '2018-06-11 09:57:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 09:57:55', '2018-06-11 09:57:55', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(960, 1, '2018-06-11 10:01:34', '2018-06-11 10:01:34', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:01:34', '2018-06-11 10:01:34', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(965, 1, '2018-06-11 10:11:50', '2018-06-11 10:11:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="||5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:11:50', '2018-06-11 10:11:50', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(961, 1, '2018-06-11 10:03:03', '2018-06-11 10:03:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="5px|5px|5px|5px"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:03:03', '2018-06-11 10:03:03', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(962, 1, '2018-06-11 10:04:57', '2018-06-11 10:04:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="5px|5px|5px|5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="5px|5px|5px|5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:04:57', '2018-06-11 10:04:57', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(964, 1, '2018-06-11 10:09:58', '2018-06-11 10:09:58', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="||5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:09:58', '2018-06-11 10:09:58', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(963, 1, '2018-06-11 10:08:16', '2018-06-11 10:08:16', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="||5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:08:16', '2018-06-11 10:08:16', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(966, 1, '2018-06-11 10:13:59', '2018-06-11 10:13:59', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:13:59', '2018-06-11 10:13:59', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(967, 1, '2018-06-11 10:17:40', '2018-06-11 10:17:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px||5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|||5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px||5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:17:40', '2018-06-11 10:17:40', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(969, 1, '2018-06-11 10:24:03', '2018-06-11 10:24:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:24:03', '2018-06-11 10:24:03', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(968, 1, '2018-06-11 10:19:58', '2018-06-11 10:19:58', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|5px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" custom_margin="|5px|5px|"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:19:58', '2018-06-11 10:19:58', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(970, 1, '2018-06-11 10:26:14', '2018-06-11 10:26:14', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:26:14', '2018-06-11 10:26:14', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(971, 1, '2018-06-11 10:28:29', '2018-06-11 10:28:29', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:28:29', '2018-06-11 10:28:29', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(972, 1, '2018-06-11 10:30:22', '2018-06-11 10:30:22', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:30:22', '2018-06-11 10:30:22', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(1124, 1, '2018-06-13 05:59:43', '2018-06-13 05:59:43', '', 'GUIDE', '', 'inherit', 'open', 'closed', '', 'guide', '', '', '2018-06-13 05:59:43', '2018-06-13 05:59:43', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1125, 1, '2018-06-13 05:59:46', '2018-06-13 05:59:46', '', 'MOCKUPTEMPLATE', '', 'inherit', 'open', 'closed', '', 'mockuptemplate', '', '', '2018-06-13 05:59:46', '2018-06-13 05:59:46', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1126, 1, '2018-06-13 06:00:57', '2018-06-13 06:00:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="250px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n<button>Download</button>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 06:00:57', '2018-06-13 06:00:57', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(973, 1, '2018-06-11 10:35:03', '2018-06-11 10:35:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:35:03', '2018-06-11 10:35:03', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(1123, 1, '2018-06-13 05:59:40', '2018-06-13 05:59:40', '', 'COLOR', '', 'inherit', 'open', 'closed', '', 'color', '', '', '2018-06-13 05:59:40', '2018-06-13 05:59:40', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(974, 1, '2018-06-11 10:38:44', '2018-06-11 10:38:44', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:38:44', '2018-06-11 10:38:44', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(979, 1, '2018-06-11 11:02:12', '2018-06-11 11:02:12', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 11:02:12', '2018-06-11 11:02:12', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(975, 1, '2018-06-11 10:39:55', '2018-06-11 10:39:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p><strong></p>\r\n<p>\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p></strong><strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathtable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 10:39:55', '2018-06-11 10:39:55', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(976, 1, '2018-06-11 10:45:10', '2018-06-11 10:45:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 10:45:10', '2018-06-11 10:45:10', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(1127, 1, '2018-06-13 06:04:04', '2018-06-13 06:04:04', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" /][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 06:04:04', '2018-06-13 06:04:04', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(977, 1, '2018-06-11 10:52:21', '2018-06-11 10:52:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 10:52:21', '2018-06-11 10:52:21', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(978, 1, '2018-06-11 10:55:33', '2018-06-11 10:55:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-11 10:55:33', '2018-06-11 10:55:33', '', 868, 'https://seis.my/feelgroup/2018/06/11/868-revision-v1/', 0, 'revision', '', 0),
(1122, 1, '2018-06-13 05:55:38', '2018-06-13 05:55:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 05:55:38', '2018-06-13 05:55:38', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(980, 1, '2018-06-11 13:17:15', '2018-06-11 13:17:15', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="200px||200px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Environmental Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENVIROMENTAL.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 13:17:15', '2018-06-11 13:17:15', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(981, 1, '2018-06-11 13:18:11', '2018-06-11 13:18:11', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="300px||300px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Environmental Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENVIROMENTAL.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 13:18:11', '2018-06-11 13:18:11', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(982, 1, '2018-06-11 13:18:49', '2018-06-11 13:18:49', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="300px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Environmental Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENVIROMENTAL.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-11 13:18:49', '2018-06-11 13:18:49', '', 913, 'https://seis.my/feelgroup/2018/06/11/913-revision-v1/', 0, 'revision', '', 0),
(983, 1, '2018-06-12 01:44:42', '2018-06-12 01:44:42', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'publish', 'closed', 'closed', '', 'enzyme-cotton', '', '', '2018-06-19 03:57:15', '2018-06-19 03:57:15', '', 0, 'https://seis.my/feelgroup/?page_id=983', 0, 'page', '', 0);
INSERT INTO `wpag_posts` VALUES
(995, 1, '2018-06-12 01:44:42', '2018-06-12 01:44:42', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft & Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth & heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-12 01:44:42', '2018-06-12 01:44:42', '', 983, 'https://seis.my/feelgroup/2018/06/12/983-revision-v1/', 0, 'revision', '', 0),
(984, 1, '2018-06-12 01:29:50', '2018-06-12 01:29:50', '', '1', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2018-06-12 01:29:50', '2018-06-12 01:29:50', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(985, 1, '2018-06-12 01:30:58', '2018-06-12 01:30:58', '', '2', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2018-06-12 01:30:58', '2018-06-12 01:30:58', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(986, 1, '2018-06-12 01:32:06', '2018-06-12 01:32:06', '', '3', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2018-06-12 01:32:06', '2018-06-12 01:32:06', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(987, 1, '2018-06-12 01:33:03', '2018-06-12 01:33:03', '', '4', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2018-06-12 01:33:03', '2018-06-12 01:33:03', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(988, 1, '2018-06-12 01:34:07', '2018-06-12 01:34:07', '', '5', '', 'inherit', 'open', 'closed', '', '5-2', '', '', '2018-06-12 01:34:07', '2018-06-12 01:34:07', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(989, 1, '2018-06-12 01:34:57', '2018-06-12 01:34:57', '', '6', '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2018-06-12 01:34:57', '2018-06-12 01:34:57', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(990, 1, '2018-06-12 01:35:37', '2018-06-12 01:35:37', '', 'BREATHABLE', '', 'inherit', 'open', 'closed', '', 'breathable-2', '', '', '2018-06-12 01:35:37', '2018-06-12 01:35:37', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(991, 1, '2018-06-12 01:35:48', '2018-06-12 01:35:48', '', 'DURABILITY', '', 'inherit', 'open', 'closed', '', 'durability-2', '', '', '2018-06-12 01:35:48', '2018-06-12 01:35:48', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(992, 1, '2018-06-12 01:36:25', '2018-06-12 01:36:25', '', 'ENZYMECOTTON', '', 'inherit', 'open', 'closed', '', 'enzymecotton-2', '', '', '2018-06-12 01:36:25', '2018-06-12 01:36:25', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(993, 1, '2018-06-12 01:37:06', '2018-06-12 01:37:06', '', 'S.PRINTING.F', '', 'inherit', 'open', 'closed', '', 's-printing-f', '', '', '2018-06-12 01:37:06', '2018-06-12 01:37:06', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg', 0, 'attachment', 'image/jpeg', 0),
(994, 1, '2018-06-12 01:37:23', '2018-06-12 01:37:23', '', 'SOFTCELLULAR', '', 'inherit', 'open', 'closed', '', 'softcellular', '', '', '2018-06-12 01:37:23', '2018-06-12 01:37:23', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg', 0, 'attachment', 'image/jpeg', 0),
(996, 1, '2018-06-12 01:49:51', '2018-06-12 01:49:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 01:49:51', '2018-06-12 01:49:51', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(997, 1, '2018-06-12 02:03:03', '2018-06-12 02:03:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Polo</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Polo</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'publish', 'closed', 'closed', '', 'polo', '', '', '2018-06-19 04:04:05', '2018-06-19 04:04:05', '', 0, 'https://seis.my/feelgroup/?page_id=997', 0, 'page', '', 0),
(1001, 1, '2018-06-12 01:55:59', '2018-06-12 01:55:59', '', '3', '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2018-06-12 01:55:59', '2018-06-12 01:55:59', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1002, 1, '2018-06-12 01:57:12', '2018-06-12 01:57:12', '', '4', '', 'inherit', 'open', 'closed', '', '4-3', '', '', '2018-06-12 01:57:12', '2018-06-12 01:57:12', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1003, 1, '2018-06-12 01:58:18', '2018-06-12 01:58:18', '', '5', '', 'inherit', 'open', 'closed', '', '5-3', '', '', '2018-06-12 01:58:18', '2018-06-12 01:58:18', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1004, 1, '2018-06-12 01:58:50', '2018-06-12 01:58:50', '', '6', '', 'inherit', 'open', 'closed', '', '6-3', '', '', '2018-06-12 01:58:50', '2018-06-12 01:58:50', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1005, 1, '2018-06-12 01:59:01', '2018-06-12 01:59:01', '', 'BREATHABLE', '', 'inherit', 'open', 'closed', '', 'breathable-3', '', '', '2018-06-12 01:59:01', '2018-06-12 01:59:01', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(998, 1, '2018-06-12 01:52:16', '2018-06-12 01:52:16', '', 'POLO', '', 'inherit', 'open', 'closed', '', 'polo-3', '', '', '2018-06-12 01:52:16', '2018-06-12 01:52:16', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(999, 1, '2018-06-12 01:54:04', '2018-06-12 01:54:04', '', '1', '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2018-06-12 01:54:04', '2018-06-12 01:54:04', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1000, 1, '2018-06-12 01:55:07', '2018-06-12 01:55:07', '', '2', '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2018-06-12 01:55:07', '2018-06-12 01:55:07', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1006, 1, '2018-06-12 01:59:18', '2018-06-12 01:59:18', '', 'DURABILITY', '', 'inherit', 'open', 'closed', '', 'durability-3', '', '', '2018-06-12 01:59:18', '2018-06-12 01:59:18', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1007, 1, '2018-06-12 01:59:37', '2018-06-12 01:59:37', '', 'EMBROIDERY.F', '', 'inherit', 'open', 'closed', '', 'embroidery-f', '', '', '2018-06-12 01:59:37', '2018-06-12 01:59:37', '', 997, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg', 0, 'attachment', 'image/jpeg', 0),
(1008, 1, '2018-06-12 02:03:03', '2018-06-12 02:03:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="300px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-12 02:03:03', '2018-06-12 02:03:03', '', 997, 'https://seis.my/feelgroup/2018/06/12/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1009, 1, '2018-06-12 02:06:03', '2018-06-12 02:06:03', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 02:06:03', '2018-06-12 02:06:03', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1010, 1, '2018-06-12 02:25:55', '2018-06-12 02:25:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness &amp; clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'publish', 'closed', 'closed', '', 'dri-fit', '', '', '2018-06-19 04:08:01', '2018-06-19 04:08:01', '', 0, 'https://seis.my/feelgroup/?page_id=1010', 0, 'page', '', 0),
(1011, 1, '2018-06-12 02:11:16', '2018-06-12 02:11:16', '', 'DRIFIT', '', 'inherit', 'open', 'closed', '', 'drifit-2', '', '', '2018-06-12 02:11:16', '2018-06-12 02:11:16', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1016, 1, '2018-06-12 02:19:37', '2018-06-12 02:19:37', '', '1', '', 'inherit', 'open', 'closed', '', '1-4', '', '', '2018-06-12 02:19:37', '2018-06-12 02:19:37', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1012, 1, '2018-06-12 02:14:07', '2018-06-12 02:14:07', '', 'DRYTEC', '', 'inherit', 'open', 'closed', '', 'drytec', '', '', '2018-06-12 02:14:07', '2018-06-12 02:14:07', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg', 0, 'attachment', 'image/jpeg', 0),
(1013, 1, '2018-06-12 02:14:42', '2018-06-12 02:14:42', '', 'FLEXIBLE', '', 'inherit', 'open', 'closed', '', 'flexible', '', '', '2018-06-12 02:14:42', '2018-06-12 02:14:42', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1014, 1, '2018-06-12 02:15:12', '2018-06-12 02:15:12', '', 'PRINTING.F', '', 'inherit', 'open', 'closed', '', 'printing-f', '', '', '2018-06-12 02:15:12', '2018-06-12 02:15:12', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg', 0, 'attachment', 'image/jpeg', 0),
(1015, 1, '2018-06-12 02:15:42', '2018-06-12 02:15:42', '', 'WINDFEEL', '', 'inherit', 'open', 'closed', '', 'windfeel', '', '', '2018-06-12 02:15:42', '2018-06-12 02:15:42', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg', 0, 'attachment', 'image/jpeg', 0),
(1017, 1, '2018-06-12 02:21:14', '2018-06-12 02:21:14', '', '2', '', 'inherit', 'open', 'closed', '', '2-4', '', '', '2018-06-12 02:21:14', '2018-06-12 02:21:14', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1018, 1, '2018-06-12 02:22:09', '2018-06-12 02:22:09', '', '3', '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2018-06-12 02:22:09', '2018-06-12 02:22:09', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1019, 1, '2018-06-12 02:23:14', '2018-06-12 02:23:14', '', '4', '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2018-06-12 02:23:14', '2018-06-12 02:23:14', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1020, 1, '2018-06-12 02:24:12', '2018-06-12 02:24:12', '', '5', '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2018-06-12 02:24:12', '2018-06-12 02:24:12', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1021, 1, '2018-06-12 02:24:32', '2018-06-12 02:24:32', '', '6', '', 'inherit', 'open', 'closed', '', '6-4', '', '', '2018-06-12 02:24:32', '2018-06-12 02:24:32', '', 1010, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1032, 1, '2018-06-12 02:42:57', '2018-06-12 02:42:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="300px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="300px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness & clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-12 02:42:57', '2018-06-12 02:42:57', '', 1010, 'https://seis.my/feelgroup/2018/06/12/1010-revision-v1/', 0, 'revision', '', 0),
(1022, 1, '2018-06-12 02:25:55', '2018-06-12 02:25:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="300px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="300px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness & clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-12 02:25:55', '2018-06-12 02:25:55', '', 1010, 'https://seis.my/feelgroup/2018/06/12/1010-revision-v1/', 0, 'revision', '', 0),
(1023, 1, '2018-06-17 07:41:05', '2018-06-17 07:41:05', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Dri-Fit</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\n\n<p>\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\n\n<p>\nHigh degree of stretching capabilities coupled with a sporty texture.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\n\n<p>\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\n\n<p>\nOptimum quality printing with sufficient printing sharpness &amp; clarity.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p>\n&nbsp;</p>\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\n<p><strong> </strong></p>\n<p>&nbsp;</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n<p></p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-autosave-v1', '', '', '2018-06-17 07:41:05', '2018-06-17 07:41:05', '', 1010, 'https://seis.my/feelgroup/2018/06/12/1010-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1024, 1, '2018-06-12 02:28:12', '2018-06-12 02:28:12', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="300px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="300px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness & clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-12 02:28:12', '2018-06-12 02:28:12', '', 1010, 'https://seis.my/feelgroup/2018/06/12/1010-revision-v1/', 0, 'revision', '', 0),
(1025, 1, '2018-06-12 02:39:43', '2018-06-12 02:39:43', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Jersey</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\r\n\r\n<p>\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'publish', 'closed', 'closed', '', 'jersey', '', '', '2018-06-19 04:13:52', '2018-06-19 04:13:52', '', 0, 'https://seis.my/feelgroup/?page_id=1025', 0, 'page', '', 0),
(1026, 1, '2018-06-12 02:33:22', '2018-06-12 02:33:22', '', 'JERSEY', '', 'inherit', 'open', 'closed', '', 'jersey-2', '', '', '2018-06-12 02:33:22', '2018-06-12 02:33:22', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1027, 1, '2018-06-12 02:37:48', '2018-06-12 02:37:48', '', 'SMOOTH', '', 'inherit', 'open', 'closed', '', 'smooth', '', '', '2018-06-12 02:37:48', '2018-06-12 02:37:48', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg', 0, 'attachment', 'image/jpeg', 0),
(1028, 1, '2018-06-12 02:38:16', '2018-06-12 02:38:16', '', 'S.EMBROIDERY.F', '', 'inherit', 'open', 'closed', '', 's-embroidery-f', '', '', '2018-06-12 02:38:16', '2018-06-12 02:38:16', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1029, 1, '2018-06-12 02:39:43', '2018-06-12 02:39:43', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Jersey</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="300px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="300px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="300px"]\r\n\r\n<p>\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-12 02:39:43', '2018-06-12 02:39:43', '', 1025, 'https://seis.my/feelgroup/2018/06/12/1025-revision-v1/', 0, 'revision', '', 0),
(1030, 1, '2018-06-12 02:41:09', '2018-06-12 02:41:09', '', '1', '', 'inherit', 'open', 'closed', '', '1-5', '', '', '2018-06-12 02:41:09', '2018-06-12 02:41:09', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1031, 1, '2018-06-12 02:42:16', '2018-06-12 02:42:16', '', '2', '', 'inherit', 'open', 'closed', '', '2-5', '', '', '2018-06-12 02:42:16', '2018-06-12 02:42:16', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1033, 1, '2018-06-12 02:43:10', '2018-06-12 02:43:10', '', '3', '', 'inherit', 'open', 'closed', '', '3-5', '', '', '2018-06-12 02:43:10', '2018-06-12 02:43:10', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1035, 1, '2018-06-12 02:44:21', '2018-06-12 02:44:21', '', '4', '', 'inherit', 'open', 'closed', '', '4-5', '', '', '2018-06-12 02:44:21', '2018-06-12 02:44:21', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1036, 1, '2018-06-12 02:45:20', '2018-06-12 02:45:20', '', '5', '', 'inherit', 'open', 'closed', '', '5-5', '', '', '2018-06-12 02:45:20', '2018-06-12 02:45:20', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1037, 1, '2018-06-12 02:46:18', '2018-06-12 02:46:18', '', '6', '', 'inherit', 'open', 'closed', '', '6-5', '', '', '2018-06-12 02:46:18', '2018-06-12 02:46:18', '', 1025, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1038, 1, '2018-06-12 02:47:35', '2018-06-12 02:47:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Jersey</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="300px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="300px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="300px"]\r\n\r\n<p>\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="300px"]\r\n\r\n<p>\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-12 02:47:35', '2018-06-12 02:47:35', '', 1025, 'https://seis.my/feelgroup/2018/06/12/1025-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1039, 1, '2018-06-12 03:09:53', '2018-06-12 03:09:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 03:09:53', '2018-06-12 03:09:53', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1040, 1, '2018-06-12 03:20:56', '2018-06-12 03:20:56', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\n<p>\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\n<p>\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'publish', 'closed', 'closed', '', 'weighty-hoody', '', '', '2018-06-19 04:18:55', '2018-06-19 04:18:55', '', 0, 'https://seis.my/feelgroup/?page_id=1040', 0, 'page', '', 0),
(1049, 1, '2018-06-12 03:18:59', '2018-06-12 03:18:59', '', '5', '', 'inherit', 'open', 'closed', '', '5-6', '', '', '2018-06-12 03:18:59', '2018-06-12 03:18:59', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1050, 1, '2018-06-12 03:19:21', '2018-06-12 03:19:21', '', '6', '', 'inherit', 'open', 'closed', '', '6-6', '', '', '2018-06-12 03:19:21', '2018-06-12 03:19:21', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1051, 1, '2018-06-12 03:20:56', '2018-06-12 03:20:56', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="300px"]\r\n\r\n<p>\r\nSoft & comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="300px"]\r\n\r\n<p>\r\nThicker & heavier material 280g/m2 suitable for cold & windy climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="300px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-12 03:20:56', '2018-06-12 03:20:56', '', 1040, 'https://seis.my/feelgroup/2018/06/12/1040-revision-v1/', 0, 'revision', '', 0),
(1041, 1, '2018-06-12 03:12:41', '2018-06-12 03:12:41', '', 'WEIGHTYHOODY', '', 'inherit', 'open', 'closed', '', 'weightyhoody-2', '', '', '2018-06-12 03:12:41', '2018-06-12 03:12:41', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1048, 1, '2018-06-12 03:18:32', '2018-06-12 03:18:32', '', '4', '', 'inherit', 'open', 'closed', '', '4-6', '', '', '2018-06-12 03:18:32', '2018-06-12 03:18:32', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1042, 1, '2018-06-12 03:14:36', '2018-06-12 03:14:36', '', 'STYLISH', '', 'inherit', 'open', 'closed', '', 'stylish', '', '', '2018-06-12 03:14:36', '2018-06-12 03:14:36', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg', 0, 'attachment', 'image/jpeg', 0),
(1043, 1, '2018-06-12 03:14:50', '2018-06-12 03:14:50', '', 'FLEECY', '', 'inherit', 'open', 'closed', '', 'fleecy', '', '', '2018-06-12 03:14:50', '2018-06-12 03:14:50', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1045, 1, '2018-06-12 03:17:06', '2018-06-12 03:17:06', '', '1', '', 'inherit', 'open', 'closed', '', '1-6', '', '', '2018-06-12 03:17:06', '2018-06-12 03:17:06', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1044, 1, '2018-06-12 03:15:08', '2018-06-12 03:15:08', '', 'HEAVY', '', 'inherit', 'open', 'closed', '', 'heavy', '', '', '2018-06-12 03:15:08', '2018-06-12 03:15:08', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1046, 1, '2018-06-12 03:17:33', '2018-06-12 03:17:33', '', '2', '', 'inherit', 'open', 'closed', '', '2-6', '', '', '2018-06-12 03:17:33', '2018-06-12 03:17:33', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1047, 1, '2018-06-12 03:18:01', '2018-06-12 03:18:01', '', '3', '', 'inherit', 'open', 'closed', '', '3-6', '', '', '2018-06-12 03:18:01', '2018-06-12 03:18:01', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1053, 1, '2018-06-12 04:15:55', '2018-06-12 04:15:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\n\n<h1 style="text-align: center;"><span style="color: #ffffff;">Weighty</span></h1>\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Weighty Hoody</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="300px"]\n\n<p>\nSoft & comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="300px"]\n\n<p>\nThicker & heavier material 280g/m2 suitable for cold & windy climate conditions.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="300px"]\n\n<p>\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p>\n&nbsp;</p>\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\n<p>&nbsp;</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\n\n<p>\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\n\n<p>\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\n\n<p>\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-autosave-v1', '', '', '2018-06-12 04:15:55', '2018-06-12 04:15:55', '', 1040, 'https://seis.my/feelgroup/2018/06/12/1040-autosave-v1/', 0, 'revision', '', 0),
(1054, 1, '2018-06-12 04:16:08', '2018-06-12 04:16:08', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="300px"]\r\n\r\n<p>\r\nSoft & comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="300px"]\r\n\r\n<p>\r\nThicker & heavier material 280g/m2 suitable for cold & windy climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="300px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-12 04:16:08', '2018-06-12 04:16:08', '', 1040, 'https://seis.my/feelgroup/2018/06/12/1040-revision-v1/', 0, 'revision', '', 0),
(1055, 1, '2018-06-12 05:29:28', '2018-06-12 05:29:28', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Wind Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'publish', 'closed', 'closed', '', 'wind-hoody', '', '', '2018-06-19 04:15:52', '2018-06-19 04:15:52', '', 0, 'https://seis.my/feelgroup/?page_id=1055', 0, 'page', '', 0),
(1056, 1, '2018-06-12 05:16:35', '2018-06-12 05:16:35', '', 'WINDHOODY', '', 'inherit', 'open', 'closed', '', 'windhoody-2', '', '', '2018-06-12 05:16:35', '2018-06-12 05:16:35', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1057, 1, '2018-06-12 05:23:32', '2018-06-12 05:23:32', '', 'LIGHT', '', 'inherit', 'open', 'closed', '', 'light', '', '', '2018-06-12 05:23:32', '2018-06-12 05:23:32', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg', 0, 'attachment', 'image/jpeg', 0),
(1058, 1, '2018-06-12 05:25:31', '2018-06-12 05:25:31', '', '1', '', 'inherit', 'open', 'closed', '', '1-7', '', '', '2018-06-12 05:25:31', '2018-06-12 05:25:31', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1059, 1, '2018-06-12 05:26:17', '2018-06-12 05:26:17', '', '2', '', 'inherit', 'open', 'closed', '', '2-7', '', '', '2018-06-12 05:26:17', '2018-06-12 05:26:17', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1060, 1, '2018-06-12 05:26:46', '2018-06-12 05:26:46', '', '3', '', 'inherit', 'open', 'closed', '', '3-7', '', '', '2018-06-12 05:26:46', '2018-06-12 05:26:46', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1061, 1, '2018-06-12 05:27:35', '2018-06-12 05:27:35', '', '4', '', 'inherit', 'open', 'closed', '', '4-7', '', '', '2018-06-12 05:27:35', '2018-06-12 05:27:35', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1062, 1, '2018-06-12 05:27:51', '2018-06-12 05:27:51', '', '5', '', 'inherit', 'open', 'closed', '', '5-7', '', '', '2018-06-12 05:27:51', '2018-06-12 05:27:51', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(1063, 1, '2018-06-12 05:28:03', '2018-06-12 05:28:03', '', '6', '', 'inherit', 'open', 'closed', '', '6-7', '', '', '2018-06-12 05:28:03', '2018-06-12 05:28:03', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1064, 1, '2018-06-12 05:29:28', '2018-06-12 05:29:28', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Wind</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Wind Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture & heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nThinner & lighter material 170g/m2 suitable for hot & warmer climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="300px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-12 05:29:28', '2018-06-12 05:29:28', '', 1055, 'https://seis.my/feelgroup/2018/06/12/1055-revision-v1/', 0, 'revision', '', 0),
(1065, 1, '2018-06-12 05:37:51', '2018-06-12 05:37:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 05:37:51', '2018-06-12 05:37:51', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1066, 1, '2018-06-12 05:40:06', '2018-06-12 05:40:06', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1066', 2, 'nav_menu_item', '', 0),
(1069, 1, '2018-06-12 06:14:17', '2018-06-12 06:14:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:14:17', '2018-06-12 06:14:17', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1068, 1, '2018-06-12 06:10:12', '2018-06-12 06:10:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:10:12', '2018-06-12 06:10:12', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1070, 1, '2018-06-12 06:17:01', '2018-06-12 06:17:01', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:17:01', '2018-06-12 06:17:01', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1073, 1, '2018-06-12 06:23:54', '2018-06-12 06:23:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:23:54', '2018-06-12 06:23:54', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1071, 1, '2018-06-12 06:19:35', '2018-06-12 06:19:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n<h1><span style="color: #ffffff;"> </span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:19:35', '2018-06-12 06:19:35', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1072, 1, '2018-06-12 06:21:23', '2018-06-12 06:21:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:21:23', '2018-06-12 06:21:23', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1074, 1, '2018-06-12 06:28:44', '2018-06-12 06:28:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-12 06:28:44', '2018-06-12 06:28:44', '', 868, 'https://seis.my/feelgroup/2018/06/12/868-revision-v1/', 0, 'revision', '', 0),
(1076, 1, '2018-06-13 03:41:14', '2018-06-13 03:41:14', '', 'A', '', 'inherit', 'open', 'closed', '', 'a', '', '', '2018-06-13 03:41:14', '2018-06-13 03:41:14', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png', 0, 'attachment', 'image/png', 0),
(1077, 1, '2018-06-13 03:41:19', '2018-06-13 03:41:19', '', 'B', '', 'inherit', 'open', 'closed', '', 'b', '', '', '2018-06-13 03:41:19', '2018-06-13 03:41:19', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png', 0, 'attachment', 'image/png', 0),
(1078, 1, '2018-06-13 03:41:23', '2018-06-13 03:41:23', '', 'C', '', 'inherit', 'open', 'closed', '', 'c', '', '', '2018-06-13 03:41:23', '2018-06-13 03:41:23', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png', 0, 'attachment', 'image/png', 0),
(1113, 1, '2018-06-13 05:36:42', '2018-06-13 05:36:42', '', 'RUNIFPOSSIBLE', '', 'inherit', 'open', 'closed', '', 'runifpossible', '', '', '2018-06-13 05:36:42', '2018-06-13 05:36:42', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1115, 1, '2018-06-13 05:36:58', '2018-06-13 05:36:58', '', 'YAMAHA-SEA-GAME', '', 'inherit', 'open', 'closed', '', 'yamaha-sea-game', '', '', '2018-06-13 05:36:58', '2018-06-13 05:36:58', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg', 0, 'attachment', 'image/jpeg', 0),
(1087, 1, '2018-06-13 03:45:39', '2018-06-13 03:45:39', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="BETTER PRICING" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/wallet.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWith free shipping and competitive pricing, we provide our high-quality products for a price and standard unmatched anywhere.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="DESIGN REVIEW AND REPAIR" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/04/shirt.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="200px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USM.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 03:45:39', '2018-06-13 03:45:39', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1088, 1, '2018-06-13 03:52:58', '2018-06-13 03:52:58', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USM.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 03:52:58', '2018-06-13 03:52:58', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1089, 1, '2018-06-19 10:08:02', '2018-06-19 10:08:02', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\n\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\n\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\n\n<h4 style="text-transform: none;"><strong>WHY SHOULD YOU CHOOSE US?</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<p>\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<p>\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<p>\nWe want you to have that overall exclusive t- shirt design, which will not only bring your message across, but also remain contemporary.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\n\n<h4><strong>Trusted By</strong></h4>\n<p>more than 400 universities, colleges &amp; companies.</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\n\n<p>\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item]</p>\n\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\n\n<h4><strong>Design Highlight</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\n\n<h4 id="testimonial"><strong>Testimonials</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\n\n</p>\n\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\n\n</p>\n\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\n\n<h4><strong>Instagram Feeds</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<p>\n[wdi_feed id="1"]</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-autosave-v1', '', '', '2018-06-19 10:08:02', '2018-06-19 10:08:02', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1093, 1, '2018-06-13 04:21:42', '2018-06-13 04:21:42', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n<p>[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 04:21:42', '2018-06-13 04:21:42', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1092, 1, '2018-06-13 04:18:26', '2018-06-13 04:18:26', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="left" animation="top" text_orientation="left" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 04:18:26', '2018-06-13 04:18:26', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1098, 1, '2018-06-13 04:54:32', '2018-06-13 04:54:32', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 04:54:32', '2018-06-13 04:54:32', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1114, 1, '2018-06-13 05:36:50', '2018-06-13 05:36:50', '', 'XCAPE', '', 'inherit', 'open', 'closed', '', 'xcape', '', '', '2018-06-13 05:36:50', '2018-06-13 05:36:50', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1117, 1, '2018-06-13 05:39:10', '2018-06-13 05:39:10', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][/tm_pb_column][tm_pb_column type="1_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:39:10', '2018-06-13 05:39:10', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1095, 1, '2018-06-13 04:27:06', '2018-06-13 04:27:06', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USMLogo.jpg" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 04:27:06', '2018-06-13 04:27:06', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1096, 1, '2018-06-13 04:49:49', '2018-06-13 04:49:49', '', 'PSC', '', 'inherit', 'open', 'closed', '', 'psc-2', '', '', '2018-06-13 04:49:49', '2018-06-13 04:49:49', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png', 0, 'attachment', 'image/png', 0),
(1097, 1, '2018-06-13 04:49:56', '2018-06-13 04:49:56', '', 'usm', '', 'inherit', 'open', 'closed', '', 'usm-2', '', '', '2018-06-13 04:49:56', '2018-06-13 04:49:56', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png', 0, 'attachment', 'image/png', 0),
(1099, 1, '2018-06-13 05:09:35', '2018-06-13 05:09:35', '', 'manchester', '', 'inherit', 'open', 'closed', '', 'manchester-2', '', '', '2018-06-13 05:09:35', '2018-06-13 05:09:35', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png', 0, 'attachment', 'image/png', 0),
(1100, 1, '2018-06-13 05:09:51', '2018-06-13 05:09:51', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:09:51', '2018-06-13 05:09:51', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1101, 1, '2018-06-13 05:17:38', '2018-06-13 05:17:38', '', 'sunway', '', 'inherit', 'open', 'closed', '', 'sunway-2', '', '', '2018-06-13 05:17:38', '2018-06-13 05:17:38', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpag_posts` VALUES
(1102, 1, '2018-06-13 05:17:53', '2018-06-13 05:17:53', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:17:53', '2018-06-13 05:17:53', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1103, 1, '2018-06-13 05:28:15', '2018-06-13 05:28:15', '', 'UNSW', '', 'inherit', 'open', 'closed', '', 'unsw-2', '', '', '2018-06-13 05:28:15', '2018-06-13 05:28:15', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png', 0, 'attachment', 'image/png', 0),
(1104, 1, '2018-06-13 05:28:32', '2018-06-13 05:28:32', '', 'UTAR', '', 'inherit', 'open', 'closed', '', 'utar-2', '', '', '2018-06-13 05:28:32', '2018-06-13 05:28:32', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-1.png', 0, 'attachment', 'image/png', 0),
(1105, 1, '2018-06-13 05:31:52', '2018-06-13 05:31:52', '', 'UTAR', '', 'inherit', 'open', 'closed', '', 'utar-3', '', '', '2018-06-13 05:31:52', '2018-06-13 05:31:52', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png', 0, 'attachment', 'image/png', 0),
(1106, 1, '2018-06-13 05:32:35', '2018-06-13 05:32:35', '', 'UTM', '', 'inherit', 'open', 'closed', '', 'utm', '', '', '2018-06-13 05:32:35', '2018-06-13 05:32:35', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png', 0, 'attachment', 'image/png', 0),
(1107, 1, '2018-06-13 05:32:58', '2018-06-13 05:32:58', '', 'ocbcbank', '', 'inherit', 'open', 'closed', '', 'ocbcbank', '', '', '2018-06-13 05:32:58', '2018-06-13 05:32:58', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png', 0, 'attachment', 'image/png', 0),
(1108, 1, '2018-06-13 05:33:27', '2018-06-13 05:33:27', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p><br></p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Portfolio Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/AC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/ROOSTER_28b861c2-836c-4e6f-8986-7722a44c60eb-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/try-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/RUN-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Run if Possible" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/04/FISH2_9ccbabbb-3aac-4f03-9da2-1a9778606e94-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" alt="Fishing Champion" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:33:27', '2018-06-13 05:33:27', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1109, 1, '2018-06-13 05:36:17', '2018-06-13 05:36:17', '', 'APNC', '', 'inherit', 'open', 'closed', '', 'apnc', '', '', '2018-06-13 05:36:17', '2018-06-13 05:36:17', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg', 0, 'attachment', 'image/jpeg', 0),
(1110, 1, '2018-06-13 05:36:24', '2018-06-13 05:36:24', '', 'ECOTOUR', '', 'inherit', 'open', 'closed', '', 'ecotour', '', '', '2018-06-13 05:36:24', '2018-06-13 05:36:24', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg', 0, 'attachment', 'image/jpeg', 0),
(1111, 1, '2018-06-13 05:36:30', '2018-06-13 05:36:30', '', 'GLOBALLVILLAGE', '', 'inherit', 'open', 'closed', '', 'globallvillage', '', '', '2018-06-13 05:36:30', '2018-06-13 05:36:30', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1112, 1, '2018-06-13 05:36:36', '2018-06-13 05:36:36', '', 'NOGAPS', '', 'inherit', 'open', 'closed', '', 'nogaps', '', '', '2018-06-13 05:36:36', '2018-06-13 05:36:36', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1119, 1, '2018-06-13 05:49:49', '2018-06-13 05:49:49', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:49:49', '2018-06-13 05:49:49', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1118, 1, '2018-06-13 05:43:09', '2018-06-13 05:43:09', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University & Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges & companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p><br></p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\n<p>\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Coffee Cups" number="1000" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e828" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Projects Done" number="74" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e874" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="of Clean Code Written" number="5bln+" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e93e" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_number_counter admin_label="Number Counter" title="Happy Customers" number="147" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8a8" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 05:43:09', '2018-06-13 05:43:09', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1120, 1, '2018-06-13 05:52:52', '2018-06-13 05:52:52', '', 'ENZYMECOTTON', '', 'inherit', 'open', 'closed', '', 'enzymecotton-3', '', '', '2018-06-13 05:52:52', '2018-06-13 05:52:52', '', 868, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1121, 1, '2018-06-13 05:53:20', '2018-06-13 05:53:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-13 05:53:20', '2018-06-13 05:53:20', '', 868, 'https://seis.my/feelgroup/2018/06/13/868-revision-v1/', 0, 'revision', '', 0),
(1128, 1, '2018-06-13 06:10:04', '2018-06-13 06:10:04', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, fabellas sapientem neglegentur cum eu, mea aeque aperiam at. Cu vim dicant malorum consequuntur.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" /][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM & GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 06:10:04', '2018-06-13 06:10:04', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1129, 1, '2018-06-13 06:17:16', '2018-06-13 06:17:16', '', 'UNSW', '', 'inherit', 'open', 'closed', '', 'unsw', '', '', '2018-06-13 06:17:16', '2018-06-13 06:17:16', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.psd', 0, 'attachment', 'application/octet-stream', 0),
(1130, 1, '2018-06-13 08:26:33', '2018-06-13 08:26:33', '', 'test', '', 'inherit', 'open', 'closed', '', 'test', '', '', '2018-06-13 08:26:33', '2018-06-13 08:26:33', '', 913, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd', 0, 'attachment', 'application/octet-stream', 0),
(1132, 1, '2018-06-13 08:59:45', '2018-06-13 08:59:45', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong>\r\n<strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 08:59:45', '2018-06-13 08:59:45', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1131, 1, '2018-06-13 08:57:48', '2018-06-13 08:57:48', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>The popular classic! Cool, basic, affordable, and gets the job done. The contemporary choice that is here to stay for generations to come.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM & GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 08:57:48', '2018-06-13 08:57:48', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1133, 1, '2018-06-13 09:00:34', '2018-06-13 09:00:34', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:00:34', '2018-06-13 09:00:34', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1138, 1, '2018-06-13 09:24:27', '2018-06-13 09:24:27', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:24:27', '2018-06-13 09:24:27', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1134, 1, '2018-06-13 09:15:17', '2018-06-13 09:15:17', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="250px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="250px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="250px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="250px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>The popular classic! Cool, basic, affordable, and gets the job done. The contemporary choice that is here to stay for generations to come.</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:15:17', '2018-06-13 09:15:17', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1135, 1, '2018-06-13 09:17:10', '2018-06-13 09:17:10', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" template_type="row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row]', 'Product Downloads Section', '', 'publish', 'closed', 'closed', '', 'product-downloads-section', '', '', '2018-06-13 09:17:10', '2018-06-13 09:17:10', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/product-downloads-section/', 0, 'tm_pb_layout', '', 0),
(1136, 1, '2018-06-13 09:22:20', '2018-06-13 09:22:20', '', 'Feelgroup-ori', '', 'inherit', 'open', 'closed', '', 'feelgroup-ori', '', '', '2018-06-13 09:22:20', '2018-06-13 09:22:20', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/Feelgroup-ori.png', 0, 'attachment', 'image/png', 0),
(1137, 1, '2018-06-13 09:22:28', '2018-06-13 09:22:28', '', 'Feelgroup-white', '', 'inherit', 'open', 'closed', '', 'feelgroup-white', '', '', '2018-06-13 09:22:28', '2018-06-13 09:22:28', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/Feelgroup-white.png', 0, 'attachment', 'image/png', 0),
(1139, 1, '2018-06-17 06:57:38', '2018-06-17 06:57:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Enzyme Cotton</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\n\n<p>\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\n\n<p>\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\n\n<p>\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\n\n<p>\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p>\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-autosave-v1', '', '', '2018-06-17 06:57:38', '2018-06-17 06:57:38', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1140, 1, '2018-06-13 09:26:12', '2018-06-13 09:26:12', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1><h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>Absorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="300px"]\r\n\r\n<p>Smooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>A tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="300px"]\r\n\r\n<p>Higher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>Making your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>Widest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>Get to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-13 09:26:12', '2018-06-13 09:26:12', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-revision-v1/', 0, 'revision', '', 0),
(1141, 1, '2018-06-13 09:29:07', '2018-06-13 09:29:07', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>Absorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>Smooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>A tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>Higher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>Making your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>Widest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>Get to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-13 09:29:07', '2018-06-13 09:29:07', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-revision-v1/', 0, 'revision', '', 0),
(1142, 1, '2018-06-13 09:32:46', '2018-06-13 09:32:46', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:32:46', '2018-06-13 09:32:46', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1143, 1, '2018-06-13 09:37:49', '2018-06-13 09:37:49', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_text_color="#ffffff" button_bg_color="#1e73be" button_icon="f0ed" button_bg_color_hover="#000000"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:37:49', '2018-06-13 09:37:49', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1274, 1, '2018-06-14 08:30:24', '2018-06-14 08:30:24', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'Main - Sub Product Banner -Pefect', '', 'publish', 'closed', 'closed', '', 'main-sub-product-banner-pefect', '', '', '2018-06-14 08:30:24', '2018-06-14 08:30:24', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/main-sub-product-banner-pefect/', 0, 'tm_pb_layout', '', 0),
(1144, 1, '2018-06-13 09:39:57', '2018-06-13 09:39:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_text_color="#ffffff" button_bg_color="#1e73be" button_icon="f0ed" button_bg_color_hover="#000000"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:39:57', '2018-06-13 09:39:57', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1145, 1, '2018-06-13 09:42:54', '2018-06-13 09:42:54', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="15" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_text_color="#ffffff" button_bg_color="#1e73be" button_icon="f0ed" button_bg_color_hover="#000000"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:42:54', '2018-06-13 09:42:54', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1146, 1, '2018-06-13 09:44:36', '2018-06-13 09:44:36', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="on" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="15" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_text_color="#ffffff" button_bg_color="#1e73be" button_icon="f0ed" button_bg_color_hover="#000000"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 09:44:36', '2018-06-13 09:44:36', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1147, 1, '2018-06-13 09:47:16', '2018-06-13 09:47:16', '', '5', '', 'inherit', 'open', 'closed', '', '5-8', '', '', '2018-06-13 09:47:16', '2018-06-13 09:47:16', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1148, 1, '2018-06-13 09:47:24', '2018-06-13 09:47:24', '', '6', '', 'inherit', 'open', 'closed', '', '6-8', '', '', '2018-06-13 09:47:24', '2018-06-13 09:47:24', '', 983, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1149, 1, '2018-06-13 09:48:10', '2018-06-13 09:48:10', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>Absorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>Smooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>A tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>Higher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>Making your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>Widest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>Get to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-13 09:48:10', '2018-06-13 09:48:10', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1150, 1, '2018-06-19 04:01:31', '2018-06-19 04:01:31', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo\n\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n<h2><strong>Enzyme Cotton</strong></h2>\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\n\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\n\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\n\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n&nbsp;\n\n<strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong>\n\n&nbsp;\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n<h2><strong>Download</strong></h2>\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\nMaking your own design? Grab the FREE mockup template from here.\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\nWidest range of tees color selection you ever wanted!\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\nGet to know more before you drop the order!\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-autosave-v1', '', '', '2018-06-19 04:01:31', '2018-06-19 04:01:31', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-autosave-v1/', 0, 'revision', '', 0),
(1151, 1, '2018-06-13 09:52:42', '2018-06-13 09:52:42', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 09:52:42', '2018-06-13 09:52:42', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0),
(1152, 1, '2018-06-13 09:53:19', '2018-06-13 09:53:19', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 09:53:19', '2018-06-13 09:53:19', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1153, 1, '2018-06-13 09:55:24', '2018-06-13 09:55:24', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_padding="25px|||"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_padding="25px|||"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 09:55:24', '2018-06-13 09:55:24', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0),
(1154, 1, '2018-06-13 09:59:18', '2018-06-13 09:59:18', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="25px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="25px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 09:59:18', '2018-06-13 09:59:18', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0),
(1155, 1, '2018-06-13 10:00:40', '2018-06-13 10:00:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="45px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="45px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 10:00:40', '2018-06-13 10:00:40', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1156, 1, '2018-06-13 10:03:03', '2018-06-13 10:03:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 10:03:03', '2018-06-13 10:03:03', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0),
(1157, 1, '2018-06-13 10:04:24', '2018-06-13 10:04:24', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop" template_type="row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row]', 'Product Download Section - 1', '', 'publish', 'closed', 'closed', '', 'product-download-section-1', '', '', '2018-06-13 10:04:24', '2018-06-13 10:04:24', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/product-download-section-1/', 0, 'tm_pb_layout', '', 0),
(1159, 1, '2018-06-13 10:06:01', '2018-06-13 10:06:01', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 10:06:01', '2018-06-13 10:06:01', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1158, 1, '2018-06-13 10:04:44', '2018-06-13 10:04:44', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Polo</span></h1>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in&nbsp; absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery.  Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-13 10:04:44', '2018-06-13 10:04:44', '', 997, 'https://seis.my/feelgroup/2018/06/13/997-revision-v1/', 0, 'revision', '', 0),
(1160, 1, '2018-06-13 10:07:27', '2018-06-13 10:07:27', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-13 10:07:27', '2018-06-13 10:07:27', '', 913, 'https://seis.my/feelgroup/2018/06/13/913-revision-v1/', 0, 'revision', '', 0),
(1162, 1, '2018-06-13 10:10:06', '2018-06-13 10:10:06', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"] Absorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"] Smooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"] A tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"] Higher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"] <strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong> [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-13 10:10:06', '2018-06-13 10:10:06', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1161, 1, '2018-06-13 10:07:50', '2018-06-13 10:07:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-13 10:07:50', '2018-06-13 10:07:50', '', 983, 'https://seis.my/feelgroup/2018/06/13/983-revision-v1/', 0, 'revision', '', 0),
(1163, 1, '2018-06-13 10:15:35', '2018-06-13 10:15:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dri-Fit</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Dri-Fit</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\nHigh degree of stretching capabilities coupled with a sporty texture.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\r\n\r\nOptimum quality printing with sufficient printing sharpness &amp; clarity.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-13 10:15:35', '2018-06-13 10:15:35', '', 1010, 'https://seis.my/feelgroup/2018/06/13/1010-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1164, 1, '2018-06-13 10:22:38', '2018-06-13 10:22:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Jersey</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Jersey</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\nHigh degree of stretching capabilities coupled with a sporty texture\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\r\n\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-13 10:22:38', '2018-06-13 10:22:38', '', 1025, 'https://seis.my/feelgroup/2018/06/13/1025-revision-v1/', 0, 'revision', '', 0),
(1306, 1, '2018-06-19 04:12:06', '2018-06-19 04:12:06', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n&nbsp;</p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Jersey</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\n\n<p>\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\n\n<p>\nHigh degree of stretching capabilities coupled with a sporty texture</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\n\n<p>\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\n\n<p>\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\n\n<p>\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p>\n&nbsp;</p>\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\n<p><strong> </strong></p>\n<p>&nbsp;</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-autosave-v1', '', '', '2018-06-19 04:12:06', '2018-06-19 04:12:06', '', 1025, 'https://seis.my/feelgroup/2018/06/17/1025-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1165, 1, '2018-06-13 10:27:20', '2018-06-13 10:27:20', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-13 10:27:20', '2018-06-13 10:27:20', '', 1040, 'https://seis.my/feelgroup/2018/06/13/1040-revision-v1/', 0, 'revision', '', 0),
(1166, 1, '2018-06-13 10:38:01', '2018-06-13 10:38:01', '{\n    "site_icon": {\n        "value": 1136,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 10:38:01"\n    },\n    "monstroid2-child::header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/Feelgroup-ori.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 10:38:01"\n    },\n    "monstroid2-child::invert_header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/Feelgroup-white.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 10:38:01"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '107d4ac7-101d-4bd9-bed3-7ab797e8d962', '', '', '2018-06-13 10:38:01', '2018-06-13 10:38:01', '', 0, 'https://seis.my/feelgroup/2018/06/13/107d4ac7-101d-4bd9-bed3-7ab797e8d962/', 0, 'customize_changeset', '', 0),
(1167, 1, '2018-06-13 10:47:59', '2018-06-13 10:47:59', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|desktop"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" /][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 10:47:59', '2018-06-13 10:47:59', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1168, 1, '2018-06-13 10:53:38', '2018-06-13 10:53:38', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_phone="2" columns_last_edited="on|phone"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 10:53:38', '2018-06-13 10:53:38', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1169, 1, '2018-06-13 10:55:54', '2018-06-13 10:55:54', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 10:55:54', '2018-06-13 10:55:54', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1170, 1, '2018-06-13 10:57:31', '2018-06-13 10:57:31', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 10:57:31', '2018-06-13 10:57:31', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1171, 1, '2018-06-13 11:00:57', '2018-06-13 11:00:57', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\n\n<p>\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item]</p>\n\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row]', 'Feelgroup Trusted by logo', '', 'publish', 'closed', 'closed', '', 'feelgroup-trusted-by-logo', '', '', '2018-06-13 11:00:57', '2018-06-13 11:00:57', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/feelgroup-trusted-by-logo/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1194, 1, '2018-06-13 12:32:15', '2018-06-13 12:32:15', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1" slides_per_view="3"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:32:15', '2018-06-13 12:32:15', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1172, 1, '2018-06-13 11:02:18', '2018-06-13 11:02:18', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home06.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home07.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 11:02:18', '2018-06-13 11:02:18', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1173, 1, '2018-06-13 11:05:23', '2018-06-13 11:05:23', '', 'MANCHESTER', '', 'inherit', 'open', 'closed', '', 'manchester', '', '', '2018-06-13 11:05:23', '2018-06-13 11:05:23', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png', 0, 'attachment', 'image/png', 0),
(1174, 1, '2018-06-13 11:05:25', '2018-06-13 11:05:25', '', 'OCBC', '', 'inherit', 'open', 'closed', '', 'ocbc', '', '', '2018-06-13 11:05:25', '2018-06-13 11:05:25', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png', 0, 'attachment', 'image/png', 0),
(1175, 1, '2018-06-13 11:05:27', '2018-06-13 11:05:27', '', 'PSC', '', 'inherit', 'open', 'closed', '', 'psc', '', '', '2018-06-13 11:05:27', '2018-06-13 11:05:27', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png', 0, 'attachment', 'image/png', 0),
(1176, 1, '2018-06-13 11:05:29', '2018-06-13 11:05:29', '', 'SUNWAY', '', 'inherit', 'open', 'closed', '', 'sunway', '', '', '2018-06-13 11:05:29', '2018-06-13 11:05:29', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png', 0, 'attachment', 'image/png', 0),
(1177, 1, '2018-06-13 11:05:30', '2018-06-13 11:05:30', '', 'UITM', '', 'inherit', 'open', 'closed', '', 'uitm', '', '', '2018-06-13 11:05:30', '2018-06-13 11:05:30', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png', 0, 'attachment', 'image/png', 0),
(1178, 1, '2018-06-13 11:05:32', '2018-06-13 11:05:32', '', 'UNSW', '', 'inherit', 'open', 'closed', '', 'unsw-3', '', '', '2018-06-13 11:05:32', '2018-06-13 11:05:32', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpag_posts` VALUES
(1179, 1, '2018-06-13 11:05:34', '2018-06-13 11:05:34', '', 'USM', '', 'inherit', 'open', 'closed', '', 'usm', '', '', '2018-06-13 11:05:34', '2018-06-13 11:05:34', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/USM.png', 0, 'attachment', 'image/png', 0),
(1180, 1, '2018-06-13 11:05:38', '2018-06-13 11:05:38', '', 'UTAR', '', 'inherit', 'open', 'closed', '', 'utar', '', '', '2018-06-13 11:05:38', '2018-06-13 11:05:38', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png', 0, 'attachment', 'image/png', 0),
(1181, 1, '2018-06-13 11:08:41', '2018-06-13 11:08:41', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 11:08:41', '2018-06-13 11:08:41', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1184, 1, '2018-06-13 11:52:53', '2018-06-13 11:52:53', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item] [/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 11:52:53', '2018-06-13 11:52:53', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1182, 1, '2018-06-13 11:17:34', '2018-06-13 11:17:34', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"] [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\r\n\r\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!\r\n\r\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 11:17:34', '2018-06-13 11:17:34', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1183, 1, '2018-06-13 11:52:23', '2018-06-13 11:52:23', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\n\n<p> [tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/04/home05.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/MANCHESTER.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/SUNWAY.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/OCBC.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UITM.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW.png" url_new_window="off"]</p>\n<p>&nbsp;</p>\n<p>[/tm_pb_brands_showcase_module__item]</p>\n\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row]', 'Brand showcase - TESTING', '', 'publish', 'closed', 'closed', '', 'brand-showcase-testing', '', '', '2018-06-13 11:52:23', '2018-06-13 11:52:23', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/brand-showcase-testing/', 0, 'tm_pb_layout', '', 0),
(1185, 1, '2018-06-13 12:04:34', '2018-06-13 12:04:34', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage Design Highlight section */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 12:04:34"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '12e85b24-3f65-4ccb-8fcf-ceb884a8a807', '', '', '2018-06-13 12:04:34', '2018-06-13 12:04:34', '', 0, 'https://seis.my/feelgroup/2018/06/13/12e85b24-3f65-4ccb-8fcf-ceb884a8a807/', 0, 'customize_changeset', '', 0),
(1186, 1, '2018-06-13 12:04:34', '2018-06-13 12:04:34', '\n/* 13-6-2018 --- Enable 2 column on homepage Design Highlight section */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-13 12:04:34', '2018-06-13 12:04:34', '', 941, 'https://seis.my/feelgroup/2018/06/13/941-revision-v1/', 0, 'revision', '', 0),
(1187, 1, '2018-06-13 12:06:43', '2018-06-13 12:06:43', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage Design Highlight section */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage Trusted by section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper.col-xl-3.col-lg-3.col-md-3.col-sm-6 {\\nwidth: 50%!important;\\n}\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 12:06:43"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '135dfa77-dfa9-46af-8055-4c88452639f7', '', '', '2018-06-13 12:06:43', '2018-06-13 12:06:43', '', 0, 'https://seis.my/feelgroup/2018/06/13/135dfa77-dfa9-46af-8055-4c88452639f7/', 0, 'customize_changeset', '', 0),
(1188, 1, '2018-06-13 12:06:43', '2018-06-13 12:06:43', '\n/* 13-6-2018 --- Enable 2 column on homepage Design Highlight section */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage Trusted by section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper.col-xl-3.col-lg-3.col-md-3.col-sm-6 {\nwidth: 50%!important;\n}\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-13 12:06:43', '2018-06-13 12:06:43', '', 941, 'https://seis.my/feelgroup/2018/06/13/941-revision-v1/', 0, 'revision', '', 0),
(1189, 1, '2018-06-13 12:09:26', '2018-06-13 12:09:26', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper.col-xl-3.col-lg-3.col-md-3.col-sm-6 {\\nwidth: 50%!important;\\n}\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 12:09:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c2c67f2a-795d-4a13-be7f-c76ebffef5ee', '', '', '2018-06-13 12:09:26', '2018-06-13 12:09:26', '', 0, 'https://seis.my/feelgroup/2018/06/13/c2c67f2a-795d-4a13-be7f-c76ebffef5ee/', 0, 'customize_changeset', '', 0),
(1192, 1, '2018-06-13 12:17:42', '2018-06-13 12:17:42', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-13 12:17:42', '2018-06-13 12:17:42', '', 941, 'https://seis.my/feelgroup/2018/06/13/941-revision-v1/', 0, 'revision', '', 0),
(1190, 1, '2018-06-13 12:09:26', '2018-06-13 12:09:26', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper.col-xl-3.col-lg-3.col-md-3.col-sm-6 {\nwidth: 50%!important;\n}\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-13 12:09:26', '2018-06-13 12:09:26', '', 941, 'https://seis.my/feelgroup/2018/06/13/941-revision-v1/', 0, 'revision', '', 0),
(1191, 1, '2018-06-13 12:17:42', '2018-06-13 12:17:42', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-13 12:17:40"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '887b4e7f-f2cf-40a6-85f3-718b62f3f57d', '', '', '2018-06-13 12:17:42', '2018-06-13 12:17:42', '', 0, 'https://seis.my/feelgroup/?p=1191', 0, 'customize_changeset', '', 0),
(1193, 1, '2018-06-13 12:31:05', '2018-06-13 12:31:05', '[tm_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_margin="|52px||52px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" template_type="row"][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Marcel Vossen" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\n<p>\nSince I’m not a real programmer I love to use these already made and beautifully made templates. They are available at very affordable prices and they save you a lot of time, a lot of sweat and tears!</p>\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Jourdan Saint-Yves" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-10.jpg"]\n\n<p>\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\n\n[/tm_pb_testimonial][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_testimonial admin_label="Testimonial" url_new_window="off" quote_icon="on" use_background_color="off" background_color="#f5f5f5" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" author="— Bryan Thompson" font_icon="f10d" portrait_url="https://seis.my/feelgroup/wp-content/uploads/2016/10/about-9.jpg"]\n\n<p>\nThe customer service is fantastic! Templates are affordable, they give Flash and HTML, that are easy to use and they have wide selection of templates!</p>\n\n[/tm_pb_testimonial][/tm_pb_column][/tm_pb_row]', 'Original multiple testimonials', '', 'publish', 'closed', 'closed', '', 'original-multiple-testimonials', '', '', '2018-06-13 12:31:05', '2018-06-13 12:31:05', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/original-multiple-testimonials/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1195, 1, '2018-06-13 12:33:40', '2018-06-13 12:33:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:33:40', '2018-06-13 12:33:40', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1196, 1, '2018-06-13 12:35:04', '2018-06-13 12:35:04', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="boxed.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:35:04', '2018-06-13 12:35:04', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1197, 1, '2018-06-13 12:36:15', '2018-06-13 12:36:15', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:36:15', '2018-06-13 12:36:15', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1198, 1, '2018-06-13 12:37:04', '2018-06-13 12:37:04', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_phone="|52px||5px" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:37:04', '2018-06-13 12:37:04', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1199, 1, '2018-06-13 12:38:11', '2018-06-13 12:38:11', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/usm.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_phone="|52px||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"] [wdi_feed id="1"] [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-13 12:38:11', '2018-06-13 12:38:11', '', 184, 'https://seis.my/feelgroup/2018/06/13/184-revision-v1/', 0, 'revision', '', 0),
(1200, 1, '2018-06-14 01:50:10', '2018-06-14 01:50:10', '', '6', '', 'inherit', 'open', 'closed', '', '6-9', '', '', '2018-06-14 01:50:10', '2018-06-14 01:50:10', '', 1040, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(1201, 1, '2018-06-14 01:51:02', '2018-06-14 01:51:02', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-14 01:51:02', '2018-06-14 01:51:02', '', 1040, 'https://seis.my/feelgroup/2018/06/14/1040-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1202, 1, '2018-06-14 01:53:17', '2018-06-14 01:53:17', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Wind</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Wind Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\r\n\r\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="300px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="300px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="300px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-14 01:53:17', '2018-06-14 01:53:17', '', 1055, 'https://seis.my/feelgroup/2018/06/14/1055-revision-v1/', 0, 'revision', '', 0),
(1203, 1, '2018-06-14 01:56:29', '2018-06-14 01:56:29', '', '1', '', 'inherit', 'open', 'closed', '', '1-8', '', '', '2018-06-14 01:56:29', '2018-06-14 01:56:29', '', 1055, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1204, 1, '2018-06-14 01:57:35', '2018-06-14 01:57:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="250px||250px|"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Wind</span></h1>\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Wind Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"] Absorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"] Thinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"] Fashionable hooded sweatshirt that looks good over anything, even a basic T- shirt. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-14 01:57:35', '2018-06-14 01:57:35', '', 1055, 'https://seis.my/feelgroup/2018/06/14/1055-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1205, 1, '2018-06-14 02:06:01', '2018-06-14 02:06:01', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" locked="off" disabled_on="on|on|on" disabled="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="200px" top_padding_last_edited="on|phone" bottom_padding_phone="200px" bottom_padding_last_edited="on|phone" parent_locked="off"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'publish', 'closed', 'closed', '', 'workflow', '', '', '2018-06-19 07:41:15', '2018-06-19 07:41:15', '', 0, 'https://seis.my/feelgroup/?page_id=1205', 0, 'page', '', 0),
(1323, 1, '2018-06-17 07:52:50', '2018-06-17 07:52:50', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:52:50', '2018-06-17 07:52:50', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1313, 1, '2018-06-17 07:33:00', '2018-06-17 07:33:00', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:33:00', '2018-06-17 07:33:00', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1314, 1, '2018-06-17 07:38:06', '2018-06-17 07:38:06', '', 'Order Form & Terms & Conditions', '', 'inherit', 'open', 'closed', '', 'order-form-terms-conditions', '', '', '2018-06-17 07:38:06', '2018-06-17 07:38:06', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf', 0, 'attachment', 'application/pdf', 0),
(1206, 1, '2018-06-14 02:02:05', '2018-06-14 02:02:05', '', 'CLIENT', '', 'inherit', 'open', 'closed', '', 'client', '', '', '2018-06-14 02:02:05', '2018-06-14 02:02:05', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT.jpg', 0, 'attachment', 'image/jpeg', 0),
(1207, 1, '2018-06-14 02:03:04', '2018-06-14 02:03:04', '', 'CONTACT', '', 'inherit', 'open', 'closed', '', 'contact', '', '', '2018-06-14 02:03:04', '2018-06-14 02:03:04', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg', 0, 'attachment', 'image/jpeg', 0),
(1208, 1, '2018-06-14 02:03:28', '2018-06-14 02:03:28', '', 'DELIVERY', '', 'inherit', 'open', 'closed', '', 'delivery', '', '', '2018-06-14 02:03:28', '2018-06-14 02:03:28', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1209, 1, '2018-06-14 02:03:51', '2018-06-14 02:03:51', '', 'DESIGN', '', 'inherit', 'open', 'closed', '', 'design', '', '', '2018-06-14 02:03:51', '2018-06-14 02:03:51', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1210, 1, '2018-06-14 02:06:01', '2018-06-14 02:06:01', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="on" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)"] <strong>Receiving your inquiry.</strong> Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design) [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:06:01', '2018-06-14 02:06:01', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1211, 1, '2018-06-14 02:08:44', '2018-06-14 02:08:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<strong>Receiving your inquiry.</strong>\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:08:44', '2018-06-14 02:08:44', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1217, 1, '2018-06-14 02:29:58', '2018-06-14 02:29:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n<h2><span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span></h2>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span> [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\nTestingg 1  2 3\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:29:58', '2018-06-14 02:29:58', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1212, 1, '2018-06-14 02:14:49', '2018-06-14 02:14:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:14:49', '2018-06-14 02:14:49', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1213, 1, '2018-06-14 02:20:49', '2018-06-14 02:20:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:20:49', '2018-06-14 02:20:49', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1214, 1, '2018-06-14 02:22:21', '2018-06-14 02:22:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:22:21', '2018-06-14 02:22:21', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1215, 1, '2018-06-14 02:24:37', '2018-06-14 02:24:37', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n<h2><span style="color: #000000;"><strong>Receiving your inquiry.</strong></span></h2>\r\n<span style="color: #000000;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:24:37', '2018-06-14 02:24:37', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1216, 1, '2018-06-14 02:27:08', '2018-06-14 02:27:08', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n<h2><span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span></h2>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:27:08', '2018-06-14 02:27:08', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1218, 1, '2018-06-19 07:40:57', '2018-06-19 07:40:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\n\n<p>\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\n\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\n\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\n\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\n\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\n\n[/tm_pb_slide]\n\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" locked="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="200px" top_padding_last_edited="on|phone" bottom_padding_phone="200px" bottom_padding_last_edited="on|phone" parent_locked="on"]\n\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\n\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\n\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\n\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\n\n[/tm_pb_slide]\n\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\n\n<p>\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-autosave-v1', '', '', '2018-06-19 07:40:57', '2018-06-19 07:40:57', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-autosave-v1/', 0, 'revision', '', 0),
(1312, 1, '2018-06-17 07:19:02', '2018-06-17 07:19:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:19:02', '2018-06-17 07:19:02', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1219, 1, '2018-06-14 02:33:14', '2018-06-14 02:33:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<h2><span style="color: #ffffff;"><strong>Receiving your inquiry.</strong></span></h2>\r\n<p style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</p>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\nTestingg 1  2 3\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:33:14', '2018-06-14 02:33:14', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1221, 1, '2018-06-14 03:13:45', '2018-06-14 03:13:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n<h2><span style="color: #ffffff;"><strong>Receiving your inquiry</strong></span></h2>\r\n<p style="color: #ffffff; text-transform: none;"><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ desig</strong>n)</p>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"] Testingg 1  2 3 [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 03:13:45', '2018-06-14 03:13:45', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0),
(1220, 1, '2018-06-14 02:52:51', '2018-06-14 02:52:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" text_overlay_color="rgba(0,0,0,0.55)" bg_overlay_color="rgba(0,0,0,0.55)"]\r\n\r\n<h2><span style="color: #ffffff;"><strong>Receiving your inquiry</strong></span></h2>\r\n<p style="color: #ffffff; text-transform: none;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</p>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\nTestingg 1  2 3\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-14 02:52:51', '2018-06-14 02:52:51', '', 1205, 'https://seis.my/feelgroup/2018/06/14/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1222, 1, '2018-06-14 03:16:26', '2018-06-14 03:16:26', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n\\nstrong {\\nhyphens: none !important; }\\n\\np {\\nhyphens: none !important; }",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 03:16:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '25a01471-4784-4e55-aaaa-c56ff2218024', '', '', '2018-06-14 03:16:26', '2018-06-14 03:16:26', '', 0, 'https://seis.my/feelgroup/2018/06/14/25a01471-4784-4e55-aaaa-c56ff2218024/', 0, 'customize_changeset', '', 0),
(1223, 1, '2018-06-14 03:16:26', '2018-06-14 03:16:26', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n\nstrong {\nhyphens: none !important; }\n\np {\nhyphens: none !important; }', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-14 03:16:26', '2018-06-14 03:16:26', '', 941, 'https://seis.my/feelgroup/2018/06/14/941-revision-v1/', 0, 'revision', '', 0),
(1224, 1, '2018-06-14 03:25:08', '2018-06-14 03:25:08', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n\\nstrong {\\nhyphens: none !important; }\\n\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\n\\np {\\nhyphens: none !important; }",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 03:25:08"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bbd8ec95-b16a-4983-aaf3-6da6d337f604', '', '', '2018-06-14 03:25:08', '2018-06-14 03:25:08', '', 0, 'https://seis.my/feelgroup/?p=1224', 0, 'customize_changeset', '', 0),
(1225, 1, '2018-06-14 03:25:08', '2018-06-14 03:25:08', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n\nstrong {\nhyphens: none !important; }\n\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\n\np {\nhyphens: none !important; }', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-14 03:25:08', '2018-06-14 03:25:08', '', 941, 'https://seis.my/feelgroup/2018/06/14/941-revision-v1/', 0, 'revision', '', 0),
(1226, 1, '2018-06-14 03:27:10', '2018-06-14 03:27:10', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 03:27:10"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '755109e8-5a24-4216-bcef-0e8677de1926', '', '', '2018-06-14 03:27:10', '2018-06-14 03:27:10', '', 0, 'https://seis.my/feelgroup/?p=1226', 0, 'customize_changeset', '', 0),
(1227, 1, '2018-06-14 03:27:10', '2018-06-14 03:27:10', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-14 03:27:10', '2018-06-14 03:27:10', '', 941, 'https://seis.my/feelgroup/2018/06/14/941-revision-v1/', 0, 'revision', '', 0),
(1228, 1, '2018-06-14 03:37:29', '2018-06-14 03:37:29', '{\n    "monstroid2-child::header_bg_color": {\n        "value": "#ffffff",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 03:35:18"\n    },\n    "monstroid2-child::header_invert_color_scheme": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 03:37:18"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '52b0bb73-5e7e-4b6e-8f43-519d39c5a88a', '', '', '2018-06-14 03:37:29', '2018-06-14 03:37:29', '', 0, 'https://seis.my/feelgroup/?p=1228', 0, 'customize_changeset', '', 0),
(1272, 1, '2018-06-14 08:21:25', '2018-06-14 08:21:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:21:25', '2018-06-14 08:21:25', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1229, 1, '2018-06-14 03:45:10', '2018-06-14 03:45:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 03:45:10', '2018-06-14 03:45:10', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1230, 1, '2018-06-14 04:27:54', '2018-06-14 04:27:54', '', 'USm-2', '', 'inherit', 'open', 'closed', '', 'usm-2-2', '', '', '2018-06-14 04:27:54', '2018-06-14 04:27:54', '', 184, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpag_posts` VALUES
(1231, 1, '2018-06-14 04:28:11', '2018-06-14 04:28:11', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n\r\n<p></p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>\r\n\r\n[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_phone="|52px||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-14 04:28:11', '2018-06-14 04:28:11', '', 184, 'https://seis.my/feelgroup/2018/06/14/184-revision-v1/', 0, 'revision', '', 0),
(1232, 1, '2018-06-14 04:33:37', '0000-00-00 00:00:00', '{\n    "monstroid2-child::header_transparent_layout": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 04:32:37"\n    },\n    "monstroid2-child::header_bg_color": {\n        "value": "#1e73be",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 04:32:37"\n    },\n    "monstroid2-child::regular_accent_color_2": {\n        "value": "#ffffff",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 04:33:37"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'd5b4f891-42ad-419b-b5fd-d9a399787b11', '', '', '2018-06-14 04:33:37', '2018-06-14 04:33:37', '', 0, 'https://seis.my/feelgroup/?p=1232', 0, 'customize_changeset', '', 0),
(1233, 1, '2018-06-14 04:38:12', '2018-06-14 04:38:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 04:38:12', '2018-06-14 04:38:12', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1234, 1, '2018-06-14 04:54:25', '2018-06-14 04:54:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#002f7c"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 04:54:25', '2018-06-14 04:54:25', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1235, 1, '2018-06-14 04:57:15', '2018-06-14 04:57:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#002f7c" button_border_color_hover="#002f7c"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 04:57:15', '2018-06-14 04:57:15', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1236, 1, '2018-06-14 04:59:40', '2018-06-14 04:59:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#002f7c" button_border_color_hover="#002f7c" button_text_size="12" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 04:59:40', '2018-06-14 04:59:40', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1237, 1, '2018-06-14 05:04:29', '2018-06-14 05:04:29', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0c009b" button_border_color_hover="#0c009b" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 05:04:29', '2018-06-14 05:04:29', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1238, 1, '2018-06-14 05:06:56', '2018-06-14 05:06:56', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 05:06:56', '2018-06-14 05:06:56', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1239, 1, '2018-06-14 05:29:14', '2018-06-14 05:29:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 05:29:14', '2018-06-14 05:29:14', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1240, 1, '2018-06-14 06:26:54', '2018-06-14 06:26:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Crewneck Cutton" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:26:54', '2018-06-14 06:26:54', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1241, 1, '2018-06-14 06:31:49', '2018-06-14 06:31:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Crewneck Cutton" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|phone"]\r\n\r\n<br>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:31:49', '2018-06-14 06:31:49', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1246, 1, '2018-06-14 06:47:59', '2018-06-14 06:47:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px||100px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:47:59', '2018-06-14 06:47:59', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1244, 1, '2018-06-14 06:42:18', '2018-06-14 06:42:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|phone" title="Crewneck Cutton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:42:18', '2018-06-14 06:42:18', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1242, 1, '2018-06-14 06:35:51', '2018-06-14 06:35:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|phone"]\r\n\r\n<h2><span style="color: #ffffff;">Crewneck</span>\r\n<span style="color: #ffffff;">Cutton</span></h2>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:35:51', '2018-06-14 06:35:51', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1243, 1, '2018-06-14 06:38:48', '2018-06-14 06:38:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|phone"]\r\n\r\n<h5><span style="color: #ffffff;">Crewneck</span><br>\r\n<span style="color: #ffffff;">Cutton</span></h5>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:38:48', '2018-06-14 06:38:48', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1245, 1, '2018-06-14 06:44:44', '2018-06-14 06:44:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_phone="100px||100px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cutton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop"]\r\n\r\n<br>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:44:44', '2018-06-14 06:44:44', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1247, 1, '2018-06-14 06:52:21', '2018-06-14 06:52:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="150px||150px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:52:21', '2018-06-14 06:52:21', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1248, 1, '2018-06-14 06:56:10', '2018-06-14 06:56:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" button_text="View More" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:56:10', '2018-06-14 06:56:10', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1249, 1, '2018-06-14 06:59:09', '2018-06-14 06:59:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 06:59:09', '2018-06-14 06:59:09', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1250, 1, '2018-06-14 07:02:07', '2018-06-14 07:02:07', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:02:07', '2018-06-14 07:02:07', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1251, 1, '2018-06-14 07:04:20', '2018-06-14 07:04:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:04:20', '2018-06-14 07:04:20', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1252, 1, '2018-06-14 07:18:58', '2018-06-14 07:18:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:18:58', '2018-06-14 07:18:58', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1253, 1, '2018-06-14 07:22:05', '2018-06-14 07:22:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<br>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:22:05', '2018-06-14 07:22:05', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1254, 1, '2018-06-14 07:30:37', '2018-06-14 07:30:37', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 07:30:37"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f1b4693e-c060-4df4-92f0-941a1cf2b74f', '', '', '2018-06-14 07:30:37', '2018-06-14 07:30:37', '', 0, 'https://seis.my/feelgroup/2018/06/14/f1b4693e-c060-4df4-92f0-941a1cf2b74f/', 0, 'customize_changeset', '', 0),
(1255, 1, '2018-06-14 07:30:37', '2018-06-14 07:30:37', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-14 07:30:37', '2018-06-14 07:30:37', '', 941, 'https://seis.my/feelgroup/2018/06/14/941-revision-v1/', 0, 'revision', '', 0),
(1256, 1, '2018-06-14 07:31:46', '2018-06-14 07:31:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:31:46', '2018-06-14 07:31:46', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1257, 1, '2018-06-14 07:36:09', '2018-06-14 07:36:09', '', 'FEEL - LOGO (COLOR)', '', 'inherit', 'open', 'closed', '', 'feel-logo-color', '', '', '2018-06-14 07:36:09', '2018-06-14 07:36:09', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-COLOR.png', 0, 'attachment', 'image/png', 0),
(1258, 1, '2018-06-14 07:36:32', '2018-06-14 07:36:32', '', 'FEEL - LOGO (WHITE)', '', 'inherit', 'open', 'closed', '', 'feel-logo-white', '', '', '2018-06-14 07:36:32', '2018-06-14 07:36:32', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-WHITE.png', 0, 'attachment', 'image/png', 0),
(1259, 1, '2018-06-14 07:38:38', '2018-06-14 07:38:38', '{\n    "monstroid2-child::retina_header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-COLOR.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 07:38:11"\n    },\n    "monstroid2-child::invert_retina_header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-WHITE.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 07:38:11"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c155b6cc-bd72-44b1-ab4b-c8a89edcbd2a', '', '', '2018-06-14 07:38:38', '2018-06-14 07:38:38', '', 0, 'https://seis.my/feelgroup/?p=1259', 0, 'customize_changeset', '', 0),
(1260, 1, '2018-06-14 07:43:20', '2018-06-14 07:43:20', '', 'Feel-favico', '', 'inherit', 'open', 'closed', '', 'feel-favico', '', '', '2018-06-14 07:43:20', '2018-06-14 07:43:20', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/Feel-favico.png', 0, 'attachment', 'image/png', 0),
(1261, 1, '2018-06-14 07:43:28', '2018-06-14 07:43:28', 'https://seis.my/feelgroup/wp-content/uploads/2018/06/cropped-Feel-favico.png', 'cropped-Feel-favico.png', '', 'inherit', 'open', 'closed', '', 'cropped-feel-favico-png', '', '', '2018-06-14 07:43:28', '2018-06-14 07:43:28', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/cropped-Feel-favico.png', 0, 'attachment', 'image/png', 0),
(1262, 1, '2018-06-14 07:43:40', '2018-06-14 07:43:40', '{\n    "site_icon": {\n        "value": 1261,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-14 07:43:40"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '40d1c9c9-136b-48bd-b259-a7b99a56efe3', '', '', '2018-06-14 07:43:40', '2018-06-14 07:43:40', '', 0, 'https://seis.my/feelgroup/2018/06/14/40d1c9c9-136b-48bd-b259-a7b99a56efe3/', 0, 'customize_changeset', '', 0),
(1263, 1, '2018-06-14 07:46:41', '2018-06-14 07:46:41', '[tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" template_type="module"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta]', 'Product main banner - Perfect', '', 'publish', 'closed', 'closed', '', 'product-main-banner-perfect', '', '', '2018-06-14 07:46:41', '2018-06-14 07:46:41', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/product-main-banner-perfect/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1264, 1, '2018-06-14 07:46:45', '2018-06-14 07:46:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:46:45', '2018-06-14 07:46:45', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1267, 1, '2018-06-14 08:06:12', '2018-06-14 08:06:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:06:12', '2018-06-14 08:06:12', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1265, 1, '2018-06-14 07:54:24', '2018-06-14 07:54:24', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:54:24', '2018-06-14 07:54:24', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1266, 1, '2018-06-14 07:56:23', '2018-06-14 07:56:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#000080" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Crewneck Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/crewneck-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14" button_text_size_laptop="12" button_text_size_tablet="12" button_text_size_phone="12"]\r\n\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Enzyme Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/enzyme-cotton/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Enzyme Cotton"]\r\n\r\n<h1><span style="color: #ffffff;">Enzyme</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 07:56:23', '2018-06-14 07:56:23', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1268, 1, '2018-06-14 08:08:20', '2018-06-14 08:08:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br><br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br><br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:08:20', '2018-06-14 08:08:20', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1269, 1, '2018-06-14 08:11:44', '2018-06-14 08:11:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br><br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:11:44', '2018-06-14 08:11:44', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1271, 1, '2018-06-14 08:17:00', '2018-06-14 08:17:00', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind<br>Hoody<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:17:00', '2018-06-14 08:17:00', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1270, 1, '2018-06-14 08:13:48', '2018-06-14 08:13:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Polo2Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/polo/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Polo2Slider"]\r\n\r\n<h1><span style="color: #ffffff;">Polo</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="dri fit Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/dri-fit/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Dri-Fit"]\r\n\r\n<h1><span style="color: #000000;">Dri-Fit</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Jersey Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/jersey/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Jersey"]\r\n\r\n<h1><span style="color: #ffffff;">Jersey</span></h1>\r\n&nbsp;\r\n<h1></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="wind hoody Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/wind-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Wind Hoody"]\r\n<h1><span style="color: #ffffff;">Wind</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_slider admin_label="weighty hood Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="View More" button_link="https://seis.my/feelgroup/weighty-hoody/" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Weighty Hoody"]\r\n<h1><span style="color: #ffffff;">Weighty</span></h1>\r\n<h1><span style="color: #ffffff;">Hoody</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:13:48', '2018-06-14 08:13:48', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1273, 1, '2018-06-14 08:24:33', '2018-06-14 08:24:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-14 08:24:33', '2018-06-14 08:24:33', '', 868, 'https://seis.my/feelgroup/2018/06/14/868-revision-v1/', 0, 'revision', '', 0),
(1320, 1, '2018-06-17 07:47:15', '2018-06-17 07:47:15', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty\r\nHoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-17 07:47:15', '2018-06-17 07:47:15', '', 1040, 'https://seis.my/feelgroup/2018/06/17/1040-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1310, 1, '2018-06-17 07:15:00', '2018-06-17 07:15:00', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\n<p>\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\n<p>\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-17 07:15:00', '2018-06-17 07:15:00', '', 1040, 'https://seis.my/feelgroup/2018/06/17/1040-revision-v1/', 0, 'revision', '', 0),
(1275, 1, '2018-06-14 08:34:16', '2018-06-14 08:34:16', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:34:16', '2018-06-14 08:34:16', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1277, 1, '2018-06-14 08:39:05', '2018-06-14 08:39:05', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-14 08:39:05', '2018-06-14 08:39:05', '', 184, 'https://seis.my/feelgroup/2018/06/14/184-revision-v1/', 0, 'revision', '', 0),
(1276, 1, '2018-06-14 08:36:53', '2018-06-14 08:36:53', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_phone="|52px||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl" limit="-1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-14 08:36:53', '2018-06-14 08:36:53', '', 184, 'https://seis.my/feelgroup/2018/06/14/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1278, 1, '2018-06-14 08:41:32', '2018-06-14 08:41:32', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-14 08:41:32', '2018-06-14 08:41:32', '', 184, 'https://seis.my/feelgroup/2018/06/14/184-revision-v1/', 0, 'revision', '', 0),
(1279, 1, '2018-06-14 08:43:26', '2018-06-14 08:43:26', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-14 08:43:26', '2018-06-14 08:43:26', '', 184, 'https://seis.my/feelgroup/2018/06/14/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1280, 1, '2018-06-14 08:49:28', '2018-06-14 08:49:28', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:49:28', '2018-06-14 08:49:28', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0),
(1281, 1, '2018-06-14 08:51:34', '2018-06-14 08:51:34', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:51:34', '2018-06-14 08:51:34', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1282, 1, '2018-06-14 08:53:07', '2018-06-14 08:53:07', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="   Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:53:07', '2018-06-14 08:53:07', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0),
(1286, 1, '2018-06-14 09:01:02', '2018-06-14 09:01:02', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 09:01:02', '2018-06-14 09:01:02', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1283, 1, '2018-06-14 08:54:38', '2018-06-14 08:54:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="&nbsp;&nbsp;&nbsp;Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:54:38', '2018-06-14 08:54:38', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0),
(1284, 1, '2018-06-14 08:57:32', '2018-06-14 08:57:32', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="&nbsp;&nbsp;Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f063" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:57:32', '2018-06-14 08:57:32', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1285, 1, '2018-06-14 08:59:35', '2018-06-14 08:59:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="&nbsp;&nbsp;Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 08:59:35', '2018-06-14 08:59:35', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0),
(1287, 1, '2018-06-14 09:04:08', '2018-06-14 09:04:08', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 09:04:08', '2018-06-14 09:04:08', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1288, 1, '2018-06-14 09:05:59', '2018-06-14 09:05:59', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-14 09:05:59', '2018-06-14 09:05:59', '', 913, 'https://seis.my/feelgroup/2018/06/14/913-revision-v1/', 0, 'revision', '', 0),
(1291, 1, '2018-06-17 06:49:22', '2018-06-17 06:49:22', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-17 06:49:22', '2018-06-17 06:49:22', '', 913, 'https://seis.my/feelgroup/2018/06/17/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1293, 1, '2018-06-17 06:51:13', '2018-06-17 06:51:13', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-17 06:51:13', '2018-06-17 06:51:13', '', 913, 'https://seis.my/feelgroup/2018/06/17/913-revision-v1/', 0, 'revision', '', 0),
(1292, 1, '2018-06-17 06:50:16', '2018-06-17 06:50:16', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="default" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-17 06:50:16', '2018-06-17 06:50:16', '', 913, 'https://seis.my/feelgroup/2018/06/17/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1294, 1, '2018-06-17 06:53:26', '2018-06-17 06:53:26', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 06:53:26', '2018-06-17 06:53:26', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0),
(1316, 1, '2018-06-17 07:40:06', '2018-06-17 07:40:06', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme\r\nCotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 07:40:06', '2018-06-17 07:40:06', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1298, 1, '2018-06-17 06:57:43', '2018-06-17 06:57:43', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 06:57:43', '2018-06-17 06:57:43', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0),
(1295, 1, '2018-06-17 06:55:33', '2018-06-17 06:55:33', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop" template_type="row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row]', 'Sub Product = Download Section', '', 'publish', 'closed', 'closed', '', 'sub-product-download-section', '', '', '2018-06-17 06:55:33', '2018-06-17 06:55:33', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/sub-product-download-section/', 0, 'tm_pb_layout', '', 0),
(1296, 1, '2018-06-17 06:55:55', '2018-06-17 06:55:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="on" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 06:55:55', '2018-06-17 06:55:55', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1297, 1, '2018-06-17 06:56:32', '2018-06-17 06:56:32', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 06:56:32', '2018-06-17 06:56:32', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0),
(1299, 1, '2018-06-17 06:58:37', '2018-06-17 06:58:37', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop" template_type="row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row]', 'Sub Product - Download Section - FINAL', '', 'publish', 'closed', 'closed', '', 'sub-product-download-section-final', '', '', '2018-06-17 06:58:37', '2018-06-17 06:58:37', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/sub-product-download-section-final/', 0, 'tm_pb_layout', '', 0),
(1300, 1, '2018-06-17 06:59:08', '2018-06-17 06:59:08', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-17 06:59:08', '2018-06-17 06:59:08', '', 983, 'https://seis.my/feelgroup/2018/06/17/983-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1315, 1, '2018-06-17 07:39:00', '2018-06-17 07:39:00', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck\r\nCotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-17 07:39:00', '2018-06-17 07:39:00', '', 913, 'https://seis.my/feelgroup/2018/06/17/913-revision-v1/', 0, 'revision', '', 0),
(1301, 1, '2018-06-17 06:59:23', '2018-06-17 06:59:23', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Crewneck<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-17 06:59:23', '2018-06-17 06:59:23', '', 913, 'https://seis.my/feelgroup/2018/06/17/913-revision-v1/', 0, 'revision', '', 0),
(1302, 1, '2018-06-17 07:00:09', '2018-06-17 07:00:09', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" template_type="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Enzyme<br>Cotton" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Sub Product Banner - FINAL ROW', '', 'publish', 'closed', 'closed', '', 'sub-product-banner-final-row', '', '', '2018-06-17 07:00:09', '2018-06-17 07:00:09', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/sub-product-banner-final-row/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1728, 1, '2018-06-19 04:02:29', '2018-06-19 04:02:29', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Polo</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-19 04:02:29', '2018-06-19 04:02:29', '', 997, 'https://seis.my/feelgroup/2018/06/19/997-revision-v1/', 0, 'revision', '', 0),
(1317, 1, '2018-06-17 07:40:35', '2018-06-17 07:40:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-17 07:40:35', '2018-06-17 07:40:35', '', 997, 'https://seis.my/feelgroup/2018/06/17/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1304, 1, '2018-06-17 07:04:10', '2018-06-17 07:04:10', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-17 07:04:10', '2018-06-17 07:04:10', '', 997, 'https://seis.my/feelgroup/2018/06/17/997-revision-v1/', 0, 'revision', '', 0),
(1303, 1, '2018-06-17 07:03:13', '2018-06-17 07:03:13', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-17 07:03:13', '2018-06-17 07:03:13', '', 997, 'https://seis.my/feelgroup/2018/06/17/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1318, 1, '2018-06-17 07:41:12', '2018-06-17 07:41:12', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Dri-Fit</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\nHigh degree of stretching capabilities coupled with a sporty texture.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\r\n\r\nOptimum quality printing with sufficient printing sharpness &amp; clarity.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-17 07:41:12', '2018-06-17 07:41:12', '', 1010, 'https://seis.my/feelgroup/2018/06/17/1010-revision-v1/', 0, 'revision', '', 0),
(1305, 1, '2018-06-17 07:06:34', '2018-06-17 07:06:34', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness &amp; clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-17 07:06:34', '2018-06-17 07:06:34', '', 1010, 'https://seis.my/feelgroup/2018/06/17/1010-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1321, 1, '2018-06-17 07:47:36', '2018-06-17 07:47:36', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Jersey</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\nHigh degree of stretching capabilities coupled with a sporty texture\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\r\n\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-17 07:47:36', '2018-06-17 07:47:36', '', 1025, 'https://seis.my/feelgroup/2018/06/17/1025-revision-v1/', 0, 'revision', '', 0),
(1307, 1, '2018-06-17 07:08:52', '2018-06-17 07:08:52', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey<br>&nbsp;<br>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Jersey</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\r\n\r\n<p>\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-17 07:08:52', '2018-06-17 07:08:52', '', 1025, 'https://seis.my/feelgroup/2018/06/17/1025-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1308, 1, '2018-06-17 07:10:43', '2018-06-17 07:10:43', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Wind Hoody</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\n\n<p>\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\n\n<p>\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\n\n<p>\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\n\n</p>\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-autosave-v1', '', '', '2018-06-17 07:10:43', '2018-06-17 07:10:43', '', 1055, 'https://seis.my/feelgroup/2018/06/17/1055-autosave-v1/', 0, 'revision', '', 0),
(1319, 1, '2018-06-17 07:46:56', '2018-06-17 07:46:56', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind\r\nHoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Wind Hoody</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\r\n\r\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-17 07:46:56', '2018-06-17 07:46:56', '', 1055, 'https://seis.my/feelgroup/2018/06/17/1055-revision-v1/', 0, 'revision', '', 0),
(1309, 1, '2018-06-17 07:11:14', '2018-06-17 07:11:14', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind<br>Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Wind Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-17 07:11:14', '2018-06-17 07:11:14', '', 1055, 'https://seis.my/feelgroup/2018/06/17/1055-revision-v1/', 0, 'revision', '', 0),
(1311, 1, '2018-06-17 07:16:25', '2018-06-17 07:16:25', ' ', '', '', 'publish', 'closed', 'closed', '', '1311', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1311', 3, 'nav_menu_item', '', 0);
INSERT INTO `wpag_posts` VALUES
(1322, 1, '2018-06-17 07:52:35', '2018-06-17 07:52:35', '', 'CONTACT-OVERLAY35', '', 'inherit', 'open', 'closed', '', 'contact-overlay35', '', '', '2018-06-17 07:52:35', '2018-06-17 07:52:35', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg', 0, 'attachment', 'image/jpeg', 0),
(1324, 1, '2018-06-17 07:53:36', '2018-06-17 07:53:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="16"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:53:36', '2018-06-17 07:53:36', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1325, 1, '2018-06-17 07:54:28', '2018-06-17 07:54:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="18" body_font_size_last_edited="on|"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:54:28', '2018-06-17 07:54:28', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1326, 1, '2018-06-17 07:55:16', '2018-06-17 07:55:16', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:55:16', '2018-06-17 07:55:16', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1327, 1, '2018-06-17 07:56:09', '2018-06-17 07:56:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="14"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:56:09', '2018-06-17 07:56:09', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1328, 1, '2018-06-17 07:58:10', '2018-06-17 07:58:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16"]\r\n\r\nOur Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:58:10', '2018-06-17 07:58:10', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1329, 1, '2018-06-17 07:58:48', '2018-06-17 07:58:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:58:48', '2018-06-17 07:58:48', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1331, 1, '2018-06-17 08:01:04', '2018-06-17 08:01:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:01:04', '2018-06-17 08:01:04', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1330, 1, '2018-06-17 07:59:53', '2018-06-17 07:59:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|100px|200px|100px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 07:59:53', '2018-06-17 07:59:53', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1340, 1, '2018-06-17 08:09:55', '2018-06-17 08:09:55', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:09:55', '2018-06-17 08:09:55', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1332, 1, '2018-06-17 08:01:55', '2018-06-17 08:01:55', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin="|100px||100px" custom_margin_last_edited="on|tablet"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:01:55', '2018-06-17 08:01:55', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1333, 1, '2018-06-17 08:02:50', '2018-06-17 08:02:50', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|100px|200px|100px" custom_padding_last_edited="on|desktop" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:02:50', '2018-06-17 08:02:50', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1334, 1, '2018-06-17 08:03:27', '2018-06-17 08:03:27', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|1px|100px|1px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:03:27', '2018-06-17 08:03:27', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1335, 1, '2018-06-17 08:04:22', '2018-06-17 08:04:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="off" show_pagination="off" fullheight="off" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="on" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" disabled="off" disabled_on="off|||"] [tm_pb_slide button_text="View More" button_link="#" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT.jpg" background_position="center" background_size="initial" background_color="#ffffff" use_bg_overlay="on" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" admin_title="Crewneck Cotton" bg_overlay_color="rgba(25,25,25,0.5)"]\r\n<h1><span style="color: #ffffff;">Crewneck</span></h1>\r\n<h1><span style="color: #ffffff;">Cotton</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:04:22', '2018-06-17 08:04:22', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1336, 1, '2018-06-17 08:05:46', '2018-06-17 08:05:46', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\n\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'Workflow Module Banner', '', 'publish', 'closed', 'closed', '', 'workflow-module-banner', '', '', '2018-06-17 08:05:46', '2018-06-17 08:05:46', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/workflow-module-banner/', 0, 'tm_pb_layout', '', 0),
(1337, 1, '2018-06-17 08:09:33', '2018-06-17 08:09:33', '', 'DELIVERY-OVERLAY', '', 'inherit', 'open', 'closed', '', 'delivery-overlay', '', '', '2018-06-17 08:09:33', '2018-06-17 08:09:33', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1338, 1, '2018-06-17 08:09:41', '2018-06-17 08:09:41', '', 'DESIGN-OVERLAY', '', 'inherit', 'open', 'closed', '', 'design-overlay', '', '', '2018-06-17 08:09:41', '2018-06-17 08:09:41', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1339, 1, '2018-06-17 08:09:48', '2018-06-17 08:09:48', '', 'CLIENT-OVERLAY', '', 'inherit', 'open', 'closed', '', 'client-overlay', '', '', '2018-06-17 08:09:48', '2018-06-17 08:09:48', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1341, 1, '2018-06-17 08:12:57', '2018-06-17 08:12:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:12:57', '2018-06-17 08:12:57', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1342, 1, '2018-06-17 08:14:54', '2018-06-17 08:14:54', '', 'PRODUCTION-OVERLAY', '', 'inherit', 'open', 'closed', '', 'production-overlay', '', '', '2018-06-17 08:14:54', '2018-06-17 08:14:54', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1343, 1, '2018-06-17 08:15:04', '2018-06-17 08:15:04', '', 'PRODUCTION -DYE-SUB', '', 'inherit', 'open', 'closed', '', 'production-dye-sub', '', '', '2018-06-17 08:15:04', '2018-06-17 08:15:04', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg', 0, 'attachment', 'image/jpeg', 0),
(1344, 1, '2018-06-17 08:15:10', '2018-06-17 08:15:10', '', 'PRODUCTION -EMBROIDERY', '', 'inherit', 'open', 'closed', '', 'production-embroidery', '', '', '2018-06-17 08:15:10', '2018-06-17 08:15:10', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1345, 1, '2018-06-17 08:15:17', '2018-06-17 08:15:17', '', 'PRODUCTION -SCREEN PRINTING', '', 'inherit', 'open', 'closed', '', 'production-screen-printing', '', '', '2018-06-17 08:15:17', '2018-06-17 08:15:17', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg', 0, 'attachment', 'image/jpeg', 0),
(1346, 1, '2018-06-17 08:15:57', '2018-06-17 08:15:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:15:57', '2018-06-17 08:15:57', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1347, 1, '2018-06-17 08:19:57', '2018-06-17 08:19:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="1500" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:19:57', '2018-06-17 08:19:57', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1348, 1, '2018-06-17 08:22:40', '2018-06-17 08:22:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="1500" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:22:40', '2018-06-17 08:22:40', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1349, 1, '2018-06-17 08:23:25', '2018-06-17 08:23:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="1500" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:23:25', '2018-06-17 08:23:25', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1352, 1, '2018-06-17 08:29:12', '2018-06-17 08:29:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="14" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:29:12', '2018-06-17 08:29:12', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1350, 1, '2018-06-17 08:25:06', '2018-06-17 08:25:06', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:25:06', '2018-06-17 08:25:06', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1351, 1, '2018-06-17 08:26:06', '2018-06-17 08:26:06', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="50" header_font_size_laptop="50" header_font_size_tablet="50" header_font_size_phone="25" header_font_size_last_edited="on|phone" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:26:06', '2018-06-17 08:26:06', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1354, 1, '2018-06-17 08:32:59', '2018-06-17 08:32:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:32:59', '2018-06-17 08:32:59', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1353, 1, '2018-06-17 08:30:21', '2018-06-17 08:30:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p><strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff"]\r\n\r\n[tm_pb_slide heading="Silkscreen" button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:30:21', '2018-06-17 08:30:21', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1355, 1, '2018-06-17 08:34:35', '2018-06-17 08:34:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff"]\r\n\r\n<strong>Silkscreen</strong>\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:34:35', '2018-06-17 08:34:35', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1356, 1, '2018-06-17 08:35:11', '2018-06-17 08:35:11', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff"]\r\n<h2><strong>Silkscreen</strong></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:35:11', '2018-06-17 08:35:11', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1357, 1, '2018-06-17 08:36:04', '2018-06-17 08:36:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:36:04', '2018-06-17 08:36:04', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1358, 1, '2018-06-17 08:36:41', '2018-06-17 08:36:41', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:36:41', '2018-06-17 08:36:41', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1359, 1, '2018-06-17 08:37:53', '2018-06-17 08:37:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:37:53', '2018-06-17 08:37:53', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1360, 1, '2018-06-17 08:38:24', '2018-06-17 08:38:24', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:38:24', '2018-06-17 08:38:24', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1361, 1, '2018-06-17 08:38:55', '2018-06-17 08:38:55', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:38:55', '2018-06-17 08:38:55', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1362, 1, '2018-06-17 08:40:06', '2018-06-17 08:40:06', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:40:06', '2018-06-17 08:40:06', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1363, 1, '2018-06-17 08:41:23', '2018-06-17 08:41:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:41:23', '2018-06-17 08:41:23', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1375, 1, '2018-06-17 08:58:09', '2018-06-17 08:58:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:58:09', '2018-06-17 08:58:09', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1364, 1, '2018-06-17 08:43:22', '2018-06-17 08:43:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:43:22', '2018-06-17 08:43:22', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1365, 1, '2018-06-17 08:44:39', '2018-06-17 08:44:39', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:44:39', '2018-06-17 08:44:39', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1366, 1, '2018-06-17 08:49:22', '2018-06-17 08:49:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="cover" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:49:22', '2018-06-17 08:49:22', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1367, 1, '2018-06-17 08:50:09', '2018-06-17 08:50:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:50:09', '2018-06-17 08:50:09', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1368, 1, '2018-06-17 08:50:54', '2018-06-17 08:50:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:50:54', '2018-06-17 08:50:54', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1369, 1, '2018-06-17 08:51:54', '2018-06-17 08:51:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:51:54', '2018-06-17 08:51:54', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1370, 1, '2018-06-17 08:52:34', '2018-06-17 08:52:34', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:52:34', '2018-06-17 08:52:34', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1371, 1, '2018-06-17 08:53:17', '2018-06-17 08:53:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="contain" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:53:17', '2018-06-17 08:53:17', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1372, 1, '2018-06-17 08:53:49', '2018-06-17 08:53:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:53:49', '2018-06-17 08:53:49', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1373, 1, '2018-06-17 08:54:32', '2018-06-17 08:54:32', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:54:32', '2018-06-17 08:54:32', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1374, 1, '2018-06-17 08:55:19', '2018-06-17 08:55:19', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_speed="15000" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_text_size="14"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Silkscreen"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Silkscreen</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Embroidery"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Embroidery</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" header_font_size="35" header_font_size_laptop="35" header_font_size_tablet="35" header_font_size_phone="35" header_font_size_last_edited="on|laptop" header_text_color="#ffffff" admin_title="Dye"]\r\n\r\n<h2 style="text-align: center;"><span style="color: #ffffff;"><strong>Dye</strong></span></h2>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:55:19', '2018-06-17 08:55:19', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1376, 1, '2018-06-17 08:58:49', '2018-06-17 08:58:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 08:58:49', '2018-06-17 08:58:49', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1377, 1, '2018-06-17 09:01:21', '2018-06-17 09:01:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:01:21', '2018-06-17 09:01:21', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1378, 1, '2018-06-17 09:02:59', '2018-06-17 09:02:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:02:59', '2018-06-17 09:02:59', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1379, 1, '2018-06-17 09:03:48', '2018-06-17 09:03:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:03:48', '2018-06-17 09:03:48', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1380, 1, '2018-06-17 09:06:51', '2018-06-17 09:06:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:06:51', '2018-06-17 09:06:51', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1381, 1, '2018-06-17 09:08:15', '2018-06-17 09:08:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:08:15', '2018-06-17 09:08:15', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1382, 1, '2018-06-17 09:08:45', '2018-06-17 09:08:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-17 09:08:45', '2018-06-17 09:08:45', '', 1205, 'https://seis.my/feelgroup/2018/06/17/1205-revision-v1/', 0, 'revision', '', 0),
(1383, 1, '2018-06-17 09:10:14', '0000-00-00 00:00:00', '', 'Design', '', 'draft', 'closed', 'closed', '', '', '', '', '2018-06-17 09:10:14', '2018-06-17 09:10:14', '', 0, 'https://seis.my/feelgroup/?page_id=1383', 0, 'page', '', 0),
(1384, 1, '2018-06-17 09:11:03', '2018-06-17 09:11:03', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" template_type="row"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row]', 'Image Gallery', '', 'publish', 'closed', 'closed', '', 'image-gallery', '', '', '2018-06-17 09:11:03', '2018-06-17 09:11:03', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/image-gallery/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1385, 1, '2018-06-17 09:11:34', '2018-06-17 09:11:34', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'publish', 'closed', 'closed', '', 'design', '', '', '2018-06-19 06:04:06', '2018-06-19 06:04:06', '', 0, 'https://seis.my/feelgroup/?page_id=1385', 0, 'page', '', 0),
(1386, 1, '2018-06-17 09:11:34', '2018-06-17 09:11:34', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:11:34', '2018-06-17 09:11:34', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1388, 1, '2018-06-17 09:13:05', '2018-06-17 09:13:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:13:05', '2018-06-17 09:13:05', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1389, 1, '2018-06-17 09:19:48', '2018-06-17 09:19:48', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_0.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 09:19:48"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f73696a5-ba39-4d5d-9f62-7611a3fdfb5b', '', '', '2018-06-17 09:19:48', '2018-06-17 09:19:48', '', 0, 'https://seis.my/feelgroup/2018/06/17/f73696a5-ba39-4d5d-9f62-7611a3fdfb5b/', 0, 'customize_changeset', '', 0),
(1390, 1, '2018-06-17 09:19:48', '2018-06-17 09:19:48', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_0.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 09:19:48', '2018-06-17 09:19:48', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1435, 1, '2018-06-17 09:34:13', '2018-06-17 09:34:13', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-17 09:34:13', '2018-06-17 09:34:13', '', 184, 'https://seis.my/feelgroup/2018/06/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1391, 1, '2018-06-17 09:21:31', '2018-06-17 09:21:31', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-17 09:21:31', '2018-06-17 09:21:31', '', 184, 'https://seis.my/feelgroup/2018/06/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1392, 1, '2018-06-17 09:23:45', '2018-06-17 09:23:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:23:45', '2018-06-17 09:23:45', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1393, 1, '2018-06-17 09:24:44', '2018-06-17 09:24:44', '', 'DESIGN-01', '', 'inherit', 'open', 'closed', '', 'design-01', '', '', '2018-06-17 09:24:44', '2018-06-17 09:24:44', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1394, 1, '2018-06-17 09:24:47', '2018-06-17 09:24:47', '', 'DESIGN-02', '', 'inherit', 'open', 'closed', '', 'design-02', '', '', '2018-06-17 09:24:47', '2018-06-17 09:24:47', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1395, 1, '2018-06-17 09:24:49', '2018-06-17 09:24:49', '', 'DESIGN-03', '', 'inherit', 'open', 'closed', '', 'design-03', '', '', '2018-06-17 09:24:49', '2018-06-17 09:24:49', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1396, 1, '2018-06-17 09:24:53', '2018-06-17 09:24:53', '', 'DESIGN-04', '', 'inherit', 'open', 'closed', '', 'design-04', '', '', '2018-06-17 09:24:53', '2018-06-17 09:24:53', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1397, 1, '2018-06-17 09:24:56', '2018-06-17 09:24:56', '', 'DESIGN-05', '', 'inherit', 'open', 'closed', '', 'design-05', '', '', '2018-06-17 09:24:56', '2018-06-17 09:24:56', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1398, 1, '2018-06-17 09:25:01', '2018-06-17 09:25:01', '', 'DESIGN-06', '', 'inherit', 'open', 'closed', '', 'design-06', '', '', '2018-06-17 09:25:01', '2018-06-17 09:25:01', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1399, 1, '2018-06-17 09:25:05', '2018-06-17 09:25:05', '', 'DESIGN-07', '', 'inherit', 'open', 'closed', '', 'design-07', '', '', '2018-06-17 09:25:05', '2018-06-17 09:25:05', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1400, 1, '2018-06-17 09:25:08', '2018-06-17 09:25:08', '', 'DESIGN-08', '', 'inherit', 'open', 'closed', '', 'design-08', '', '', '2018-06-17 09:25:08', '2018-06-17 09:25:08', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(1401, 1, '2018-06-17 09:25:23', '2018-06-17 09:25:23', '', 'DESIGN-09', '', 'inherit', 'open', 'closed', '', 'design-09', '', '', '2018-06-17 09:25:23', '2018-06-17 09:25:23', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(1402, 1, '2018-06-17 09:25:39', '2018-06-17 09:25:39', '', 'DESIGN-10', '', 'inherit', 'open', 'closed', '', 'design-10', '', '', '2018-06-17 09:25:39', '2018-06-17 09:25:39', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(1403, 1, '2018-06-17 09:25:42', '2018-06-17 09:25:42', '', 'DESIGN-11', '', 'inherit', 'open', 'closed', '', 'design-11', '', '', '2018-06-17 09:25:42', '2018-06-17 09:25:42', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(1404, 1, '2018-06-17 09:25:44', '2018-06-17 09:25:44', '', 'DESIGN-12', '', 'inherit', 'open', 'closed', '', 'design-12', '', '', '2018-06-17 09:25:44', '2018-06-17 09:25:44', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1405, 1, '2018-06-17 09:25:47', '2018-06-17 09:25:47', '', 'DESIGN-13', '', 'inherit', 'open', 'closed', '', 'design-13', '', '', '2018-06-17 09:25:47', '2018-06-17 09:25:47', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1406, 1, '2018-06-17 09:25:49', '2018-06-17 09:25:49', '', 'DESIGN-14', '', 'inherit', 'open', 'closed', '', 'design-14', '', '', '2018-06-17 09:25:49', '2018-06-17 09:25:49', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(1407, 1, '2018-06-17 09:25:52', '2018-06-17 09:25:52', '', 'DESIGN-15', '', 'inherit', 'open', 'closed', '', 'design-15', '', '', '2018-06-17 09:25:52', '2018-06-17 09:25:52', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(1644, 1, '2018-06-18 10:45:01', '2018-06-18 10:45:01', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 10:45:01', '2018-06-18 10:45:01', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1641, 1, '2018-06-18 10:19:30', '2018-06-18 10:19:30', '{\n    "monstroid2-child::sticky_target": {\n        "value": "menu_only",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:19:30"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8f3fe11c-7270-491d-93af-2d0a791921a5', '', '', '2018-06-18 10:19:30', '2018-06-18 10:19:30', '', 0, 'https://seis.my/feelgroup/2018/06/18/8f3fe11c-7270-491d-93af-2d0a791921a5/', 0, 'customize_changeset', '', 0),
(1642, 1, '2018-06-18 10:20:52', '2018-06-18 10:20:52', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "style-4",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:20:52"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '63134d1b-5f65-422a-8d5e-f2f5ab69164a', '', '', '2018-06-18 10:20:52', '2018-06-18 10:20:52', '', 0, 'https://seis.my/feelgroup/?p=1642', 0, 'customize_changeset', '', 0),
(1643, 1, '2018-06-18 10:25:22', '0000-00-00 00:00:00', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "style-4",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:25:22"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '872c4dbb-f1bf-473e-9780-3a3a642ea5eb', '', '', '2018-06-18 10:25:22', '2018-06-18 10:25:22', '', 0, 'https://seis.my/feelgroup/?p=1643', 0, 'customize_changeset', '', 0);
INSERT INTO `wpag_posts` VALUES
(1645, 1, '2018-06-18 10:47:03', '2018-06-18 10:47:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 10:47:03', '2018-06-18 10:47:03', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1408, 1, '2018-06-17 09:25:56', '2018-06-17 09:25:56', '', 'DESIGN-16', '', 'inherit', 'open', 'closed', '', 'design-16', '', '', '2018-06-17 09:25:56', '2018-06-17 09:25:56', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(1409, 1, '2018-06-17 09:25:58', '2018-06-17 09:25:58', '', 'DESIGN-17', '', 'inherit', 'open', 'closed', '', 'design-17', '', '', '2018-06-17 09:25:58', '2018-06-17 09:25:58', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(1410, 1, '2018-06-17 09:26:01', '2018-06-17 09:26:01', '', 'DESIGN-18', '', 'inherit', 'open', 'closed', '', 'design-18', '', '', '2018-06-17 09:26:01', '2018-06-17 09:26:01', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg', 0, 'attachment', 'image/jpeg', 0),
(1411, 1, '2018-06-17 09:26:04', '2018-06-17 09:26:04', '', 'DESIGN-19', '', 'inherit', 'open', 'closed', '', 'design-19', '', '', '2018-06-17 09:26:04', '2018-06-17 09:26:04', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(1412, 1, '2018-06-17 09:26:07', '2018-06-17 09:26:07', '', 'DESIGN-20', '', 'inherit', 'open', 'closed', '', 'design-20', '', '', '2018-06-17 09:26:07', '2018-06-17 09:26:07', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg', 0, 'attachment', 'image/jpeg', 0),
(1413, 1, '2018-06-17 09:26:11', '2018-06-17 09:26:11', '', 'DESIGN-21', '', 'inherit', 'open', 'closed', '', 'design-21', '', '', '2018-06-17 09:26:11', '2018-06-17 09:26:11', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(1414, 1, '2018-06-17 09:26:14', '2018-06-17 09:26:14', '', 'DESIGN-22', '', 'inherit', 'open', 'closed', '', 'design-22', '', '', '2018-06-17 09:26:14', '2018-06-17 09:26:14', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(1415, 1, '2018-06-17 09:26:18', '2018-06-17 09:26:18', '', 'DESIGN-23', '', 'inherit', 'open', 'closed', '', 'design-23', '', '', '2018-06-17 09:26:18', '2018-06-17 09:26:18', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(1416, 1, '2018-06-17 09:26:21', '2018-06-17 09:26:21', '', 'DESIGN-24', '', 'inherit', 'open', 'closed', '', 'design-24', '', '', '2018-06-17 09:26:21', '2018-06-17 09:26:21', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg', 0, 'attachment', 'image/jpeg', 0),
(1417, 1, '2018-06-17 09:26:24', '2018-06-17 09:26:24', '', 'DESIGN-25', '', 'inherit', 'open', 'closed', '', 'design-25', '', '', '2018-06-17 09:26:24', '2018-06-17 09:26:24', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg', 0, 'attachment', 'image/jpeg', 0),
(1418, 1, '2018-06-17 09:26:27', '2018-06-17 09:26:27', '', 'DESIGN-26', '', 'inherit', 'open', 'closed', '', 'design-26', '', '', '2018-06-17 09:26:27', '2018-06-17 09:26:27', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(1419, 1, '2018-06-17 09:26:32', '2018-06-17 09:26:32', '', 'DESIGN-27', '', 'inherit', 'open', 'closed', '', 'design-27', '', '', '2018-06-17 09:26:32', '2018-06-17 09:26:32', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(1420, 1, '2018-06-17 09:26:34', '2018-06-17 09:26:34', '', 'DESIGN-28', '', 'inherit', 'open', 'closed', '', 'design-28', '', '', '2018-06-17 09:26:34', '2018-06-17 09:26:34', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg', 0, 'attachment', 'image/jpeg', 0),
(1421, 1, '2018-06-17 09:26:37', '2018-06-17 09:26:37', '', 'DESIGN-29', '', 'inherit', 'open', 'closed', '', 'design-29', '', '', '2018-06-17 09:26:37', '2018-06-17 09:26:37', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg', 0, 'attachment', 'image/jpeg', 0),
(1422, 1, '2018-06-17 09:26:40', '2018-06-17 09:26:40', '', 'DESIGN-30', '', 'inherit', 'open', 'closed', '', 'design-30', '', '', '2018-06-17 09:26:40', '2018-06-17 09:26:40', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg', 0, 'attachment', 'image/jpeg', 0),
(1423, 1, '2018-06-17 09:26:44', '2018-06-17 09:26:44', '', 'DESIGN-31', '', 'inherit', 'open', 'closed', '', 'design-31', '', '', '2018-06-17 09:26:44', '2018-06-17 09:26:44', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(1424, 1, '2018-06-17 09:26:47', '2018-06-17 09:26:47', '', 'DESIGN-32', '', 'inherit', 'open', 'closed', '', 'design-32', '', '', '2018-06-17 09:26:47', '2018-06-17 09:26:47', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg', 0, 'attachment', 'image/jpeg', 0),
(1425, 1, '2018-06-17 09:26:49', '2018-06-17 09:26:49', '', 'DESIGN-33', '', 'inherit', 'open', 'closed', '', 'design-33', '', '', '2018-06-17 09:26:49', '2018-06-17 09:26:49', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg', 0, 'attachment', 'image/jpeg', 0),
(1426, 1, '2018-06-17 09:26:52', '2018-06-17 09:26:52', '', 'DESIGN-34', '', 'inherit', 'open', 'closed', '', 'design-34', '', '', '2018-06-17 09:26:52', '2018-06-17 09:26:52', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg', 0, 'attachment', 'image/jpeg', 0),
(1427, 1, '2018-06-17 09:26:56', '2018-06-17 09:26:56', '', 'DESIGN-35', '', 'inherit', 'open', 'closed', '', 'design-35', '', '', '2018-06-17 09:26:56', '2018-06-17 09:26:56', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg', 0, 'attachment', 'image/jpeg', 0),
(1428, 1, '2018-06-17 09:27:01', '2018-06-17 09:27:01', '', 'DESIGN-36', '', 'inherit', 'open', 'closed', '', 'design-36', '', '', '2018-06-17 09:27:01', '2018-06-17 09:27:01', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg', 0, 'attachment', 'image/jpeg', 0),
(1429, 1, '2018-06-17 09:27:04', '2018-06-17 09:27:04', '', 'DESIGN-37', '', 'inherit', 'open', 'closed', '', 'design-37', '', '', '2018-06-17 09:27:04', '2018-06-17 09:27:04', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg', 0, 'attachment', 'image/jpeg', 0),
(1430, 1, '2018-06-17 09:27:08', '2018-06-17 09:27:08', '', 'DESIGN-38', '', 'inherit', 'open', 'closed', '', 'design-38', '', '', '2018-06-17 09:27:08', '2018-06-17 09:27:08', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg', 0, 'attachment', 'image/jpeg', 0),
(1431, 1, '2018-06-17 09:27:14', '2018-06-17 09:27:14', '', 'DESIGN-39', '', 'inherit', 'open', 'closed', '', 'design-39', '', '', '2018-06-17 09:27:14', '2018-06-17 09:27:14', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg', 0, 'attachment', 'image/jpeg', 0),
(1432, 1, '2018-06-17 09:30:17', '2018-06-17 09:30:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:30:17', '2018-06-17 09:30:17', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1433, 1, '2018-06-17 09:32:15', '2018-06-17 09:32:15', '', 'DESIGN-09-2', '', 'inherit', 'open', 'closed', '', 'design-09-2', '', '', '2018-06-17 09:32:15', '2018-06-17 09:32:15', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1434, 1, '2018-06-17 09:32:23', '2018-06-17 09:32:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:32:23', '2018-06-17 09:32:23', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1436, 1, '2018-06-17 09:35:56', '2018-06-17 09:35:56', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-17 09:35:56', '2018-06-17 09:35:56', '', 184, 'https://seis.my/feelgroup/2018/06/17/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1438, 1, '2018-06-17 09:49:51', '2018-06-17 09:49:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;">Design Showcase</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="35px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:49:51', '2018-06-17 09:49:51', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1437, 1, '2018-06-17 09:43:03', '2018-06-17 09:43:03', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:43:03', '2018-06-17 09:43:03', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1439, 1, '2018-06-17 09:50:43', '2018-06-17 09:50:43', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;">Design Showcase</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|50px||50px"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:50:43', '2018-06-17 09:50:43', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1440, 1, '2018-06-17 09:51:48', '2018-06-17 09:51:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;">Design Showcase</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:51:48', '2018-06-17 09:51:48', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1442, 1, '2018-06-17 09:54:27', '2018-06-17 09:54:27', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:54:27', '2018-06-17 09:54:27', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1441, 1, '2018-06-17 09:52:12', '2018-06-17 09:52:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;">Design Showcase</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:52:12', '2018-06-17 09:52:12', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1443, 1, '2018-06-17 09:55:22', '2018-06-17 09:55:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 09:55:22', '2018-06-17 09:55:22', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1444, 1, '2018-06-17 09:57:26', '2018-06-17 09:57:26', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 50%;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 09:57:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6653a0f6-17b8-4374-8786-3ee0cfd1e2c8', '', '', '2018-06-17 09:57:26', '2018-06-17 09:57:26', '', 0, 'https://seis.my/feelgroup/2018/06/17/6653a0f6-17b8-4374-8786-3ee0cfd1e2c8/', 0, 'customize_changeset', '', 0),
(1445, 1, '2018-06-17 09:57:26', '2018-06-17 09:57:26', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 50%;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 09:57:26', '2018-06-17 09:57:26', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0),
(1446, 1, '2018-06-17 10:01:14', '2018-06-17 10:01:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 10:01:14', '2018-06-17 10:01:14', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1447, 1, '2018-06-17 10:01:41', '2018-06-17 10:01:41', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 10:01:41', '2018-06-17 10:01:41', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1451, 1, '2018-06-17 10:16:54', '2018-06-17 10:16:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 10:16:54', '2018-06-17 10:16:54', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1448, 1, '2018-06-17 10:04:26', '2018-06-17 10:04:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5" alt="DESIGN-01" title_text="DESIGN-01"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 10:04:26', '2018-06-17 10:04:26', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1449, 1, '2018-06-17 10:10:18', '2018-06-17 10:10:18', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 100%!important;\\n}\\n.tm_pb_module.tm-waypoint.tm_pb_image.tm_pb_animation_left {\\nmax-width: 50%!important;\\ndisplay: inline-block!important;\\n}\\n}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:10:16"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '95596d55-4132-44ab-a9ce-2a178afe4f8e', '', '', '2018-06-17 10:10:18', '2018-06-17 10:10:18', '', 0, 'https://seis.my/feelgroup/?p=1449', 0, 'customize_changeset', '', 0),
(1453, 1, '2018-06-17 10:19:41', '2018-06-17 10:19:41', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 10:19:41', '2018-06-17 10:19:41', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0),
(1450, 1, '2018-06-17 10:10:18', '2018-06-17 10:10:18', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 100%!important;\n}\n.tm_pb_module.tm-waypoint.tm_pb_image.tm_pb_animation_left {\nmax-width: 50%!important;\ndisplay: inline-block!important;\n}\n}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 10:10:18', '2018-06-17 10:10:18', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0),
(1534, 1, '2018-06-19 06:31:05', '2018-06-19 06:31:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Tee''s Mockup Template</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\n\n<p>\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Product Color Chart</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\n\n<p>\nWidest range of tee’s color collection you ever wanted!</p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Order Form & Guide</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-autosave-v1', '', '', '2018-06-19 06:31:05', '2018-06-19 06:31:05', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-autosave-v1/', 0, 'revision', '', 0),
(1452, 1, '2018-06-17 10:19:41', '2018-06-17 10:19:41', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:19:41"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '01cce2c8-6e7a-4564-b951-f9d4b3c33607', '', '', '2018-06-17 10:19:41', '2018-06-17 10:19:41', '', 0, 'https://seis.my/feelgroup/2018/06/17/01cce2c8-6e7a-4564-b951-f9d4b3c33607/', 0, 'customize_changeset', '', 0),
(1454, 1, '2018-06-17 10:20:13', '2018-06-17 10:20:13', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 100%!important;\\n}\\n.tm_pb_module.tm-waypoint.tm_pb_image.tm_pb_animation_left {\\nmax-width: 50%!important;\\ndisplay: inline-block!important;\\n}\\n}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:20:13"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'aa32c177-b385-4f45-88d1-7b08402df82d', '', '', '2018-06-17 10:20:13', '2018-06-17 10:20:13', '', 0, 'https://seis.my/feelgroup/2018/06/17/aa32c177-b385-4f45-88d1-7b08402df82d/', 0, 'customize_changeset', '', 0),
(1509, 1, '2018-06-17 12:04:28', '2018-06-17 12:04:28', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 100%!important;\n}\n	\n\n}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 12:04:28', '2018-06-17 12:04:28', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0),
(1455, 1, '2018-06-17 10:20:13', '2018-06-17 10:20:13', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 100%!important;\n}\n.tm_pb_module.tm-waypoint.tm_pb_image.tm_pb_animation_left {\nmax-width: 50%!important;\ndisplay: inline-block!important;\n}\n}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 10:20:13', '2018-06-17 10:20:13', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1456, 3, '2018-06-17 10:26:20', '2018-06-17 10:26:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-autosave-v1', '', '', '2018-06-17 10:26:20', '2018-06-17 10:26:20', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-autosave-v1/', 0, 'revision', '', 0),
(1514, 1, '2018-06-17 12:10:20', '2018-06-17 12:10:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 12:10:20', '2018-06-17 12:10:20', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1457, 3, '2018-06-17 10:27:12', '2018-06-17 10:27:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 10:27:12', '2018-06-17 10:27:12', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1458, 1, '2018-06-17 10:35:59', '2018-06-17 10:35:59', ' ', '', '', 'publish', 'closed', 'closed', '', '1458', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1458', 4, 'nav_menu_item', '', 0),
(1459, 1, '2018-06-17 10:43:15', '2018-06-17 10:43:15', '{\n    "monstroid2-child::header_menu_attributes": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:37:52"\n    },\n    "monstroid2-child::more_button_type": {\n        "value": "text",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:37:52"\n    },\n    "monstroid2-child::more_button_text": {\n        "value": "More",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:37:52"\n    },\n    "monstroid2-child::header_layout_type": {\n        "value": "default",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:43:15"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0493cf2f-af9c-43af-b07a-546153645b96', '', '', '2018-06-17 10:43:15', '2018-06-17 10:43:15', '', 0, 'https://seis.my/feelgroup/?p=1459', 0, 'customize_changeset', '', 0),
(1460, 1, '2018-06-17 10:44:02', '2018-06-17 10:44:02', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "style-2",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:44:02"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '650715ae-1219-4c7c-a7b1-fe0e083fc0e0', '', '', '2018-06-17 10:44:02', '2018-06-17 10:44:02', '', 0, 'https://seis.my/feelgroup/2018/06/17/650715ae-1219-4c7c-a7b1-fe0e083fc0e0/', 0, 'customize_changeset', '', 0),
(1461, 1, '2018-06-17 10:57:06', '2018-06-17 10:57:06', '{\n    "monstroid2-child::sticky_target": {\n        "value": "header",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:51:08"\n    },\n    "monstroid2-child::top_panel_visibility": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:47:56"\n    },\n    "monstroid2-child::header_layout_type": {\n        "value": "style-4",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:50:16"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '88d0ceb7-7821-4ed0-b57e-747cb75d4324', '', '', '2018-06-17 10:57:06', '2018-06-17 10:57:06', '', 0, 'https://seis.my/feelgroup/?p=1461', 0, 'customize_changeset', '', 0),
(1462, 1, '2018-06-17 10:57:23', '2018-06-17 10:57:23', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "default",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:57:23"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '459f0080-6d27-4b9f-92d8-0d224e5849e5', '', '', '2018-06-17 10:57:23', '2018-06-17 10:57:23', '', 0, 'https://seis.my/feelgroup/2018/06/17/459f0080-6d27-4b9f-92d8-0d224e5849e5/', 0, 'customize_changeset', '', 0),
(1463, 1, '2018-06-17 10:57:48', '2018-06-17 10:57:48', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "style-2",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 10:57:48"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8e5bd4b8-c31f-4fb6-b4ee-b23b5bfc7bad', '', '', '2018-06-17 10:57:48', '2018-06-17 10:57:48', '', 0, 'https://seis.my/feelgroup/2018/06/17/8e5bd4b8-c31f-4fb6-b4ee-b23b5bfc7bad/', 0, 'customize_changeset', '', 0),
(1464, 1, '2018-06-17 11:23:53', '2018-06-17 11:23:53', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Pricing</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2018-06-19 06:29:14', '2018-06-19 06:29:14', '', 0, 'https://seis.my/feelgroup/?page_id=1464', 0, 'page', '', 0),
(1465, 1, '2018-06-17 11:23:53', '2018-06-17 11:23:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:23:53', '2018-06-17 11:23:53', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1466, 1, '2018-06-17 11:24:41', '2018-06-17 11:24:41', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n<p style="text-align: center;"><strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:24:41', '2018-06-17 11:24:41', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1467, 1, '2018-06-17 11:25:13', '2018-06-17 11:25:13', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n<p style="text-align: center;"><strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:25:13', '2018-06-17 11:25:13', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1468, 1, '2018-06-17 11:25:57', '2018-06-17 11:25:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:25:57', '2018-06-17 11:25:57', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1470, 1, '2018-06-17 11:27:36', '2018-06-17 11:27:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:27:36', '2018-06-17 11:27:36', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1469, 1, '2018-06-17 11:27:00', '2018-06-17 11:27:00', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question.\r\nThe best way to find out, is of course by talking to us. We can, however, share\r\nwith you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:27:00', '2018-06-17 11:27:00', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1471, 1, '2018-06-17 11:29:12', '2018-06-17 11:29:12', '[tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" template_type="module"]\n\n<p>Our Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\n\n[/tm_pb_blurb]', 'home page - bluurb', '', 'publish', 'closed', 'closed', '', 'home-page-bluurb', '', '', '2018-06-17 11:29:12', '2018-06-17 11:29:12', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/home-page-bluurb/', 0, 'tm_pb_layout', '', 0),
(1472, 1, '2018-06-17 11:29:17', '2018-06-17 11:29:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][tm_pb_column type="1_3"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:29:17', '2018-06-17 11:29:17', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1473, 1, '2018-06-17 11:30:04', '2018-06-17 11:30:04', '', 'DESIGN', '', 'inherit', 'open', 'closed', '', 'design-2', '', '', '2018-06-17 11:30:04', '2018-06-17 11:30:04', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1474, 1, '2018-06-17 11:30:08', '2018-06-17 11:30:08', '', 'PRODUCT', '', 'inherit', 'open', 'closed', '', 'product', '', '', '2018-06-17 11:30:08', '2018-06-17 11:30:08', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg', 0, 'attachment', 'image/jpeg', 0),
(1475, 1, '2018-06-17 11:30:12', '2018-06-17 11:30:12', '', 'QUANTITY', '', 'inherit', 'open', 'closed', '', 'quantity', '', '', '2018-06-17 11:30:12', '2018-06-17 11:30:12', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg', 0, 'attachment', 'image/jpeg', 0),
(1476, 1, '2018-06-17 11:30:57', '2018-06-17 11:30:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your\r\ncustomization. Depending on your purpose, e.g.\r\nformal event, corporate function, sports or\r\ncasual event, you would then choose the\r\nproduct with the material most suitable for that\r\npurpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:30:57', '2018-06-17 11:30:57', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1477, 1, '2018-06-17 11:35:11', '2018-06-17 11:35:11', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:35:11', '2018-06-17 11:35:11', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1478, 1, '2018-06-17 11:36:04', '2018-06-17 11:36:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the <u>3 main factors</u> that influence the price of a t- shirt.(MOQ @ 36 pcs/ style/ design)</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:36:04', '2018-06-17 11:36:04', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1479, 1, '2018-06-17 11:37:01', '2018-06-17 11:37:01', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:37:01', '2018-06-17 11:37:01', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1480, 1, '2018-06-19 06:26:45', '2018-06-19 06:26:45', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Pricing</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\n\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\n\n<p>\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<p>\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<p>\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\n\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\n\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\n\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\n\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n</p>\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-autosave-v1', '', '', '2018-06-19 06:26:45', '2018-06-19 06:26:45', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1481, 1, '2018-06-17 11:39:33', '2018-06-17 11:39:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nSame theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:39:33', '2018-06-17 11:39:33', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1482, 1, '2018-06-17 11:40:26', '2018-06-17 11:40:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:40:26', '2018-06-17 11:40:26', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1483, 1, '2018-06-17 11:42:43', '2018-06-17 11:42:43', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="off" disabled="off" disabled_on="off|||" divider_style="solid" /][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:42:43', '2018-06-17 11:42:43', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1484, 1, '2018-06-17 11:43:31', '2018-06-17 11:43:31', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:43:31', '2018-06-17 11:43:31', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1485, 1, '2018-06-17 11:44:54', '2018-06-17 11:44:54', '', 'S1-(A)', '', 'inherit', 'open', 'closed', '', 's1-a', '', '', '2018-06-17 11:44:54', '2018-06-17 11:44:54', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(1486, 1, '2018-06-17 11:44:57', '2018-06-17 11:44:57', '', 'S1-(B)', '', 'inherit', 'open', 'closed', '', 's1-b', '', '', '2018-06-17 11:44:57', '2018-06-17 11:44:57', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(1487, 1, '2018-06-17 11:45:01', '2018-06-17 11:45:01', '', 'S2-(A)', '', 'inherit', 'open', 'closed', '', 's2-a', '', '', '2018-06-17 11:45:01', '2018-06-17 11:45:01', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(1488, 1, '2018-06-17 11:45:05', '2018-06-17 11:45:05', '', 'S2-(B)', '', 'inherit', 'open', 'closed', '', 's2-b', '', '', '2018-06-17 11:45:05', '2018-06-17 11:45:05', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(1489, 1, '2018-06-17 11:45:08', '2018-06-17 11:45:08', '', 'S3-(A)', '', 'inherit', 'open', 'closed', '', 's3-a', '', '', '2018-06-17 11:45:08', '2018-06-17 11:45:08', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(1490, 1, '2018-06-17 11:45:12', '2018-06-17 11:45:12', '', 'S3-(B)', '', 'inherit', 'open', 'closed', '', 's3-b', '', '', '2018-06-17 11:45:12', '2018-06-17 11:45:12', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(1491, 1, '2018-06-17 11:45:15', '2018-06-17 11:45:15', '', 'S4-(A)', '', 'inherit', 'open', 'closed', '', 's4-a', '', '', '2018-06-17 11:45:15', '2018-06-17 11:45:15', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg', 0, 'attachment', 'image/jpeg', 0),
(1492, 1, '2018-06-17 11:45:18', '2018-06-17 11:45:18', '', 'S4-(B)', '', 'inherit', 'open', 'closed', '', 's4-b', '', '', '2018-06-17 11:45:18', '2018-06-17 11:45:18', '', 1464, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg', 0, 'attachment', 'image/jpeg', 0),
(1493, 1, '2018-06-17 11:45:44', '2018-06-17 11:45:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:45:44', '2018-06-17 11:45:44', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1494, 1, '2018-06-17 11:47:06', '2018-06-17 11:47:06', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:47:06', '2018-06-17 11:47:06', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1495, 1, '2018-06-17 11:47:28', '2018-06-17 11:47:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:47:28', '2018-06-17 11:47:28', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1496, 1, '2018-06-17 11:48:02', '2018-06-17 11:48:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:48:02', '2018-06-17 11:48:02', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1497, 1, '2018-06-17 11:49:28', '2018-06-17 11:49:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="on" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:49:28', '2018-06-17 11:49:28', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1498, 1, '2018-06-17 11:50:06', '2018-06-17 11:50:06', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="on" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:50:06', '2018-06-17 11:50:06', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1499, 1, '2018-06-17 11:50:39', '2018-06-17 11:50:39', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="on" use_grid_padding="off" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:50:39', '2018-06-17 11:50:39', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1500, 1, '2018-06-17 11:51:05', '2018-06-17 11:51:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="on" use_grid_padding="on" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:51:05', '2018-06-17 11:51:05', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1501, 1, '2018-06-17 11:53:40', '2018-06-17 11:53:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:53:40', '2018-06-17 11:53:40', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1502, 1, '2018-06-17 11:54:53', '2018-06-17 11:54:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="dotted" /][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:54:53', '2018-06-17 11:54:53', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1505, 1, '2018-06-17 11:58:07', '2018-06-17 11:58:07', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:58:07', '2018-06-17 11:58:07', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1503, 1, '2018-06-17 11:55:21', '2018-06-17 11:55:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:55:21', '2018-06-17 11:55:21', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1504, 1, '2018-06-17 11:56:48', '2018-06-17 11:56:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="on" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_width_px="500%" custom_width_percent="100%"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 11:56:48', '2018-06-17 11:56:48', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1512, 1, '2018-06-17 12:08:22', '2018-06-17 12:08:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:08:22', '2018-06-17 12:08:22', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1507, 1, '2018-06-17 12:01:18', '2018-06-17 12:01:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:01:18', '2018-06-17 12:01:18', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1506, 1, '2018-06-17 12:00:33', '2018-06-17 12:00:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:00:33', '2018-06-17 12:00:33', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1508, 1, '2018-06-17 12:04:28', '2018-06-17 12:04:28', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 100%!important;\\n}\\n\\t\\n\\n}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 12:04:28"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a9b3265a-8494-4b3b-aa37-786731f6fb9d', '', '', '2018-06-17 12:04:28', '2018-06-17 12:04:28', '', 0, 'https://seis.my/feelgroup/2018/06/17/a9b3265a-8494-4b3b-aa37-786731f6fb9d/', 0, 'customize_changeset', '', 0),
(1510, 1, '2018-06-17 12:06:43', '2018-06-17 12:06:43', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\\nmax-width: 50%!important;\\n}\\n\\n\\n}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-17 12:06:43"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c5f03cd2-5c21-4479-b737-3f82d758f37e', '', '', '2018-06-17 12:06:43', '2018-06-17 12:06:43', '', 0, 'https://seis.my/feelgroup/2018/06/17/c5f03cd2-5c21-4479-b737-3f82d758f37e/', 0, 'customize_changeset', '', 0),
(1511, 1, '2018-06-17 12:06:43', '2018-06-17 12:06:43', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset > div {\nmax-width: 50%!important;\n}\n\n\n}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-17 12:06:43', '2018-06-17 12:06:43', '', 941, 'https://seis.my/feelgroup/2018/06/17/941-revision-v1/', 0, 'revision', '', 0),
(1513, 1, '2018-06-17 12:09:48', '2018-06-17 12:09:48', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||" template_type="row"][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row]', 'Design showcase- Full 39 image', '', 'publish', 'closed', 'closed', '', 'design-showcase-full-39-image', '', '', '2018-06-17 12:09:48', '2018-06-17 12:09:48', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/design-showcase-full-39-image/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1631, 1, '2018-06-18 09:16:13', '2018-06-18 09:16:13', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 09:16:13', '2018-06-18 09:16:13', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1515, 1, '2018-06-17 12:12:35', '2018-06-17 12:12:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-17 12:12:35', '2018-06-17 12:12:35', '', 1385, 'https://seis.my/feelgroup/2018/06/17/1385-revision-v1/', 0, 'revision', '', 0),
(1517, 1, '2018-06-17 12:14:25', '2018-06-17 12:14:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:14:25', '2018-06-17 12:14:25', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1516, 1, '2018-06-17 12:13:36', '2018-06-17 12:13:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" disabled="off" disabled_on="off|||" height="5" divider_style="outset"] [/tm_pb_divider][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:13:36', '2018-06-17 12:13:36', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1518, 1, '2018-06-17 12:16:20', '2018-06-17 12:16:20', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:16:20', '2018-06-17 12:16:20', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1519, 1, '2018-06-17 12:16:48', '2018-06-17 12:16:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:16:48', '2018-06-17 12:16:48', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1520, 1, '2018-06-17 12:18:46', '2018-06-17 12:18:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:18:46', '2018-06-17 12:18:46', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1521, 1, '2018-06-17 12:19:19', '2018-06-17 12:19:19', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\n\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with<br />better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'Pricing - Callout action', '', 'publish', 'closed', 'closed', '', 'pricing-callout-action', '', '', '2018-06-17 12:19:19', '2018-06-17 12:19:19', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/pricing-callout-action/', 0, 'tm_pb_layout', '', 0),
(1522, 1, '2018-06-17 12:19:28', '2018-06-17 12:19:28', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||" template_type="row"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row]', 'Pricing - image comparison', '', 'publish', 'closed', 'closed', '', 'pricing-image-comparison', '', '', '2018-06-17 12:19:28', '2018-06-17 12:19:28', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/pricing-image-comparison/', 0, 'tm_pb_layout', '', 0),
(1523, 1, '2018-06-17 12:21:36', '2018-06-17 12:21:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||on"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up\r\nlooking better and possibly saving you more than your intended budget! One thing for sure, our design for you will\r\nconvey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:21:36', '2018-06-17 12:21:36', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1524, 1, '2018-06-17 12:22:45', '2018-06-17 12:22:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"] A range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy. [/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"] The T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome. [/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up\r\nlooking better and possibly saving you more than your intended budget! One thing for sure, our design for you will\r\nconvey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:22:45', '2018-06-17 12:22:45', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1525, 1, '2018-06-17 12:23:59', '2018-06-17 12:23:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with<br />better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:23:59', '2018-06-17 12:23:59', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1526, 1, '2018-06-17 12:25:27', '2018-06-17 12:25:27', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with\r\nbetter illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints.\r\nOur Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design,\r\nwhich could end up looking better and possibly saving you more than your intended budget! One thing for sure,\r\nour design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:25:27', '2018-06-17 12:25:27', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1528, 1, '2018-06-17 12:27:08', '2018-06-17 12:27:08', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:27:08', '2018-06-17 12:27:08', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1527, 1, '2018-06-17 12:26:23', '2018-06-17 12:26:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with<br />better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:26:23', '2018-06-17 12:26:23', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1529, 1, '2018-06-17 12:29:08', '2018-06-17 12:29:08', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:29:08', '2018-06-17 12:29:08', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1530, 1, '2018-06-17 12:31:17', '2018-06-17 12:31:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br>Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 12:31:17', '2018-06-17 12:31:17', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1531, 1, '2018-06-17 12:35:21', '2018-06-17 12:35:21', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Resources</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Tee''s Mockup Template</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Product Color Chart</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nWidest range of tee’s color collection you ever wanted!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Order Form & Guide</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2018-06-19 06:31:38', '2018-06-19 06:31:38', '', 0, 'https://seis.my/feelgroup/?page_id=1531', 0, 'page', '', 0),
(1532, 1, '2018-06-17 12:34:11', '2018-06-17 12:34:11', '[tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row]', 'Title Header', '', 'publish', 'closed', 'closed', '', 'title-header', '', '', '2018-06-17 12:34:11', '2018-06-17 12:34:11', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/title-header/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1535, 1, '2018-06-17 12:37:19', '2018-06-17 12:37:19', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" /][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:37:19', '2018-06-17 12:37:19', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1533, 1, '2018-06-17 12:35:21', '2018-06-17 12:35:21', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="left" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:35:21', '2018-06-17 12:35:21', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1537, 1, '2018-06-17 12:39:42', '2018-06-17 12:39:42', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:39:42', '2018-06-17 12:39:42', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1536, 1, '2018-06-17 12:38:33', '2018-06-17 12:38:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_2"][/tm_pb_column][tm_pb_column type="1_2"][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="on" admin_label="Section" template_type=""][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] Making your own design? Grab the FREE mockup template from here. [/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:38:33', '2018-06-17 12:38:33', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1538, 1, '2018-06-17 12:40:16', '2018-06-17 12:40:16', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:40:16', '2018-06-17 12:40:16', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1539, 1, '2018-06-17 12:40:49', '2018-06-17 12:40:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:40:49', '2018-06-17 12:40:49', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1540, 1, '2018-06-17 12:41:30', '2018-06-17 12:41:30', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:41:30', '2018-06-17 12:41:30', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1544, 1, '2018-06-17 12:46:23', '2018-06-17 12:46:23', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:46:23', '2018-06-17 12:46:23', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1541, 1, '2018-06-17 12:42:43', '2018-06-17 12:42:43', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:42:43', '2018-06-17 12:42:43', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1542, 1, '2018-06-17 12:43:19', '2018-06-17 12:43:19', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="200px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:43:19', '2018-06-17 12:43:19', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1543, 1, '2018-06-17 12:44:17', '2018-06-17 12:44:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width_last_edited="off|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3" specialty_columns="2"][tm_pb_row_inner admin_label="Row"][tm_pb_column_inner type="4_4" saved_specialty_column_type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column_inner][/tm_pb_row_inner][/tm_pb_column][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:44:17', '2018-06-17 12:44:17', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1545, 1, '2018-06-17 12:47:25', '2018-06-17 12:47:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nWidest range of tee’s color collection you ever wanted!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:47:25', '2018-06-17 12:47:25', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1546, 1, '2018-06-17 12:48:55', '2018-06-17 12:48:55', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nWidest range of tee’s color collection you ever wanted!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:48:55', '2018-06-17 12:48:55', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1547, 1, '2018-06-17 12:50:09', '2018-06-17 12:50:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nWidest range of tee’s color collection you ever wanted!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:50:09', '2018-06-17 12:50:09', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1548, 1, '2018-06-17 12:51:54', '2018-06-17 12:51:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nWidest range of tee’s color collection you ever wanted!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:51:54', '2018-06-17 12:51:54', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1549, 1, '2018-06-17 12:52:52', '2018-06-17 12:52:52', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nWidest range of tee’s color collection you ever wanted!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-17 12:52:52', '2018-06-17 12:52:52', '', 1531, 'https://seis.my/feelgroup/2018/06/17/1531-revision-v1/', 0, 'revision', '', 0),
(1553, 1, '2018-06-17 12:58:38', '2018-06-17 12:58:38', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 12:58:38', '2018-06-17 12:58:38', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1554, 1, '2018-06-17 13:00:33', '2018-06-17 13:00:33', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\nFrom humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.\r\n\r\n&nbsp;\r\n\r\nFeel Group Asia’s extraordinary story continues, with you, very much a part of it!\r\n\r\n&nbsp;\r\n\r\n“Good Wear, Good Vibes.”\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:00:33', '2018-06-17 13:00:33', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1555, 1, '2018-06-17 13:01:26', '2018-06-17 13:01:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n<blockquote>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.\r\n\r\nFeel Group Asia’s extraordinary story continues, with you, very much a part of it!\r\n\r\n“Good Wear, Good Vibes.”</blockquote>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:01:26', '2018-06-17 13:01:26', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1556, 1, '2018-06-17 13:01:54', '2018-06-17 13:01:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n<blockquote>\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n</blockquote>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:01:54', '2018-06-17 13:01:54', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1557, 1, '2018-06-17 13:02:26', '2018-06-17 13:02:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:02:26', '2018-06-17 13:02:26', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1558, 1, '2018-06-17 13:03:54', '2018-06-17 13:03:54', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="20"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:03:54', '2018-06-17 13:03:54', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1559, 1, '2018-06-17 13:04:29', '2018-06-17 13:04:29', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="20"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:04:29', '2018-06-17 13:04:29', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1560, 1, '2018-06-17 13:05:15', '2018-06-17 13:05:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:05:15', '2018-06-17 13:05:15', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1561, 1, '2018-06-17 13:05:50', '2018-06-17 13:05:50', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:05:50', '2018-06-17 13:05:50', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1562, 1, '2018-06-17 13:07:31', '2018-06-17 13:07:31', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:07:31', '2018-06-17 13:07:31', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1563, 1, '2018-06-19 07:10:36', '2018-06-19 07:10:36', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n&nbsp;\n\n&nbsp;\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Poppins|on|||"]\n\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\n\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\n\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<h4>FAQ</h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\n\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\n\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\n\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\n\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\n\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\n\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\n\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\n\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\n\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-autosave-v1', '', '', '2018-06-19 07:10:36', '2018-06-19 07:10:36', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-autosave-v1/', 0, 'revision', '', 0),
(1564, 1, '2018-06-17 13:10:18', '2018-06-17 13:10:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section fullwidth="off" specialty="off" admin_label="Section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<strong>1.How much does a t-shirt cost?</strong>\r\n<span style="color: #808080;">#1 Frequently Asked Question by you!</span>\r\n<span style="color: #808080;">The best way to find out, is of course by talking to us.</span>\r\n<span style="color: #808080;">We can, however, share with you here the 3 main</span>\r\n<span style="color: #808080;">factors that influence the price of a T- Shirt.</span>\r\n<span style="color: #808080;">Product, Quantity, Design.</span>\r\n<span style="color: #808080;">Better visual? here.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:10:18', '2018-06-17 13:10:18', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1566, 1, '2018-06-17 13:13:43', '2018-06-17 13:13:43', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1.How much does a t-shirt cost?</strong></span></p>\r\n#1 Frequently Asked Question by you!\r\n\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.\r\n\r\n<strong>Product, Quantity, Design.</strong>\r\n\r\nBetter visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:13:43', '2018-06-17 13:13:43', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1565, 1, '2018-06-17 13:11:14', '2018-06-17 13:11:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><strong>1.How much does a t-shirt cost?</strong>\r\n<span style="color: #808080;">#1 Frequently Asked Question by you!</span>\r\n<span style="color: #808080;">The best way to find out, is of course by talking to us.</span>\r\n<span style="color: #808080;">We can, however, share with you here the 3 main</span>\r\n<span style="color: #808080;">factors that influence the price of a T- Shirt.</span>\r\n<span style="color: #808080;">Product, Quantity, Design.</span>\r\n<span style="color: #808080;">Better visual? here.</span></p>\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:11:14', '2018-06-17 13:11:14', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1567, 1, '2018-06-17 13:14:45', '2018-06-17 13:14:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1.How much does a t-shirt cost?</strong></span></p>\r\n#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.\r\n\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:14:45', '2018-06-17 13:14:45', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1568, 1, '2018-06-17 13:16:17', '2018-06-17 13:16:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<strong><span style="color: #000000;">2.Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:16:17', '2018-06-17 13:16:17', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1569, 1, '2018-06-17 13:20:02', '2018-06-17 13:20:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2.Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3.What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:20:02', '2018-06-17 13:20:02', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1570, 1, '2018-06-17 13:21:51', '2018-06-17 13:21:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2.Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3.What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4.Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:21:51', '2018-06-17 13:21:51', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1571, 1, '2018-06-17 13:25:40', '2018-06-17 13:25:40', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:25:40', '2018-06-17 13:25:40', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1572, 1, '2018-06-17 13:26:11', '2018-06-17 13:26:11', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px|||"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:26:11', '2018-06-17 13:26:11', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1573, 1, '2018-06-17 13:26:57', '2018-06-17 13:26:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:26:57', '2018-06-17 13:26:57', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1574, 1, '2018-06-17 13:28:10', '2018-06-17 13:28:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;">From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</p>\r\n<p style="text-align: center;">Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</p>\r\n<p style="text-align: center;">“Good Wear, Good Vibes.”</p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-17 13:28:10', '2018-06-17 13:28:10', '', 1551, 'https://seis.my/feelgroup/2018/06/17/1551-revision-v1/', 0, 'revision', '', 0),
(1575, 1, '2018-06-17 13:29:14', '2018-06-17 13:29:14', ' ', '', '', 'publish', 'closed', 'closed', '', '1575', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1575', 7, 'nav_menu_item', '', 0),
(1576, 1, '2018-06-17 13:29:14', '2018-06-17 13:29:14', ' ', '', '', 'publish', 'closed', 'closed', '', '1576', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1576', 6, 'nav_menu_item', '', 0),
(1577, 1, '2018-06-17 13:29:14', '2018-06-17 13:29:14', ' ', '', '', 'publish', 'closed', 'closed', '', '1577', '', '', '2018-06-17 13:29:14', '2018-06-17 13:29:14', '', 0, 'https://seis.my/feelgroup/?p=1577', 5, 'nav_menu_item', '', 0),
(1736, 1, '2018-06-19 05:43:38', '2018-06-19 05:43:38', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" height="2" divider_style="solid" /][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-19 05:43:38', '2018-06-19 05:43:38', '', 1464, 'https://seis.my/feelgroup/2018/06/19/1464-revision-v1/', 0, 'revision', '', 0),
(1583, 1, '2018-06-17 13:38:18', '2018-06-17 13:38:18', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="100px" padding_bottom_1="100px" background_color="#f6f6f7"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:38:18', '2018-06-17 13:38:18', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1579, 1, '2018-06-17 13:34:53', '2018-06-17 13:34:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" background_color="#f6f6f7"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br>Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:34:53', '2018-06-17 13:34:53', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1580, 1, '2018-06-17 13:36:12', '2018-06-17 13:36:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="100px" padding_bottom_1="100px"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br>Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:36:12', '2018-06-17 13:36:12', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1582, 1, '2018-06-17 13:37:36', '2018-06-17 13:37:36', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="100px" padding_bottom_1="100px" background_color="#f6f6f7"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:37:36', '2018-06-17 13:37:36', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1581, 1, '2018-06-17 13:36:56', '2018-06-17 13:36:56', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="100px" padding_bottom_1="100px" background_color="#f6f6f7"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" button_url="#" url_new_window="off" use_background_color="off" background_color="#ffffff" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="100px|200px|100px|200px" custom_padding_last_edited="on|desktop" title="Hmmm… How much does a T- Shirt cost?" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|phone" body_font_size_phone="18" custom_margin_last_edited="off|desktop" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</strong></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br>Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:36:56', '2018-06-17 13:36:56', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1584, 1, '2018-06-17 13:38:59', '2018-06-17 13:38:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="50px" padding_bottom_1="50px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:38:59', '2018-06-17 13:38:59', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1585, 1, '2018-06-17 13:39:58', '2018-06-17 13:39:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:39:58', '2018-06-17 13:39:58', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0),
(1586, 1, '2018-06-17 13:40:57', '2018-06-17 13:40:57', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-17 13:40:57', '2018-06-17 13:40:57', '', 1464, 'https://seis.my/feelgroup/2018/06/17/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1587, 1, '2018-06-18 02:08:48', '2018-06-18 02:08:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.\r\nWe can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!\r\nTip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.\r\n</span></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-18 02:08:48', '2018-06-18 02:08:48', '', 1464, 'https://seis.my/feelgroup/2018/06/18/1464-revision-v1/', 0, 'revision', '', 0),
(1590, 1, '2018-06-18 02:20:28', '2018-06-18 02:20:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: center;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong>\r\n\r\n<strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong>\r\n\r\n<strong>“Good Wear, Good Vibes.”</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost? </strong></span>#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">2. Do you provide design services?</span> </strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span> </strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span> </strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span> [/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <span style="color: #000000;"><strong>5. How about shipping &amp; logistics? </strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span> </strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span> </strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span> [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:20:28', '2018-06-18 02:20:28', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1588, 1, '2018-06-18 02:16:11', '2018-06-18 02:16:11', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<p style="text-align: center;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong>\r\n\r\n<strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong>\r\n\r\n<strong>“Good Wear, Good Vibes.”</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:16:11', '2018-06-18 02:16:11', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1589, 1, '2018-06-18 02:17:56', '2018-06-18 02:17:56', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<p style="text-align: center;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong>\r\n\r\n<strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong>\r\n\r\n<strong>“Good Wear, Good Vibes.”</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?\r\n</strong></span>#1 Frequently Asked Question by you!\r\nThe best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design.\r\n</strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span>\r\n</strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span>\r\n</strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span>\r\n</strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span>\r\n<span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate?\r\nWe do offer in-house print checks if the order quantity is more than 1000 pieces.\r\n</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?\r\n</strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span>\r\n</strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues.<strong>\r\n</strong>Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span>\r\n</strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span>\r\n<span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:17:56', '2018-06-18 02:17:56', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1591, 1, '2018-06-18 02:22:35', '2018-06-18 02:22:35', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4 style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></h4>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost? </strong></span>#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">2. Do you provide design services?</span> </strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span> </strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span> </strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span> [/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <span style="color: #000000;"><strong>5. How about shipping &amp; logistics? </strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span> </strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span> </strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span> [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:22:35', '2018-06-18 02:22:35', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1592, 1, '2018-06-18 02:23:51', '2018-06-18 02:23:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4 style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></h4>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" disabled_on="||on" disabled="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost? </strong></span>#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">2. Do you provide design services?</span> </strong><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span> </strong><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span> </strong><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span> [/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <span style="color: #000000;"><strong>5. How about shipping &amp; logistics? </strong></span><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span> </strong><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span> [/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"] <strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span> </strong><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span> [/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:23:51', '2018-06-18 02:23:51', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1593, 1, '2018-06-18 02:26:12', '2018-06-18 02:26:12', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4 style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></h4>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" disabled_on="||on" disabled="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:26:12', '2018-06-18 02:26:12', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1594, 1, '2018-06-18 02:28:02', '2018-06-18 02:28:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" disabled_on="||on" disabled="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:28:02', '2018-06-18 02:28:02', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1595, 1, '2018-06-18 02:29:25', '2018-06-18 02:29:25', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" disabled_on="||on" disabled="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:29:25', '2018-06-18 02:29:25', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1597, 1, '2018-06-18 02:35:10', '2018-06-18 02:35:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:35:10', '2018-06-18 02:35:10', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1596, 1, '2018-06-18 02:34:11', '2018-06-18 02:34:11', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="40" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" disabled_on="||on" disabled="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Call To Action" title="“Tee Specialists who want you to have The Extraordinary Feel”" url_new_window="off" use_background_color="on" background_color="rgba(255,255,255,0)" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_text_color="#000000" body_text_color="#000000" header_font_size="25"]\r\n<p style="text-align: center;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></p>\r\n<p style="text-align: center;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></p>\r\n<p style="text-align: center;"><strong>“Good Wear, Good Vibes.”</strong></p>\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:34:11', '2018-06-18 02:34:11', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1598, 1, '2018-06-18 02:39:48', '2018-06-18 02:39:48', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-18 02:39:48', '2018-06-18 02:39:48', '', 997, 'https://seis.my/feelgroup/2018/06/18/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1599, 1, '2018-06-18 02:40:15', '2018-06-18 02:40:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="100px||100px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:40:15', '2018-06-18 02:40:15', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1600, 1, '2018-06-18 02:43:09', '2018-06-18 02:43:09', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us " header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:43:09', '2018-06-18 02:43:09', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1601, 1, '2018-06-18 02:47:44', '2018-06-18 02:47:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:47:44', '2018-06-18 02:47:44', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1602, 1, '2018-06-18 02:48:35', '2018-06-18 02:48:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="Polo\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n\r\n<strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong>\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-18 02:48:35', '2018-06-18 02:48:35', '', 997, 'https://seis.my/feelgroup/2018/06/18/997-revision-v1/', 0, 'revision', '', 0),
(1680, 1, '2018-06-18 14:38:15', '2018-06-18 14:38:15', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Poppins|on|||"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 14:38:15', '2018-06-18 14:38:15', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0),
(1603, 1, '2018-06-18 02:53:10', '2018-06-18 02:53:10', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Montserrat|on||on|"]\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="justified" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span>\r\n\r\n<span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span>\r\n\r\n<span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<h4>FAQ</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong>\r\n\r\n<span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong>\r\n\r\n<span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span>\r\n\r\n<span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong>\r\n\r\n<span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong>\r\n\r\n<span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-18 02:53:10', '2018-06-18 02:53:10', '', 1551, 'https://seis.my/feelgroup/2018/06/18/1551-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1605, 1, '2018-06-18 03:37:07', '2018-06-18 03:37:07', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/#testimonial" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 03:37:07', '2018-06-18 03:37:07', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1674, 1, '2018-06-18 14:25:40', '2018-06-18 14:25:40', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4 id="testimonial">Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 14:25:40', '2018-06-18 14:25:40', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1604, 1, '2018-06-18 03:33:39', '2018-06-18 03:33:39', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4 id="testimonial">Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/#testimonial" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 03:33:39', '2018-06-18 03:33:39', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1606, 1, '2018-06-18 03:51:45', '2018-06-18 03:51:45', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 03:51:45', '2018-06-18 03:51:45', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1607, 1, '2018-06-18 03:52:00', '2018-06-18 03:52:00', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 03:52:00', '2018-06-18 03:52:00', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1608, 1, '2018-06-18 04:35:39', '2018-06-18 04:35:39', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 04:35:39', '2018-06-18 04:35:39', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1609, 1, '2018-06-18 04:55:39', '2018-06-18 04:55:39', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 04:55:39', '2018-06-18 04:55:39', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1620, 1, '2018-06-18 07:54:02', '2018-06-18 07:54:02', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 07:54:02', '2018-06-18 07:54:02', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1610, 1, '2018-06-18 04:56:48', '2018-06-18 04:56:48', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 04:56:48', '2018-06-18 04:56:48', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1611, 1, '2018-06-18 04:59:44', '2018-06-18 04:59:44', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="on" disabled_on="on|on|on|on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="on" disabled_on="on|on|on|on"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 04:59:44', '2018-06-18 04:59:44', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1617, 1, '2018-06-18 05:12:39', '2018-06-18 05:12:39', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 05:12:39', '2018-06-18 05:12:39', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1612, 1, '2018-06-18 05:01:41', '2018-06-18 05:01:41', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="on" disabled_on="on|on|on|on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="on" disabled_on="on|on|on|on"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 05:01:41', '2018-06-18 05:01:41', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1613, 1, '2018-06-18 05:08:14', '2018-06-18 05:08:14', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}\\n\\n\\n}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 05:08:14"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3ee6bbbd-3b53-4b9d-b89b-7a3b0faab879', '', '', '2018-06-18 05:08:14', '2018-06-18 05:08:14', '', 0, 'https://seis.my/feelgroup/2018/06/18/3ee6bbbd-3b53-4b9d-b89b-7a3b0faab879/', 0, 'customize_changeset', '', 0),
(1614, 1, '2018-06-18 05:08:14', '2018-06-18 05:08:14', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}\n\n\n}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 05:08:14', '2018-06-18 05:08:14', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1615, 1, '2018-06-18 05:10:14', '2018-06-18 05:10:14', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 05:10:14"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '301112cd-e3eb-4129-91fd-1312df7e26be', '', '', '2018-06-18 05:10:14', '2018-06-18 05:10:14', '', 0, 'https://seis.my/feelgroup/2018/06/18/301112cd-e3eb-4129-91fd-1312df7e26be/', 0, 'customize_changeset', '', 0),
(1616, 1, '2018-06-18 05:10:14', '2018-06-18 05:10:14', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 05:10:14', '2018-06-18 05:10:14', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1619, 1, '2018-06-18 07:51:34', '2018-06-18 07:51:34', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 07:51:34', '2018-06-18 07:51:34', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1618, 1, '2018-06-18 05:14:01', '2018-06-18 05:14:01', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong></p>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n&nbsp;\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 05:14:01', '2018-06-18 05:14:01', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1621, 1, '2018-06-18 07:55:46', '2018-06-18 07:55:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 07:55:46', '2018-06-18 07:55:46', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1622, 1, '2018-06-18 07:56:59', '2018-06-18 07:56:59', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"] <strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 07:56:59', '2018-06-18 07:56:59', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1623, 1, '2018-06-18 07:59:47', '2018-06-18 07:59:47', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"] <strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 07:59:47', '2018-06-18 07:59:47', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1624, 1, '2018-06-18 08:01:50', '2018-06-18 08:01:50', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"] <strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="off" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen" header_text_color="#ffffff"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"] <strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 08:01:50', '2018-06-18 08:01:50', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1626, 1, '2018-06-18 08:09:07', '2018-06-18 08:09:07', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"] [/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"] [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 08:09:07', '2018-06-18 08:09:07', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1625, 1, '2018-06-18 08:06:39', '2018-06-18 08:06:39', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Silkscreen" header_text_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Embroidery"]\r\n\r\n\r\n\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" heading="Dye"]\r\n\r\n\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 08:06:39', '2018-06-18 08:06:39', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1627, 1, '2018-06-18 08:14:08', '2018-06-18 08:14:08', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 08:14:08', '2018-06-18 08:14:08', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1628, 1, '2018-06-18 08:36:00', '2018-06-18 08:36:00', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="rgba(255,255,255,0)" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW"] <strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong> [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-18 08:36:00', '2018-06-18 08:36:00', '', 1205, 'https://seis.my/feelgroup/2018/06/18/1205-revision-v1/', 0, 'revision', '', 0),
(1629, 1, '2018-06-18 08:56:14', '0000-00-00 00:00:00', '{\n    "monstroid2-child::header_transparent_layout": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 08:56:14"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '2f0443ed-e6ba-4165-b823-037e7d85a45d', '', '', '2018-06-18 08:56:14', '2018-06-18 08:56:14', '', 0, 'https://seis.my/feelgroup/?p=1629', 0, 'customize_changeset', '', 0),
(1630, 1, '2018-06-18 09:05:39', '0000-00-00 00:00:00', '{\n    "monstroid2-child::header_transparent_layout": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:01:05"\n    },\n    "monstroid2-child::header_invert_color_scheme": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:03:06"\n    },\n    "monstroid2-child::regular_accent_color_2": {\n        "value": "#000000",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:05:39"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '5e69a6ad-9bb6-4881-8036-90a5cb772710', '', '', '2018-06-18 09:05:39', '2018-06-18 09:05:39', '', 0, 'https://seis.my/feelgroup/?p=1630', 0, 'customize_changeset', '', 0),
(1633, 1, '2018-06-18 09:19:24', '2018-06-18 09:19:24', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 09:19:24', '2018-06-18 09:19:24', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1632, 1, '2018-06-18 09:17:57', '2018-06-18 09:17:57', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 09:17:57', '2018-06-18 09:17:57', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1634, 1, '2018-06-18 09:52:39', '2018-06-18 09:52:39', '{\n    "monstroid2-child::header_layout_type": {\n        "value": "style-4",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:45:10"\n    },\n    "monstroid2-child::header_transparent_layout": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:52:09"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3c39a0cc-9bfb-440b-a90f-892ec7d8e3ce', '', '', '2018-06-18 09:52:39', '2018-06-18 09:52:39', '', 0, 'https://seis.my/feelgroup/?p=1634', 0, 'customize_changeset', '', 0),
(1635, 1, '2018-06-18 09:55:21', '0000-00-00 00:00:00', '{\n    "monstroid2-child::header_transparent_layout": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 09:55:21"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '6a7fc405-a6a3-4eec-a635-5cb77ee032b5', '', '', '2018-06-18 09:55:21', '0000-00-00 00:00:00', '', 0, 'https://seis.my/feelgroup/?p=1635', 0, 'customize_changeset', '', 0),
(1636, 1, '2018-06-18 09:55:46', '2018-06-18 09:55:46', '', 'Untitled-1', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2018-06-18 09:55:46', '2018-06-18 09:55:46', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1669, 1, '2018-06-18 14:13:47', '2018-06-18 14:13:47', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 14:13:47', '2018-06-18 14:13:47', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1637, 1, '2018-06-18 09:56:41', '2018-06-18 09:56:41', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/Untitled-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design\r\nShowcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 09:56:41', '2018-06-18 09:56:41', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1638, 1, '2018-06-18 09:59:05', '2018-06-18 09:59:05', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/Untitled-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 09:59:05', '2018-06-18 09:59:05', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1639, 1, '2018-06-18 10:10:30', '2018-06-18 10:10:30', '', 'overly-65', '', 'inherit', 'open', 'closed', '', 'overly-65', '', '', '2018-06-18 10:10:30', '2018-06-18 10:10:30', '', 1385, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1640, 1, '2018-06-18 10:13:40', '2018-06-18 10:13:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 10:13:40', '2018-06-18 10:13:40', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1646, 1, '2018-06-18 10:56:44', '2018-06-18 10:56:44', '{\n    "monstroid2-child::regular_accent_color_2": {\n        "value": "#ffffff",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:52:41"\n    },\n    "monstroid2-child::header_transparent_layout": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:52:41"\n    },\n    "monstroid2-child::regular_accent_color_1": {\n        "value": "#2e92d1",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 10:55:19"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '22683c6e-5219-4422-90d0-8a870f185b92', '', '', '2018-06-18 10:56:44', '2018-06-18 10:56:44', '', 0, 'https://seis.my/feelgroup/?p=1646', 0, 'customize_changeset', '', 0),
(1647, 1, '2018-06-18 11:26:14', '2018-06-18 11:26:14', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 11:26:14"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '673ea7a8-2ea3-4585-9d31-9c06dd80026b', '', '', '2018-06-18 11:26:14', '2018-06-18 11:26:14', '', 0, 'https://seis.my/feelgroup/?p=1647', 0, 'customize_changeset', '', 0),
(1648, 1, '2018-06-18 11:26:14', '2018-06-18 11:26:14', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 11:26:14', '2018-06-18 11:26:14', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1649, 1, '2018-06-18 11:36:30', '2018-06-18 11:36:30', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 11:36:30"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '24426219-2e0d-4537-97a6-66bc14d5b4d7', '', '', '2018-06-18 11:36:30', '2018-06-18 11:36:30', '', 0, 'https://seis.my/feelgroup/2018/06/18/24426219-2e0d-4537-97a6-66bc14d5b4d7/', 0, 'customize_changeset', '', 0),
(1650, 1, '2018-06-18 11:36:30', '2018-06-18 11:36:30', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 11:36:30', '2018-06-18 11:36:30', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1651, 1, '2018-06-18 11:51:03', '2018-06-18 11:51:03', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n .main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black!important;\\n}\\n\\n\\n.main-navigation ul ul a {\\ncolor: black!important;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 11:51:03"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '54717fb0-dcd1-49d1-98a6-2d9ce8279dc9', '', '', '2018-06-18 11:51:03', '2018-06-18 11:51:03', '', 0, 'https://seis.my/feelgroup/2018/06/18/54717fb0-dcd1-49d1-98a6-2d9ce8279dc9/', 0, 'customize_changeset', '', 0),
(1656, 1, '2018-06-18 11:59:15', '2018-06-18 11:59:15', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 11:59:15', '2018-06-18 11:59:15', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1654, 1, '2018-06-18 11:51:53', '2018-06-18 11:51:53', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n .main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black!important;\n}\n\n\n', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 11:51:53', '2018-06-18 11:51:53', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1652, 1, '2018-06-18 11:51:03', '2018-06-18 11:51:03', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n .main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black!important;\n}\n\n\n.main-navigation ul ul a {\ncolor: black!important;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 11:51:03', '2018-06-18 11:51:03', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1653, 1, '2018-06-18 11:51:53', '2018-06-18 11:51:53', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n .main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black!important;\\n}\\n\\n\\n",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 11:51:53"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '81e9312d-2a7a-456f-978e-fd361065eb1a', '', '', '2018-06-18 11:51:53', '2018-06-18 11:51:53', '', 0, 'https://seis.my/feelgroup/2018/06/18/81e9312d-2a7a-456f-978e-fd361065eb1a/', 0, 'customize_changeset', '', 0),
(1655, 1, '2018-06-18 11:59:15', '2018-06-18 11:59:15', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 11:59:15"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5975323a-6a1d-4f46-a042-89814055b4b6', '', '', '2018-06-18 11:59:15', '2018-06-18 11:59:15', '', 0, 'https://seis.my/feelgroup/2018/06/18/5975323a-6a1d-4f46-a042-89814055b4b6/', 0, 'customize_changeset', '', 0),
(1657, 1, '2018-06-18 12:09:41', '2018-06-18 12:09:41', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:09:30"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '99bff6d6-96eb-40be-8e35-f88ea372b52c', '', '', '2018-06-18 12:09:41', '2018-06-18 12:09:41', '', 0, 'https://seis.my/feelgroup/?p=1657', 0, 'customize_changeset', '', 0),
(1658, 1, '2018-06-18 12:09:41', '2018-06-18 12:09:41', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:09:41', '2018-06-18 12:09:41', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1659, 1, '2018-06-18 12:12:52', '2018-06-18 12:12:52', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:12:52"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '91009af0-8c2a-4637-80c7-9775369d712c', '', '', '2018-06-18 12:12:52', '2018-06-18 12:12:52', '', 0, 'https://seis.my/feelgroup/2018/06/18/91009af0-8c2a-4637-80c7-9775369d712c/', 0, 'customize_changeset', '', 0),
(1660, 1, '2018-06-18 12:12:52', '2018-06-18 12:12:52', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:12:52', '2018-06-18 12:12:52', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1661, 1, '2018-06-18 12:17:40', '2018-06-18 12:17:40', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:17:40"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b2fef8b4-54b0-411d-a42b-8c57c870471b', '', '', '2018-06-18 12:17:40', '2018-06-18 12:17:40', '', 0, 'https://seis.my/feelgroup/2018/06/18/b2fef8b4-54b0-411d-a42b-8c57c870471b/', 0, 'customize_changeset', '', 0);
INSERT INTO `wpag_posts` VALUES
(1662, 1, '2018-06-18 12:17:40', '2018-06-18 12:17:40', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:17:40', '2018-06-18 12:17:40', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1663, 1, '2018-06-18 12:29:08', '2018-06-18 12:29:08', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n.isStuck#main-menu > li > a:hover {\\ncolor: #3ad88f!important; \\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:29:08"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '38865f1e-1732-40a1-a116-bbfa16ca7368', '', '', '2018-06-18 12:29:08', '2018-06-18 12:29:08', '', 0, 'https://seis.my/feelgroup/2018/06/18/38865f1e-1732-40a1-a116-bbfa16ca7368/', 0, 'customize_changeset', '', 0),
(1664, 1, '2018-06-18 12:29:08', '2018-06-18 12:29:08', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n.isStuck#main-menu > li > a:hover {\ncolor: #3ad88f!important; \n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:29:08', '2018-06-18 12:29:08', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1665, 1, '2018-06-18 12:45:07', '2018-06-18 12:45:07', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:38:13"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '726c0c7c-0073-4f02-8ad1-b893ca6651b4', '', '', '2018-06-18 12:45:07', '2018-06-18 12:45:07', '', 0, 'https://seis.my/feelgroup/?p=1665', 0, 'customize_changeset', '', 0),
(1666, 1, '2018-06-18 12:45:07', '2018-06-18 12:45:07', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:45:07', '2018-06-18 12:45:07', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1667, 1, '2018-06-18 12:46:13', '2018-06-18 12:46:13', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 12:46:13"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c1d51a7b-8efc-45e0-9ad1-3550a79c39ab', '', '', '2018-06-18 12:46:13', '2018-06-18 12:46:13', '', 0, 'https://seis.my/feelgroup/?p=1667', 0, 'customize_changeset', '', 0),
(1668, 1, '2018-06-18 12:46:13', '2018-06-18 12:46:13', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 12:46:13', '2018-06-18 12:46:13', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0),
(1670, 1, '2018-06-18 14:15:10', '2018-06-18 14:15:10', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 14:15:10', '2018-06-18 14:15:10', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1672, 1, '2018-06-18 14:20:32', '2018-06-18 14:20:32', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 14:20:32', '2018-06-18 14:20:32', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1671, 1, '2018-06-18 14:15:56', '2018-06-18 14:15:56', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 14:15:56', '2018-06-18 14:15:56', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1745, 1, '2018-06-19 06:01:44', '2018-06-19 06:01:44', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="250px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<br>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-19 06:01:44', '2018-06-19 06:01:44', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1673, 1, '2018-06-18 14:24:36', '2018-06-18 14:24:36', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-18 14:24:36', '2018-06-18 14:24:36', '', 1385, 'https://seis.my/feelgroup/2018/06/18/1385-revision-v1/', 0, 'revision', '', 0),
(1675, 1, '2018-06-18 14:26:45', '2018-06-18 14:26:45', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4 id="testimonial">Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Partnership with Universities, Colleges, Event, Cooperate" number="489" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 14:26:45', '2018-06-18 14:26:45', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1676, 1, '2018-06-18 14:29:32', '2018-06-18 14:29:32', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4 id="testimonial">Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e60b" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 14:29:32', '2018-06-18 14:29:32', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1677, 1, '2018-06-18 14:30:53', '2018-06-18 14:30:53', '{\n    "monstroid2-child::body_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:30:53"\n    },\n    "monstroid2-child::h1_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:30:53"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3ba9869a-c92f-4286-ac4a-5a50bbc405d3', '', '', '2018-06-18 14:30:53', '2018-06-18 14:30:53', '', 0, 'https://seis.my/feelgroup/2018/06/18/3ba9869a-c92f-4286-ac4a-5a50bbc405d3/', 0, 'customize_changeset', '', 0),
(1678, 1, '2018-06-18 14:31:25', '2018-06-18 14:31:25', '{\n    "monstroid2-child::meta_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:31:25"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3e579a4c-b331-42ae-8a06-b5b28d7a3ef3', '', '', '2018-06-18 14:31:25', '2018-06-18 14:31:25', '', 0, 'https://seis.my/feelgroup/2018/06/18/3e579a4c-b331-42ae-8a06-b5b28d7a3ef3/', 0, 'customize_changeset', '', 0),
(1679, 1, '2018-06-18 14:32:37', '2018-06-18 14:32:37', '{\n    "monstroid2-child::h5_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:05"\n    },\n    "monstroid2-child::h6_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:05"\n    },\n    "monstroid2-child::breadcrumbs_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:05"\n    },\n    "monstroid2-child::h2_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:37"\n    },\n    "monstroid2-child::h3_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:37"\n    },\n    "monstroid2-child::h4_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:32:37"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0a42fe69-23c9-4d0c-900e-d14dba6350ca', '', '', '2018-06-18 14:32:37', '2018-06-18 14:32:37', '', 0, 'https://seis.my/feelgroup/?p=1679', 0, 'customize_changeset', '', 0),
(1681, 1, '2018-06-18 14:46:03', '2018-06-18 14:46:03', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n\\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-18 14:46:03"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '200c5565-dc0c-42c6-93ff-6494ed549124', '', '', '2018-06-18 14:46:03', '2018-06-18 14:46:03', '', 0, 'https://seis.my/feelgroup/?p=1681', 0, 'customize_changeset', '', 0),
(1682, 1, '2018-06-18 14:46:03', '2018-06-18 14:46:03', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-18 14:46:03', '2018-06-18 14:46:03', '', 941, 'https://seis.my/feelgroup/2018/06/18/941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1683, 1, '2018-06-18 14:48:30', '2018-06-18 14:48:30', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"] [tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n<h4>WHY SHOULD YOU CHOOSE US?</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n<h4>Trusted By</h4>\r\nmore than 400 universities, colleges &amp; companies.\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Design Highlight</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4 id="testimonial">Testimonials</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"] [/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"] [/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n<h4>Instagram Feeds</h4>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 14:48:30', '2018-06-18 14:48:30', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1684, 1, '2018-06-18 17:28:10', '2018-06-18 17:28:10', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">Why Should You Choose Us?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 17:28:10', '2018-06-18 17:28:10', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1685, 1, '2018-06-18 17:30:53', '2018-06-18 17:30:53', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="<h3 style=%22text-transform: none;%22>Extraordinary Tees with Ease<h3>" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 17:30:53', '2018-06-18 17:30:53', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1686, 1, '2018-06-18 17:32:34', '2018-06-18 17:32:34', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-18 17:32:34', '2018-06-18 17:32:34', '', 184, 'https://seis.my/feelgroup/2018/06/18/184-revision-v1/', 0, 'revision', '', 0),
(1687, 1, '2018-06-19 01:17:57', '2018-06-19 01:17:57', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\\n.isStuck#main-menu > li.current_page_item > a {\\n    color: #2e92d1 !important;\\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\\n\\n\\n",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:17:53"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd64f4b36-fb30-4ca4-aa57-eb08515566e5', '', '', '2018-06-19 01:17:57', '2018-06-19 01:17:57', '', 0, 'https://seis.my/feelgroup/?p=1687', 0, 'customize_changeset', '', 0),
(1688, 1, '2018-06-19 01:17:57', '2018-06-19 01:17:57', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\n.isStuck#main-menu > li.current_page_item > a {\n    color: #2e92d1 !important;\n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\n\n\n', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-19 01:17:57', '2018-06-19 01:17:57', '', 941, 'https://seis.my/feelgroup/2018/06/19/941-revision-v1/', 0, 'revision', '', 0),
(1689, 1, '2018-06-19 01:34:12', '2018-06-19 01:34:12', '{\n    "monstroid2-child::regular_accent_color_1": {\n        "value": "#2e92d1",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:22:25"\n    },\n    "monstroid2-child::regular_link_color": {\n        "value": "#2e92d1",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:22:25"\n    },\n    "monstroid2-child::regular_h3_color": {\n        "value": "#2e92d1",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:22:25"\n    },\n    "monstroid2-child::invert_link_color": {\n        "value": "#2e92d1",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:22:25"\n    },\n    "monstroid2-child::header_search": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:25:02"\n    },\n    "monstroid2-child::header_woo_elements": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:25:02"\n    },\n    "monstroid2-child::header_menu_sticky": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:25:02"\n    },\n    "monstroid2-child::header_invert_color_scheme": {\n        "value": false,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:26:01"\n    },\n    "monstroid2-child::header_bg_color": {\n        "value": "#ffffff",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:26:01"\n    },\n    "monstroid2-child::header_transparent_layout": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:27:02"\n    },\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\\n.isStuck#main-menu > li.current_page_item > a {\\n    color: #2e92d1 !important;\\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\\n\\n\\n",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:31:07"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bf412a54-8138-41e8-8931-512d1d8499ea', '', '', '2018-06-19 01:34:12', '2018-06-19 01:34:12', '', 0, 'https://seis.my/feelgroup/?p=1689', 0, 'customize_changeset', '', 0),
(1690, 1, '2018-06-19 01:42:14', '2018-06-19 01:42:14', '{\n    "monstroid2-child::regular_accent_color_2": {\n        "value": "#ffffff",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 01:41:12"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'caf2cbfb-9820-433d-bdc5-de9082768264', '', '', '2018-06-19 01:42:14', '2018-06-19 01:42:14', '', 0, 'https://seis.my/feelgroup/?p=1690', 0, 'customize_changeset', '', 0);
INSERT INTO `wpag_posts` VALUES
(1691, 1, '2018-06-19 01:45:52', '2018-06-19 01:45:52', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" limit="-1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="default.tmpl" /][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 01:45:52', '2018-06-19 01:45:52', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1699, 1, '2018-06-19 02:06:56', '2018-06-19 02:06:56', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="50"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:06:56', '2018-06-19 02:06:56', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1692, 1, '2018-06-19 01:47:51', '2018-06-19 01:47:51', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" limit="-1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="list" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"]\r\n\r\n\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 01:47:51', '2018-06-19 01:47:51', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1694, 1, '2018-06-19 01:52:46', '2018-06-19 01:52:46', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]\r\n<p>&nbsp;</p>\r\n[/tm_pb_brands_showcase_module__item]\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" limit="-1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 01:52:46', '2018-06-19 01:52:46', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1693, 1, '2018-06-19 01:50:34', '2018-06-19 01:50:34', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" limit="-1" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 01:50:34', '2018-06-19 01:50:34', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1695, 1, '2018-06-19 02:02:25', '2018-06-19 02:02:25', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\\n.isStuck#main-menu > li.current_page_item > a {\\n    color: #2e92d1 !important;\\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\\n\\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\\n\\tpadding: 0 0 0}\\n",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:02:15"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'fb34ff49-ea5c-4be0-9e98-b4e4cda9b2fd', '', '', '2018-06-19 02:02:25', '2018-06-19 02:02:25', '', 0, 'https://seis.my/feelgroup/?p=1695', 0, 'customize_changeset', '', 0),
(1696, 1, '2018-06-19 02:02:25', '2018-06-19 02:02:25', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\n.isStuck#main-menu > li.current_page_item > a {\n    color: #2e92d1 !important;\n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\n\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\n	padding: 0 0 0}\n', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-19 02:02:25', '2018-06-19 02:02:25', '', 941, 'https://seis.my/feelgroup/2018/06/19/941-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1697, 1, '2018-06-19 02:02:58', '2018-06-19 02:02:58', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:02:58', '2018-06-19 02:02:58', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1698, 1, '2018-06-19 02:04:27', '2018-06-19 02:04:27', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="100"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:04:27', '2018-06-19 02:04:27', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1700, 1, '2018-06-19 02:09:25', '2018-06-19 02:09:25', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\\n.isStuck#main-menu > li.current_page_item > a {\\n    color: #2e92d1 !important;\\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\\n\\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\\n\\tpadding: 0 0 0}\\n\\n#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent-value {\\n\\twidth : 200px;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:08:57"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '156f89ee-9887-4058-8406-6844fcbfa685', '', '', '2018-06-19 02:09:25', '2018-06-19 02:09:25', '', 0, 'https://seis.my/feelgroup/?p=1700', 0, 'customize_changeset', '', 0),
(1701, 1, '2018-06-19 02:09:25', '2018-06-19 02:09:25', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\n.isStuck#main-menu > li.current_page_item > a {\n    color: #2e92d1 !important;\n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n/* 18-6-2018 --- Change the home page > Testimonial people name text to black */\n.tm-testi .tm-testi__item-name, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta_wrap, #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {color : black !important; }\n\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\n	padding: 0 0 0}\n\n#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent-value {\n	width : 200px;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-19 02:09:25', '2018-06-19 02:09:25', '', 941, 'https://seis.my/feelgroup/2018/06/19/941-revision-v1/', 0, 'revision', '', 0),
(1702, 1, '2018-06-19 02:26:05', '2018-06-19 02:26:05', '{\n    "custom_css[monstroid2-child]": {\n        "value": "\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Design Highlight section\\" */ \\n@media (max-width:767px){\\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%;\\n}}\\n\\n/* 17-6-2018 --- Enable 2 column on page \\"Design\\" */\\n@media (max-width: 767px){\\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\\nmax-width: 50%!important;\\n}}\\n\\n/* 13-6-2018 --- Enable 2 column on homepage \\"Trusted By\\" section */ \\n@media (max-width:767px){\\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\\nwidth: 50%!important;\\n}\\n}\\n\\n/* 14-6-2018 --- Remove \\"-\\" text breaking if the text is too long */ \\nstrong {\\nhyphens: none !important; }\\nh1,h2,h3,h4,h5,h6 {\\nhyphens: none !important; }\\np {\\nhyphens: none !important; }\\n\\n/* 14-6-2018 --- Remove \\"-\\" text on callout module */\\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\\ndisplay: none;\\n}\\n\\n/* 18-6-2018 --- Change the mobile menu text to white  */\\n@media (max-width: 768px){\\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\\ncolor: black !important;\\n}}\\n\\n/* 18-6-2018 --- Change the mobile menu \\"hamburger\\" menu icon to blue  #2e92d1   */\\n@media (max-width: 768px){\\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\\nbackground-color: #2e92d1 !important;\\ncolor: #2e92d1 !important;\\n}}\\n\\n/* 18-6-2018 --- Change the main menu \\"more\\" > link text to black */\\n.main-navigation .sub-menu > li > a {\\ncolor: black !important;\\n}\\n\\n/* 18-6-2018 --- Change the sticky menu text to black */\\n.isStuck#main-menu > li > a {\\ncolor: black !important; \\n}\\n\\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\\n.isStuck#main-menu > li.current_page_item > a {\\n    color: #2e92d1 !important;\\n}\\n\\n/* 18-6-2018 --- Change the hover sticky menu text to black */\\n.isStuck#main-menu > li > a:hover {\\ncolor: #2e92d1!important; \\n}\\n\\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\\n\\tpadding: 0 0 0}\\n\\n/*19-6-2018 --- Home page > Number counter module (Increase the width from 150 to 200 to fit in the numbering) */\\n#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent-value {\\n\\twidth : 200px;\\n}\\n\\n/*19-6-2018 --- Slightly remove the padding top header menu from 70 to 15 only, () */\\n.site-header:not(.style-5) .header-container.transparent {\\n\\tpadding : 15px 0;\\n}",\n        "type": "custom_css",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:26:05"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1c21e797-562e-49eb-b8ce-97a0f4debc6f', '', '', '2018-06-19 02:26:05', '2018-06-19 02:26:05', '', 0, 'https://seis.my/feelgroup/?p=1702', 0, 'customize_changeset', '', 0);
INSERT INTO `wpag_posts` VALUES
(1703, 1, '2018-06-19 02:13:31', '2018-06-19 02:13:31', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="50" number_line_height="12px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:13:31', '2018-06-19 02:13:31', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1704, 1, '2018-06-19 02:16:01', '2018-06-19 02:16:01', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="130px||100px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="50" number_line_height="12"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:16:01', '2018-06-19 02:16:01', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1705, 1, '2018-06-19 02:26:05', '2018-06-19 02:26:05', '\n/* 13-6-2018 --- Enable 2 column on homepage "Design Highlight section" */ \n@media (max-width:767px){\n.row.tm_pb_row.tm_pb_row_6.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%;\n}}\n\n/* 17-6-2018 --- Enable 2 column on page "Design" */\n@media (max-width: 767px){\n.row.tm_pb_row.tm_pb_row_1.tm_pb_row_fullwidth.tm_pb_col_padding_reset.tm_pb_row_4col > div {\nmax-width: 50%!important;\n}}\n\n/* 13-6-2018 --- Enable 2 column on homepage "Trusted By" section */ \n@media (max-width:767px){\n.tm_pb_brands_showcase_module__wrapper .col-sm-6 {\nwidth: 50%!important;\n}\n}\n\n/* 14-6-2018 --- Remove "-" text breaking if the text is too long */ \nstrong {\nhyphens: none !important; }\nh1,h2,h3,h4,h5,h6 {\nhyphens: none !important; }\np {\nhyphens: none !important; }\n\n/* 14-6-2018 --- Remove "-" text on callout module */\n#tm_builder_outer_content .tm_pb_promo.tm_pb_module h2:before {\ndisplay: none;\n}\n\n/* 18-6-2018 --- Change the mobile menu text to white  */\n@media (max-width: 768px){\n.main-navigation .menu > li > a, .invert .main-navigation.vertical-menu .menu > li > a, .invert .main-navigation .menu.isStuck > li > a, .invert .main-navigation.mobile-menu .menu > li > a {\ncolor: black !important;\n}}\n\n/* 18-6-2018 --- Change the mobile menu "hamburger" menu icon to blue  #2e92d1   */\n@media (max-width: 768px){\n.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner::before, .menu-toggle .menu-toggle-inner::after {\nbackground-color: #2e92d1 !important;\ncolor: #2e92d1 !important;\n}}\n\n/* 18-6-2018 --- Change the main menu "more" > link text to black */\n.main-navigation .sub-menu > li > a {\ncolor: black !important;\n}\n\n/* 18-6-2018 --- Change the sticky menu text to black */\n.isStuck#main-menu > li > a {\ncolor: black !important; \n}\n\n/* 18-6-2018 --- Change the sticky menu , current active page link highlight to blue */\n.isStuck#main-menu > li.current_page_item > a {\n    color: #2e92d1 !important;\n}\n\n/* 18-6-2018 --- Change the hover sticky menu text to black */\n.isStuck#main-menu > li > a:hover {\ncolor: #2e92d1!important; \n}\n\n/* 18-6-2018 --- Home Page - Testimonials Module (Remeve the unknown quote padding) */\n.site-content blockquote, .post-format-quote, #tm_builder_outer_content .post-featured-content.post-quote .post-format-quote, .single .format-quote .entry-content blockquote {\n	padding: 0 0 0}\n\n/*19-6-2018 --- Home page > Number counter module (Increase the width from 150 to 200 to fit in the numbering) */\n#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent-value {\n	width : 200px;\n}\n\n/*19-6-2018 --- Slightly remove the padding top header menu from 70 to 15 only, () */\n.site-header:not(.style-5) .header-container.transparent {\n	padding : 15px 0;\n}', 'monstroid2-child', '', 'inherit', 'closed', 'closed', '', '941-revision-v1', '', '', '2018-06-19 02:26:05', '2018-06-19 02:26:05', '', 941, 'https://seis.my/feelgroup/2018/06/19/941-revision-v1/', 0, 'revision', '', 0),
(1706, 1, '2018-06-19 02:36:09', '0000-00-00 00:00:00', '{\n    "monstroid2-child::footer_widget_area_visibility": {\n        "value": true,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:36:09"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', '9fe3fd2d-b06f-4f68-b8a8-5ac298932912', '', '', '2018-06-19 02:36:09', '0000-00-00 00:00:00', '', 0, 'https://seis.my/feelgroup/?p=1706', 0, 'customize_changeset', '', 0),
(1707, 1, '2018-06-19 02:43:01', '2018-06-19 02:43:01', '{\n    "monstroid2-child::footer_contact_text_1": {\n        "value": "16-1, Lorong Maju Utama 1,\\nPusat Perniagaan Maju Utama,<br/>\\n14000 Bukit Mertajam, \\nPulu Pinang, Malaysia.",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:41:11"\n    },\n    "monstroid2-child::footer_contact_text_2": {\n        "value": "<a href=\\"tel:#\\">60125255869</a>; <a href=\\"tel:#\\">6045305278</a>",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:39:11"\n    },\n    "monstroid2-child::footer_contact_text_3": {\n        "value": "<a href=\\"mailto:#\\">hello@feelgroup.asia</a>",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:39:11"\n    },\n    "monstroid2-child::footer_contact_label_1": {\n        "value": "Address:<br/>",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:40:10"\n    },\n    "monstroid2-child::footer_contact_icon_1": {\n        "value": "",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:42:09"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2fe84876-cd4f-469d-b9a6-a5bc3e17624f', '', '', '2018-06-19 02:43:01', '2018-06-19 02:43:01', '', 0, 'https://seis.my/feelgroup/?p=1707', 0, 'customize_changeset', '', 0),
(1708, 1, '2018-06-19 02:45:17', '2018-06-19 02:45:17', '{\n    "monstroid2-child::h3_font_family": {\n        "value": "Poppins, sans-serif",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 02:44:17"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4786a76a-d83c-47bf-9e13-eb9b3f0cd35b', '', '', '2018-06-19 02:45:17', '2018-06-19 02:45:17', '', 0, 'https://seis.my/feelgroup/?p=1708', 0, 'customize_changeset', '', 0);
INSERT INTO `wpag_posts` VALUES
(1709, 1, '2018-06-19 02:48:56', '2018-06-19 02:48:56', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="50" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="off" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8ed" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:48:56', '2018-06-19 02:48:56', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1710, 1, '2018-06-19 02:52:02', '2018-06-19 02:52:02', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4>Trusted By</h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Design Highlight</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial">Testimonials</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4>Instagram Feeds</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 02:52:02', '2018-06-19 02:52:02', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1711, 1, '2018-06-19 02:55:49', '2018-06-19 02:55:49', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Receiving your inquiry" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<strong>Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<p>\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="rgba(255,255,255,0)" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<p>\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 02:55:49', '2018-06-19 02:55:49', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1712, 1, '2018-06-19 02:58:04', '2018-06-19 02:58:04', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving your inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Crafting your design" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off"]\r\n\r\n<strong>Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Onwards to production" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="rgba(255,255,255,0)" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW"]\r\n\r\n<strong>With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Delivering the extraordinary" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="Happy Client" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 02:58:04', '2018-06-19 02:58:04', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1713, 1, '2018-06-19 03:05:58', '2018-06-19 03:05:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\nWith the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering the extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<strong>How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</strong>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:05:58', '2018-06-19 03:05:58', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1714, 1, '2018-06-19 03:08:37', '2018-06-19 03:08:37', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering the extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:08:37', '2018-06-19 03:08:37', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1717, 1, '2018-06-19 03:15:26', '2018-06-19 03:15:26', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering the extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:15:26', '2018-06-19 03:15:26', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1715, 1, '2018-06-19 03:10:51', '2018-06-19 03:10:51', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h2><span style="color: #ffffff;">Silkscreen</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering the extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:10:51', '2018-06-19 03:10:51', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1716, 1, '2018-06-19 03:12:55', '2018-06-19 03:12:55', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h2>\r\n[/tm_pb_slide][tm_pb_slide button_text="VIEW THE DECORATING TECHNIQUES" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h2 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h2>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering the extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:12:55', '2018-06-19 03:12:55', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1718, 1, '2018-06-19 03:19:07', '2018-06-19 03:19:07', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="rgba(255,255,255,0)" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="rgba(255,255,255,0)" button_border_color_hover="#2e92d1" button_border_color="#ffffff"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:19:07', '2018-06-19 03:19:07', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1719, 1, '2018-06-19 03:23:05', '2018-06-19 03:23:05', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="rgba(255,255,255,0)" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:23:05', '2018-06-19 03:23:05', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1720, 1, '2018-06-19 03:24:50', '2018-06-19 03:24:50', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"] [tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide] [/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 03:24:50', '2018-06-19 03:24:50', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1721, 1, '2018-06-19 03:28:53', '2018-06-19 03:28:53', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck\r\nCotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme\r\nCotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo\r\n\r\n</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey\r\n\r\n" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind\r\nHoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty\r\nHoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-19 03:28:53', '2018-06-19 03:28:53', '', 868, 'https://seis.my/feelgroup/2018/06/19/868-revision-v1/', 0, 'revision', '', 0),
(1722, 1, '2018-06-19 03:30:22', '2018-06-19 03:30:22', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo\r\n\r\n</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Dri-Fit " header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Jersey " header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Wind Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Weighty Hoody" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|"]\r\n\r\n&nbsp;\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-19 03:30:22', '2018-06-19 03:30:22', '', 868, 'https://seis.my/feelgroup/2018/06/19/868-revision-v1/', 0, 'revision', '', 0),
(1723, 1, '2018-06-19 03:35:27', '2018-06-19 03:35:27', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-19 03:35:27', '2018-06-19 03:35:27', '', 868, 'https://seis.my/feelgroup/2018/06/19/868-revision-v1/', 0, 'revision', '', 0),
(1724, 1, '2018-06-19 03:47:40', '2018-06-19 03:47:40', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n&nbsp;\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n&nbsp;\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>DOWNLOAD</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-19 03:47:40', '2018-06-19 03:47:40', '', 913, 'https://seis.my/feelgroup/2018/06/19/913-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1725, 1, '2018-06-19 03:57:15', '2018-06-19 03:57:15', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="EnzymeCotton Call To Action" button_url="https://seis.my/feelgroup/Enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"] [/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Enzyme Cotton</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Cellular" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTCELLULAR.jpg" max_width="200px"]\r\n\r\nSmooth &amp; heavier than 100% cotton. Able to keep you warm in cold climate conditions, and cool in warm ones.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Superb Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.PRINTING.F.jpg" max_width="200px"]\r\n\r\nHigher g/m2 cotton provides excellent screen printing surface. It absorbs ink more efficiently leading to the highest printing sharpness.\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<strong>The popular classic upgraded! Made to withstand active conditions, while keeping you cool when warm and vice versa! A favourite amongst those seeking high quality prints of their designs.</strong>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"] [/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n<h2><strong>Download</strong></h2>\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\nMaking your own design? Grab the FREE mockup template from here.\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\nWidest range of tees color selection you ever wanted!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\nGet to know more before you drop the order!\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"] [/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Enzyme Cotton', '', 'inherit', 'closed', 'closed', '', '983-revision-v1', '', '', '2018-06-19 03:57:15', '2018-06-19 03:57:15', '', 983, 'https://seis.my/feelgroup/2018/06/19/983-revision-v1/', 0, 'revision', '', 0),
(1726, 1, '2018-06-19 04:01:16', '2018-06-19 04:01:16', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Crewneck Cotton</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\n\n<p>\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\n\n<p>\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\n\n<p>\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\n\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\n\n<p>\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\n\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\n\n<p>\n&nbsp;</p>\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\n<p>&nbsp;</p>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h2><strong>Download</strong></h2>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\n\n<p>\nMaking your own design? Grab the FREE mockup template from here.</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\n\n<p>\nWidest range of tees color selection you ever wanted!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\n\n<p>\nGet to know more before you drop the order!</p>\n\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\n\n\n\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-autosave-v1', '', '', '2018-06-19 04:01:16', '2018-06-19 04:01:16', '', 913, 'https://seis.my/feelgroup/2018/06/19/913-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1727, 1, '2018-06-19 04:00:52', '2018-06-19 04:00:52', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWNECKCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Crewneck Cotton</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Soft &amp; Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SOFTLIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nSmooth texture and light weight, making it the perfect material for warm weather conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY.jpg" max_width="200px"]\r\n\r\n<p>\r\nA tough fabric! Suitable for all active conditions. Great resistantancy towards wear and tear.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Budget Print" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BUDGETPRINTING.jpg" max_width="200px" max_width_last_edited="on|desktop"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient sharpness, with minimal cost involved.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p style="text-align: center;"><strong>The popular classic! Cool, basic, affordable, and gets the job done. </strong><strong>The contemporary choice that is here to stay for generations to come.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Crewneck Cotton', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2018-06-19 04:00:52', '2018-06-19 04:00:52', '', 913, 'https://seis.my/feelgroup/2018/06/19/913-revision-v1/', 0, 'revision', '', 0),
(1729, 1, '2018-06-19 04:04:05', '2018-06-19 04:04:05', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="<strong>Polo</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Polo</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in  absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Durability" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DURABILITY-1.jpg" max_width="200px"]\r\n\r\n<p>\r\nTextured pattern helps generate heavier weight and holds form. The shape of the shirt remains even after frequent washing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nFriendly surface for embroidery. Further enhancing the already premium appearance of the Polo.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>Stylish yet comfortable; for work or for play. The versatile and chic Polo is suitable for all occasions. A classy option for those who want to embroider their logo.</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Polo', '', 'inherit', 'closed', 'closed', '', '997-revision-v1', '', '', '2018-06-19 04:04:05', '2018-06-19 04:04:05', '', 997, 'https://seis.my/feelgroup/2018/06/19/997-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1730, 1, '2018-06-19 04:06:03', '2018-06-19 04:06:03', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Dri-Fit</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_blurb admin_label="Blurb" title="Printing Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRINTING.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nOptimum quality printing with sufficient printing sharpness &amp; clarity.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">Light, flexible and able to cope with the wearer’s active lifestyle! Designed ventilation allows for comfortable all day wearing; while maintaining a surface for optimum printing.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-3.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Dri-Fit', '', 'inherit', 'closed', 'closed', '', '1010-revision-v1', '', '', '2018-06-19 04:06:03', '2018-06-19 04:06:03', '', 1010, 'https://seis.my/feelgroup/2018/06/19/1010-revision-v1/', 0, 'revision', '', 0),
(1731, 1, '2018-06-19 04:13:52', '2018-06-19 04:13:52', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Jersey</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Drytec" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRYTEC.jpg" max_width="200px"]\r\n\r\n<p>\r\nBreathable and quick moisture wicking material. Stays cool while exercising; or in hot climate conditions, as it pulls sweat away.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Flexible" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEXIBLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nHigh degree of stretching capabilities coupled with a sporty texture</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Windfeel" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDFEEL.jpg" max_width="200px"]\r\n\r\n<p>\r\nLight weight with minimal wind resistance &amp; perfect air ventilation.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Smooth" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/SMOOTH.jpg" max_width="200px"]\r\n\r\n<p>\r\nSilky sense to the touch, providing high level of comfort even for all day wearing.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_blurb admin_label="Blurb" title="Superb Embroidery Friendly" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/S.EMBROIDERY.F.jpg" max_width="200px"]\r\n\r\n<p>\r\nExcellent fabric for embroidery. Highly recommended for those who are looking for premium 3D embroidering qualities.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p class="p1"><strong><span lang="EN-GB">For sports and for those on the go! Designed for the wearer’s optimum performance with comfort in mind! A top choice for those who want to embroider their logo and stand out from the rest.</span></strong></p>\r\n<p><strong> </strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-4.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Jersey', '', 'inherit', 'closed', 'closed', '', '1025-revision-v1', '', '', '2018-06-19 04:13:52', '2018-06-19 04:13:52', '', 1025, 'https://seis.my/feelgroup/2018/06/19/1025-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1732, 1, '2018-06-19 04:15:52', '2018-06-19 04:15:52', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Wind Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Breathable" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/BREATHABLE.jpg" max_width="200px"]\r\n\r\n<p>\r\nAbsorbency is what makes cotton so comfortable especially in hot climate ; Cotton helps in absorbing moisture &amp; heat.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Light" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/LIGHT.jpg" max_width="200px"]\r\n\r\n<p>\r\nThinner &amp; lighter material 170g/m2 suitable for hot &amp; warmer climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p class="p1"><strong><span lang="EN-GB">Fashionable, cool hooded sweatshirt which by itself makes a bold statement! Bring it to the next level with your special design printed on it!<span class="apple-converted-space"> </span></span></strong></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-7.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-6.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Wind Hoody', '', 'inherit', 'closed', 'closed', '', '1055-revision-v1', '', '', '2018-06-19 04:15:52', '2018-06-19 04:15:52', '', 1055, 'https://seis.my/feelgroup/2018/06/19/1055-revision-v1/', 0, 'revision', '', 0),
(1733, 1, '2018-06-19 04:18:55', '2018-06-19 04:18:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="on" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Weighty Hoody</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Fleecy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/FLEECY.jpg" max_width="200px"]\r\n\r\n<p>\r\nSoft &amp; comfortable. A plush sensation which you will enjoy; and does not irritate the skin.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Heavy" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/HEAVY.jpg" max_width="200px"]\r\n\r\n<p>\r\nThicker &amp; heavier material 280g/m2 suitable for cold &amp; windy climate conditions.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Stylish" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/STYLISH.jpg" max_width="200px"]\r\n\r\n<p>\r\nFashionable hooded sweatshirt that looks good over anything, even a basic T- shirt.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" text_font_size="25"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p><strong>A heavier hoodie option, which is also customizable with your unique design! Soft, comfortable, and able to withstand cold, windy climate conditions!</strong></p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/1-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/4-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/2-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/5-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/3-5.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/6-8.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" hover_icon="f002" animation="fade_in" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" hover_overlay_color="rgba(30,115,190,0.5)" overlay_icon_color="#ffffff" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="55px|||" allow_player_pause="off" parallax="on" parallax_method="on" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_padding="55px|||"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h2><strong>Download</strong></h2>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||55px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="TEE’S MOCKUP TEMPLATE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" max_width="200px" custom_margin_last_edited="off|" custom_padding_phone="25px|||" custom_padding_last_edited="off|desktop"]\r\n\r\n<p>\r\nMaking your own design? Grab the FREE mockup template from here.</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="PRODUCT COLOR CHART" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" max_width="200px" custom_margin="0px|||" custom_margin_last_edited="on|phone" custom_margin_phone="65px|||"]\r\n\r\n<p>\r\nWidest range of tees color selection you ever wanted!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/test.psd" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_icon="off" font_icon="e614" icon_color="#f9b707" use_circle="on" circle_color="rgba(255,255,255,0)" use_circle_border="on" circle_border_color="#f9b707" icon_placement="top" animation="off" text_orientation="center" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" circle_size="105" circle_size_last_edited="off|desktop" use_button="off" button_type="link" saved_tabs="all" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" max_width="200px" custom_margin="0px|||" custom_margin_phone="65px|||" custom_margin_last_edited="on|phone"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_blurb][tm_pb_button admin_label="Button" url_new_window="off" button_text="Download" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/wp-content/uploads/2018/06/Order-Form-Terms-Conditions.pdf" button_icon="f019" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Weighty Hoody', '', 'inherit', 'closed', 'closed', '', '1040-revision-v1', '', '', '2018-06-19 04:18:55', '2018-06-19 04:18:55', '', 1040, 'https://seis.my/feelgroup/2018/06/19/1040-revision-v1/', 0, 'revision', '', 0),
(1734, 1, '2018-06-19 05:20:14', '2018-06-19 05:20:14', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>TEE’S MOCKUP TEMPLATE</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="PRODUCT COLOR CHART" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\nWidest range of tee’s color collection you ever wanted!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="ORDER FORM &amp; GUIDE" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-19 05:20:14', '2018-06-19 05:20:14', '', 1531, 'https://seis.my/feelgroup/2018/06/19/1531-revision-v1/', 0, 'revision', '', 0),
(1735, 1, '2018-06-19 05:23:28', '2018-06-19 05:23:28', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Tee''s Mockup Template</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Product Color Chart</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nWidest range of tee’s color collection you ever wanted!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Order Form & Guide</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-19 05:23:28', '2018-06-19 05:23:28', '', 1531, 'https://seis.my/feelgroup/2018/06/19/1531-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1737, 1, '2018-06-19 05:46:17', '2018-06-19 05:46:17', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" height="2" divider_style="solid"]\r\n\r\n\r\n\r\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-19 05:46:17', '2018-06-19 05:46:17', '', 1464, 'https://seis.my/feelgroup/2018/06/19/1464-revision-v1/', 0, 'revision', '', 0),
(1739, 1, '2018-06-19 05:48:58', '2018-06-19 05:48:58', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-19 05:48:58', '2018-06-19 05:48:58', '', 1464, 'https://seis.my/feelgroup/2018/06/19/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1738, 1, '2018-06-19 05:46:46', '2018-06-19 05:46:46', '[tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_divider admin_label="Divider" color="#000000" show_divider="on" height="2" divider_style="solid"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_divider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-19 05:46:46', '2018-06-19 05:46:46', '', 1464, 'https://seis.my/feelgroup/2018/06/19/1464-revision-v1/', 0, 'revision', '', 0),
(1740, 1, '2018-06-19 05:53:34', '2018-06-19 05:53:34', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'Top Header Banner Overlay', '', 'publish', 'closed', 'closed', '', 'top-header-banner-overlay', '', '', '2018-06-19 05:53:34', '2018-06-19 05:53:34', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/top-header-banner-overlay/', 0, 'tm_pb_layout', '', 0),
(1741, 1, '2018-06-19 05:53:41', '2018-06-19 05:53:41', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="Design Showcase" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\n\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\n\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\n\n\n\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-autosave-v1', '', '', '2018-06-19 05:53:41', '2018-06-19 05:53:41', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1742, 1, '2018-06-19 05:56:20', '2018-06-19 05:56:20', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-19 05:56:20', '2018-06-19 05:56:20', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-revision-v1/', 0, 'revision', '', 0),
(1744, 1, '2018-06-19 05:59:01', '2018-06-19 05:59:01', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-19 05:59:01', '2018-06-19 05:59:01', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1743, 1, '2018-06-19 05:57:50', '2018-06-19 05:57:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="350px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>Design Showcase</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-19 05:57:50', '2018-06-19 05:57:50', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-revision-v1/', 0, 'revision', '', 0),
(1746, 1, '2018-06-19 06:04:06', '2018-06-19 06:04:06', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4" custom_margin="55px|||"][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-01" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-01.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" hover_icon="f00e" border_width="5" hover_overlay_color="rgba(255,255,255,0)" overlay_icon_color="#ffffff"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-05" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-05.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-09" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-09-2.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-13" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-13.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-17" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-17.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-21." src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-21.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-25" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-25.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-29" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-29.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-33" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-33.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-37" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-37.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-02" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-02.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-06" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-06.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-10" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-10.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-14" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-14.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-18" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-18.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-22.jpg" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-22.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-26" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-26.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-30" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-30.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-34" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-34.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-38" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-38.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-03" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-03.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-07" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-07.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-11" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-11.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-15" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-15.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-19" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-19.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-23" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-23.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-27" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-27.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-31" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-31.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-35" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-35.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-39" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-39.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="DESIGN-04" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-04.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-08" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-08.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-12" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-12.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-16" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-16.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-20" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-20.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-24" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-24.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-28" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-28.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-32" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-32.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="DESIGN-36" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-36.jpg" show_in_lightbox="on" url_new_window="off" use_overlay="on" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(255,255,255,0)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Design', '', 'inherit', 'closed', 'closed', '', '1385-revision-v1', '', '', '2018-06-19 06:04:06', '2018-06-19 06:04:06', '', 1385, 'https://seis.my/feelgroup/2018/06/19/1385-revision-v1/', 0, 'revision', '', 0),
(1747, 1, '2018-06-19 06:06:21', '2018-06-19 06:06:21', '[tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" template_type="row"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Design Showcase</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\n\n<p>\n<br></p>\n\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row]', 'Top Header Banner Overlay - 19th June', '', 'publish', 'closed', 'closed', '', 'top-header-banner-overlay-19th-june', '', '', '2018-06-19 06:06:21', '2018-06-19 06:06:21', '', 0, 'https://seis.my/feelgroup/tm_pb_layout/top-header-banner-overlay-19th-june/', 0, 'tm_pb_layout', '', 0);
INSERT INTO `wpag_posts` VALUES
(1748, 1, '2018-06-19 06:19:47', '2018-06-19 06:19:47', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Products</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Crewneck Cotton Call To Action" button_url="https://seis.my/feelgroup/crewneck-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CREWCOTTON.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Crewneck Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Enzyme Call To Action" button_url="https://seis.my/feelgroup/enzyme-cotton/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ENZYMECOTTON-2.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Enzyme Cotton</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Polo Call To Action" button_url="https://seis.my/feelgroup/polo/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/POLO.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Polo </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Dri-Fit Call To Action" button_url="https://seis.my/feelgroup/dri-fit/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DRIFIT.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Dri-Fit </strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#000000" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Jersey Call To Action" button_url="https://seis.my/feelgroup/Jersey/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/JERSEY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Jersey</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Wind Hoody Call To Action" button_url="https://seis.my/feelgroup/wind-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WINDHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Wind Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Weighty Hoody Call To Action" button_url="https://seis.my/feelgroup/weighty-hoody/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/WEIGHTYHOODY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Weighty Hoody</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" header_text_color="#ffffff" disabled="off" disabled_on="||on|" button_bg_color="#2e92d1"]\r\n\r\n<p></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Product Main', '', 'inherit', 'closed', 'closed', '', '868-revision-v1', '', '', '2018-06-19 06:19:47', '2018-06-19 06:19:47', '', 868, 'https://seis.my/feelgroup/2018/06/19/868-revision-v1/', 0, 'revision', '', 0),
(1749, 1, '2018-06-19 06:22:55', '2018-06-19 06:22:55', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 06:22:55', '2018-06-19 06:22:55', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1750, 1, '2018-06-19 06:26:48', '2018-06-19 06:26:48', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Pricing</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" padding_top_1="10px" padding_bottom_1="10px" background_color="#f6f6f7" padding_1_last_edited="on|"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Hmmm… How much does a T- Shirt cost?" title="Hmmm… How much does a T- Shirt cost?" url_new_window="off" use_background_color="on" background_color="#f6f6f7" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">That’s actually the number one FAQ or frequently asked question. The best way to find out, is of course by talking to us.<br />We can, however, share with you here the 3 main factors that influence the price of a T- Shirt.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="35px|||" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Product" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCT.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" disabled="off" disabled_on="off|||" custom_margin="35px|||"]\r\n\r\n<p>\r\nA range of products is available for your customization. Depending on the purpose for your customization, e.g. formal event, corporate function, sports or casual event, you would then choose the product with the material most suitable for that purpose.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Quantity" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/QUANTITY.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe MOQ or minimum order quantity per style, per design is 36 pcs. That being said, economy of scale is practiced to provide clients with even better prices. This basically means, the higher the quantity ordered, the more savings one can enjoy.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-1.jpg" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\nThe T- Shirt design also influences the cost. The logo for example, may require different colours; or may be printed at more than one location of the t- shirt. Some may even require different printing methods (e.g. screen printing, sublimation etc.) for the best outcome.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Presentable Designs of International Award Winning Standards" title="Presentable Designs of International Award Winning Standards" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Same theme and number of colours; different T-Shirt designers! Our Tee- Specialists are committed to providing you with better illustrations, outcomes and potentially more cost efficient! We aim for designs that you would be proud of! </span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S1-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Limited Budget? No Worries, We’ll Make It Work!" title="Limited Budget? No Worries, We’ll Make It Work!" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Sometimes, we receive designs from clients which cannot be realized into T- Shirts due to budget constraints. Our Tee- Specialists can help! If you choose to produce your T- Shirt with us, we can produce another design, which could end up looking better and possibly saving you more than your intended budget! One thing for sure, our design for you will convey your message across clearly!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S4-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="A Better Layout, A Better Budget" title="A Better Layout, A Better Budget" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">Placing logos all over a T- Shirt does not make the design better; in fact, it may turn out looking disorganized. From experience and continuous research, we know the best spots on a T- Shirt for logos. Our Tee- Specialists are ready to advice, according to your protocol requirements!<br />Tip: Avoid printing on sleeve if you have limited budget, which could save you up to 20% in costs<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S3-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="65px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Same Price, Which One’s Your Choice?" title="Same Price, Which One’s Your Choice?" url_new_window="off" use_background_color="off" background_color="#2e92d1" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" header_font="|on|||" header_text_color="#000000" body_text_color="#000000" disabled="off" disabled_on="|||off"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;">A picture is worth a thousand words, same goes for your T- Shirt Design. Our Tee- Specialists are ready to assist for that important reason. They not only understand designs, but also what design goes best on a T- Shirt. Since you have decided to produce your extraordinary T-Shirts with us, why not let us provide you with our complimentary design services? Our tagline is “Good Wear, Good Vibes” and that’s our top priority for your design.<br /></span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on" custom_margin="65px|||"][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-A.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/S2-B.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="off" align="left" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Pricing', '', 'inherit', 'closed', 'closed', '', '1464-revision-v1', '', '', '2018-06-19 06:26:48', '2018-06-19 06:26:48', '', 1464, 'https://seis.my/feelgroup/2018/06/19/1464-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1751, 1, '2018-06-19 06:31:38', '2018-06-19 06:31:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Resources</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<h4 style="text-align: center;"><strong>RESOURCES</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" custom_padding_last_edited="on|desktop" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/MOCKUPTEMPLATE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|desktop" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Tee''s Mockup Template</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #000000;">Making your own design? Grab the FREE mockup template from here.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/COLOR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Product Color Chart</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nWidest range of tee’s color collection you ever wanted!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="35px|||" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="1_3"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GUIDE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="off" sticky="off" align="center" force_fullwidth="off" always_center_on_mobile="on" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="400px" max_width_last_edited="on|phone" max_width_phone="200px"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="2_3"][tm_pb_cta admin_label="Call To Action" title="<strong>Order Form & Guide</strong>" url_new_window="off" use_background_color="on" background_color="#ffffff" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" button_text="Download" header_text_color="#000000" body_text_color="#000000" button_url="#" button_text_size="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" button_bg_color="#2e92d1"]\r\n\r\n<p>\r\nGet to know more before you drop the order!</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Resources', '', 'inherit', 'closed', 'closed', '', '1531-revision-v1', '', '', '2018-06-19 06:31:38', '2018-06-19 06:31:38', '', 1531, 'https://seis.my/feelgroup/2018/06/19/1531-revision-v1/', 0, 'revision', '', 0),
(1752, 1, '2018-06-19 06:35:26', '2018-06-19 06:35:26', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;">WHY SHOULD YOU CHOOSE US?</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4><strong>Trusted By</strong></h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Design Highlight</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial"><strong>Testimonials</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Instagram Feeds</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 06:35:26', '2018-06-19 06:35:26', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1753, 1, '2018-06-19 06:36:48', '2018-06-19 06:36:48', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;"><strong>WHY SHOULD YOU CHOOSE US?</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur professional in-house designers review and repair every order we receive to ensure each one is printed to perfection.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4><strong>Trusted By</strong></h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Design Highlight</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial"><strong>Testimonials</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Instagram Feeds</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 06:36:48', '2018-06-19 06:36:48', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0),
(1754, 1, '2018-06-19 06:50:04', '2018-06-19 06:50:04', '', 'CONTACT', '', 'inherit', 'open', 'closed', '', 'contact-2', '', '', '2018-06-19 06:50:04', '2018-06-19 06:50:04', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1755, 1, '2018-06-19 06:50:38', '2018-06-19 06:50:38', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 06:50:38', '2018-06-19 06:50:38', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1756, 1, '2018-06-19 06:52:44', '2018-06-19 06:52:44', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 06:52:44', '2018-06-19 06:52:44', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1757, 1, '2018-06-19 07:02:36', '2018-06-19 07:02:36', '', 'FEEL - LOGO (HEADER)', '', 'inherit', 'open', 'closed', '', 'feel-logo-header', '', '', '2018-06-19 07:02:36', '2018-06-19 07:02:36', '', 0, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-HEADER.png', 0, 'attachment', 'image/png', 0),
(1758, 1, '2018-06-19 07:03:17', '2018-06-19 07:03:17', '{\n    "monstroid2-child::header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-HEADER.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 07:03:17"\n    },\n    "monstroid2-child::retina_header_logo_url": {\n        "value": "https://seis.my/feelgroup/wp-content/uploads/2018/06/FEEL-LOGO-WHITE.png",\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2018-06-19 07:03:17"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '407a8d66-5a5c-42c9-842d-36fd3d00f853', '', '', '2018-06-19 07:03:17', '2018-06-19 07:03:17', '', 0, 'https://seis.my/feelgroup/2018/06/19/407a8d66-5a5c-42c9-842d-36fd3d00f853/', 0, 'customize_changeset', '', 0),
(1759, 1, '2018-06-19 07:06:01', '2018-06-19 07:06:01', '', 'CONTACT-50', '', 'inherit', 'open', 'closed', '', 'contact-50', '', '', '2018-06-19 07:06:01', '2018-06-19 07:06:01', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg', 0, 'attachment', 'image/jpeg', 0),
(1760, 1, '2018-06-19 07:06:18', '2018-06-19 07:06:18', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:06:18', '2018-06-19 07:06:18', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0),
(1761, 1, '2018-06-19 07:15:44', '2018-06-19 07:15:44', '', 'About Us Banner -OL', '', 'inherit', 'open', 'closed', '', 'about-us-banner-ol', '', '', '2018-06-19 07:15:44', '2018-06-19 07:15:44', '', 1551, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/About-Us-Banner-OL.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpag_posts` VALUES
(1762, 1, '2018-06-19 07:16:09', '2018-06-19 07:16:09', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/About-Us-Banner-OL.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>About Us</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="About us" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/ABOUTUS-BANNER.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|desktop" title="About Us" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n&nbsp;</p>\r\n<p>&nbsp;</p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" custom_padding="65px||65px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||" text_font_size="25" text_font="Poppins|on|||"]\r\n\r\n<p style="text-align: center;"><span style="color: #000000;"><strong>“Tee Specialists who want you to have The Extraordinary Feel”</strong></span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<span style="color: #000000;"><strong>From humble beginnings of a one-man show, Feel Group Asia was established in 2014. Growing from strength to strength, a team was formed in 2016. Known as Tee Specialists, we prioritize in understanding the client’s feelings with regards to their requirements; and listening to WHY they want to produce the T- Shirt. This has led to more clients placing their trust on us. We shall continue our dedication in helping you get your message across through T- Shirts; while sharing our knowledge with the next generation, in hopes of inspiring them! With our website now launched, we are now more accessible than ever! Fun and informative, it will also be a platform for easy placement of orders, from inquiry, right up to delivery.</strong></span></p>\r\n<p><span style="color: #000000;"><strong>Feel Group Asia’s extraordinary story continues, with you, very much a part of it!</strong></span></p>\r\n<p><span style="color: #000000;"><strong>“Good Wear, Good Vibes.”</strong></span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px|||" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<h4>FAQ</h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="35px||55px|"][tm_pb_row admin_label="Row"][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p style="text-align: left;"><span style="color: #000000;"><strong>1. How much does a t-shirt cost?</strong></span></p>\r\n<p style="text-align: left;">#1 Frequently Asked Question by you! The best way to find out, is of course by talking to us. We can, however, share with you here the 3 main factors that influence the price of a t- shirt.</p>\r\n<p><strong>Product, Quantity, Design. </strong>Better visual? <u><a href="https://seis.my/feelgroup/pricing">Here</a>.</u></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">2. Do you provide design services?</span></strong></p>\r\n<p><span style="color: #808080;">Yes. We provide complimentary design services if you place your order with us.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">3. What’s your turnaround time &amp; how is it calculated?</span></strong></p>\r\n<p><span style="color: #808080;">Our turnaround time is subject to the type of product ordered. You may refer to them here. For example, Crewneck Cotton’s standard turnaround time is 14 days for all perfectly placed orders, exclusive of shipping time. Although we will always strive to meet our client’s deadlines, unexpected circumstances may cause changes in production schedules. A perfect order has been placed when: The Feel Group Asia Jobsheet has been duly signed indicating approval by client and related detailed mock-ups are attached to the Jobsheet. All perfectly placed orders will receive an acknowledgement notifying our customers that their order has been placed. Please note that we guarantee a 14-day production turnaround on all perfectly placed orders. We are normally faster than 14 days but we will not guarantee a deadline for any orders required in less than that time frame.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">4. Do you provide a sample based on my design?</span></strong></p>\r\n<p><span style="color: #808080;">Yes. For quantities less than 1000 pieces, pre- print production samples cost RM 100.00 per color, printed per location; and are subject to the standard turn time. We can provide previous printed samples, for far less than a new printed sample.</span> <span style="color: #808080;">Essentially, the quality of our work speaks for itself, as such, we will gladly send you examples of our print work. Additionally, our mock-ups are very meticulous; and we are very knowledgeable with regards to how our inks work on most garments. Why waste time and money with a printed sample when we can deliver the quality you want straight out the gate? We do offer in-house print checks if the order quantity is more than 1000 pieces. </span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][tm_pb_column type="1_2"][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<span style="color: #000000;"><strong>5. How about shipping &amp; logistics?</strong></span></p>\r\n<p><span style="color: #808080;">Shipping is not included in estimates unless specified. Shipping time is also not included in turnaround time. Once the shipment is handed over to the courier service provider, we cannot guarantee timeliness or exact delivery dates. However, it should normally take 2-3 days to ship within Peninsular Malaysia, 4-7 days to East Malaysia.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">6. Why are the size quantities delivered slightly different from the placed order?</span></strong></p>\r\n<p><span style="color: #808080;">It is an industrial norm for screen printing to experience some defects or misprints on the shirts during a print run. For each order, we will order more than required to compensate for such issues. Occasionally we don''t have enough spare tees in a particular size for replacements, especially for smaller orders. If you have a shirt missing, it is most likely replaced as an extra shirt in another size. If not, send us <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">an email</a> &amp; we''ll look into it for you.</span></p>\r\n\r\n[/tm_pb_text][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_margin="35px|||"]\r\n\r\n<p>\r\n<strong><span style="color: #000000;">7. Why are these shirts missing from my order?</span></strong></p>\r\n<p><span style="color: #808080;">With screen printing, there is a certain degree of defects, sometimes due to the printing process or even the garment.</span> <span style="color: #808080;">Rate of error per project is on average between 10% to 20% depending on the quantity ordered (the larger the order, the lower the defect rate). Although we do order additional stocks to compensate for the defects, there may still be some defected shirts. In any case, you will be informed of the final shirt count, and in the event of difference in quantities noted before shipping, your invoice would be credited accordingly. If this is not the case, please <a style="color: #808080;" href="https://www.monsterpress.co.uk/contact">contact us</a> &amp; we shall resolve it right away.</span></p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'About Us', '', 'inherit', 'closed', 'closed', '', '1551-revision-v1', '', '', '2018-06-19 07:16:09', '2018-06-19 07:16:09', '', 1551, 'https://seis.my/feelgroup/2018/06/19/1551-revision-v1/', 0, 'revision', '', 0),
(1763, 1, '2018-06-19 07:19:15', '2018-06-19 07:19:15', '', 'PRODUCTION -EMBROIDERY', '', 'inherit', 'open', 'closed', '', 'production-embroidery-2', '', '', '2018-06-19 07:19:15', '2018-06-19 07:19:15', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1764, 1, '2018-06-19 07:19:43', '2018-06-19 07:19:43', '', 'PRODUCTION -SCREEN PRINTING', '', 'inherit', 'open', 'closed', '', 'production-screen-printing-2', '', '', '2018-06-19 07:19:43', '2018-06-19 07:19:43', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1765, 1, '2018-06-19 07:20:03', '2018-06-19 07:20:03', '', 'PRODUCTION -DYE-SUB', '', 'inherit', 'open', 'closed', '', 'production-dye-sub-2', '', '', '2018-06-19 07:20:03', '2018-06-19 07:20:03', '', 1205, 'https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1766, 1, '2018-06-19 07:21:18', '2018-06-19 07:21:18', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:21:18', '2018-06-19 07:21:18', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1768, 1, '2018-06-19 07:25:50', '2018-06-19 07:25:50', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:25:50', '2018-06-19 07:25:50', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1767, 1, '2018-06-19 07:23:35', '2018-06-19 07:23:35', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="on" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="off" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="initial" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:23:35', '2018-06-19 07:23:35', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1769, 1, '2018-06-19 07:30:27', '2018-06-19 07:30:27', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:30:27', '2018-06-19 07:30:27', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1770, 1, '2018-06-19 07:32:00', '2018-06-19 07:32:00', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:32:00', '2018-06-19 07:32:00', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1771, 1, '2018-06-19 07:34:53', '2018-06-19 07:34:53', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="100px" top_padding_last_edited="on|phone" bottom_padding_phone="100px" bottom_padding_last_edited="on|phone"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:34:53', '2018-06-19 07:34:53', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1772, 1, '2018-06-19 07:37:39', '2018-06-19 07:37:39', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="300px" top_padding_last_edited="on|phone" bottom_padding_phone="300px" bottom_padding_last_edited="on|phone"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:37:39', '2018-06-19 07:37:39', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1773, 1, '2018-06-19 07:39:19', '2018-06-19 07:39:19', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="200px" top_padding_last_edited="on|phone" bottom_padding_phone="200px" bottom_padding_last_edited="on|phone"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:39:19', '2018-06-19 07:39:19', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1774, 1, '2018-06-19 07:41:15', '2018-06-19 07:41:15', '[tm_pb_section admin_label="Section" fullwidth="off" specialty="off"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="Top Header Banner Overlay" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/overly-65.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px||200px|" custom_padding_last_edited="on|phone" title="<strong>Workflow</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="300px||100px|" button_text_size="14" button_bg_color_hover="#0f0087" saved_tabs="all"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section"][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-50.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-1.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_cta admin_label="1 - Receviing your order" button_url="https://seis.my/feelgroup/contact-us/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CONTACT-OVERLAY35.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Receiving Your Inquiry</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our Tee Specialist will contact you upon receiving an inquiry. We care, and we want to understand your needs. Consultation that helps make your T- Shirts extraordinary will be provided. We’ll issue a quotation once the final T- Shirt Design is in. (MOQ @ 36 pcs/ style/ design)</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" disabled="off" disabled_on="off|off|off|off" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="2 - Crafting your design" button_url="https://seis.my/feelgroup/design/" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DESIGN-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Crafting Your Design</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" disabled="off" disabled_on="off|off|off|off" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Our team of dedicated and knowledgeable Tee Specialist are ready to help you craft your T- Shirt design based on your needs, budgets and feelings. We want your design to not only be practical, but also to achieve your main objectives.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="3 - Onwards to production" button_url="#" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Onwards To Production</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#ffffff" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_text="VIEW THE DECORATING TECHNIQUES AS BELOW" button_bg_color="#ffffff" button_border_color_hover="#ffffff" button_border_color="rgba(255,255,255,0)" button_text_color="#2e92d1"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">With the Final Artwork Approval from the mockup preview, we proceed immediately to the production phase. From fabric measurement, cutting and sewing, to the printing (screen printing, sublimation etc); and finally logistics.</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="initial" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="4 - Delivering the extraordinary" button_url="https://www.tracking.my/" url_new_window="on" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/DELIVERY-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Delivering The Extraordinary</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">Completed T-Shirts will be packaged in our specially designed boxes, featuring a systematic arrangement guide. Free delivery within Peninsular Malaysia; and depending on the destination, taking only 1 to 3 days. Something Extraordinary Is On Its Way!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" locked="off" disabled_on="on|on|on" disabled="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" fullheight="off" auto="on" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="on" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_speed="5000" top_padding_phone="200px" top_padding_last_edited="on|phone" bottom_padding_phone="200px" bottom_padding_last_edited="on|phone" parent_locked="off"]\r\n\r\n[tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-SCREEN-PRINTING-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Silkscreen" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087" header_text_color="#ffffff" arrows_custom_color="#ffffff" dot_nav_custom_color="#ffffff" body_font_size="32" body_font_size_laptop="32" body_font_size_tablet="32" body_font_size_phone="32"]\r\n\r\n<h1><span style="color: #ffffff;">Silkscreen</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-EMBROIDERY-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Embroidery" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Embroidery</span></h1>\r\n\r\n[/tm_pb_slide][tm_pb_slide background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/PRODUCTION-DYE-SUB-1.jpg" background_position="default" background_size="contain" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" use_heading_bg_image="off" alignment="center" allow_player_pause="off" admin_title="Dye" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="on" button_font_select="default" button_font="||||" button_use_icon="off" button_icon_placement="right" button_on_hover="on" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" button_text_size="14" button_text_size_laptop="14" button_text_size_tablet="14" button_text_size_phone="14" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n<h1 style="text-align: center;"><span style="color: #ffffff;">Dye</span></h1>\r\n\r\n[/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin="35px|||"][tm_pb_column type="4_4"][tm_pb_cta admin_label="5 - Happy Client" button_url="https://seis.my/feelgroup/#testimonial" url_new_window="off" use_background_color="on" background_color="#2e92d1" text_orientation="center" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/06/CLIENT-OVERLAY.jpg" use_border_color="off" border_color="#ffffff" border_style="solid" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" custom_padding="200px|200px|200px|200px" custom_padding_last_edited="on|phone" title="<strong>Happy Client</strong>" header_font_size="50" header_font_size_phone="35" header_font_size_last_edited="on|desktop" custom_padding_phone="100px|50px|100px|50px" button_text_size="14" button_bg_color_hover="#0f0087" button_text="View More" saved_tabs="all" body_font_size="25" body_font_size_last_edited="on|desktop" body_font_size_phone="16" custom_margin_last_edited="off|desktop" button_bg_color="#2e92d1" button_border_color_hover="#0f0087"]\r\n\r\n<p>\r\n<span style="color: #ffffff;">How you feel when engaging us is important. Our team wants you to be happy from inquiry to delivery! That’s why every step, we strive to provide The Extraordinary!</span></p>\r\n\r\n[/tm_pb_cta][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Workflow', '', 'inherit', 'closed', 'closed', '', '1205-revision-v1', '', '', '2018-06-19 07:41:15', '2018-06-19 07:41:15', '', 1205, 'https://seis.my/feelgroup/2018/06/19/1205-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpag_posts` VALUES
(1775, 1, '2018-06-19 10:08:54', '2018-06-19 10:08:54', '[tm_pb_section admin_label="section" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" module_class="height_screen"][tm_pb_row admin_label="row" make_fullwidth="on" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_slider admin_label="Slider" show_arrows="on" show_pagination="on" auto="off" auto_ignore_hover="off" parallax="on" parallax_method="off" remove_inner_shadow="off" background_position="default" background_size="default" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" module_class="invert" top_padding="33%" top_padding_laptop="20%" top_padding_last_edited="on|desktop" bottom_padding="20%" bottom_padding_laptop="10%" bottom_padding_last_edited="on|desktop" fullheight="on" saved_tabs="all"]\r\n\r\n[tm_pb_slide heading="Feel Group Asia" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/5705898c40c37fc3324b22cf_Huron_Shirts.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Good Wear, Good Vibe" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/person-3030157_960_720.jpg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] [/tm_pb_slide][tm_pb_slide heading="Design &amp; Review" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-996329.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide][tm_pb_slide heading="Satisfaction Guaranteed" background_position="default" background_size="default" background_color="#ffffff" use_bg_overlay="off" use_text_overlay="off" alignment="center" allow_player_pause="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on" background_image="https://seis.my/feelgroup/wp-content/uploads/2018/04/pexels-photo-428311.jpeg" use_heading_bg_image="off" custom_button_2="off" button_2_text_size_laptop="51" button_2_text_size_tablet="51" button_2_text_size_phone="51" button_2_letter_spacing_laptop="50" button_2_letter_spacing_tablet="50" button_2_letter_spacing_phone="50" button_2_font_select="default" button_2_font="||||" button_2_use_icon="default" button_2_icon_placement="right" button_2_on_hover="on" button_2_letter_spacing_hover_laptop="50" button_2_letter_spacing_hover_tablet="50" button_2_letter_spacing_hover_phone="50" header_font_size="40" header_font_size_laptop="48" header_font_size_tablet="48" header_font_size_phone="48"] Lorem ipsum dolor sit amet [/tm_pb_slide]\r\n\r\n[/tm_pb_slider][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all" custom_padding="32px||50px|"]\r\n\r\n<h4 style="text-transform: none;"><strong>WHY SHOULD YOU CHOOSE US?</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" column_padding_mobile="on"][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="Extraordinary Tees with Ease" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/A.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nOur Tee Specialists are ready to assist in designing and producing your Extraordinary T Shirt! Follow our easy steps! We’re also ever ready to guide.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="#1 Choice Among Local University &amp; Colleges!" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/B.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe’re a popular choice, especially amongst university/ college students. Main reason? We aim to provide overall satisfaction; and we care about how our clients feel.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_blurb admin_label="Blurb" title="One of A Kind Design" url_new_window="off" use_icon="off" icon_color="#2e92d1" use_circle="off" circle_color="#000000" use_circle_border="off" circle_border_color="#2e92d1" image="https://seis.my/feelgroup/wp-content/uploads/2018/06/C.png" icon_placement="top" animation="top" text_orientation="center" use_button="off" button_type="link" max_width="250px" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\nWe want you to have that overall exclusive t- shirt design, which will not only bring your message across, but also remain contemporary.</p>\r\n\r\n[/tm_pb_blurb][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f6f6f7" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="120px||120px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|phone"][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" padding_bottom_1="32px" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" saved_tabs="all"]\r\n\r\n<h4><strong>Trusted By</strong></h4>\r\n<p>more than 400 universities, colleges &amp; companies.</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on"][tm_pb_column type="4_4"][tm_pb_brands_showcase_module admin_label="Brands Showcase" divider="off" divider_color="#000000" template="grid" divider_hide_on_mobile="on" autoplay="off" navigate_button="on" navigate_pagination="on" centered_slides="off" slides_per_view="5" columns_last_edited="on|phone" columns_phone="2"]\r\n\r\n<p>\r\n[tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/USm-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/PSC-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/manchester.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/sunway.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/ocbcbank.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTM.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UTAR-2.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item][tm_pb_brands_showcase_module__item brand_logo="https://seis.my/feelgroup/wp-content/uploads/2018/06/UNSW-1.png" url_new_window="off"]</p>\r\n<p>&nbsp;</p>\r\n<p>[/tm_pb_brands_showcase_module__item]</p>\r\n\r\n[/tm_pb_brands_showcase_module][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="120px||128px|" custom_padding_tablet="70px||70px|" custom_padding_last_edited="on|desktop" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Design Highlight</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="on" use_custom_width="off" use_grid_padding="off" width_unit="on" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" parallax_4="off" parallax_method_4="off" vertical_alligment_4="start" responsive_laptop_4="inherit" responsive_tablet_4="inherit" responsive_phone_4="inherit" order_laptop_4="4" order_tablet_4="4" order_phone_4="4"][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/APNC.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/GLOBALLVILLAGE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ZOMBIERUN.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/NOGAPS.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/YAMAHA-SEA-GAME.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/ECOTOUR.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][tm_pb_column type="1_4"][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/XCAPE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="on" animation="left" sticky="off" align="center" force_fullwidth="on" always_center_on_mobile="off" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][tm_pb_image admin_label="Image" src="https://seis.my/feelgroup/wp-content/uploads/2018/06/RUNIFPOSSIBLE.jpg" show_in_lightbox="off" url_new_window="off" use_overlay="off" animation="left" sticky="on" align="center" force_fullwidth="on" always_center_on_mobile="on" use_border_color="on" border_color="#ffffff" border_style="solid" overlay_icon_color="#ffffff" hover_overlay_color="rgba(46,146,209,0.44)" hover_icon="f00e" border_width="5"]\r\n\r\n</p>\r\n\r\n[/tm_pb_image][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="35px||35px|" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" parallax_2="off" parallax_method_2="off" vertical_alligment_2="start" responsive_laptop_2="inherit" responsive_tablet_2="inherit" responsive_phone_2="inherit" order_laptop_2="2" order_tablet_2="2" order_phone_2="2" parallax_3="off" parallax_method_3="off" vertical_alligment_3="start" responsive_laptop_3="inherit" responsive_tablet_3="inherit" responsive_phone_3="inherit" order_laptop_3="3" order_tablet_3="3" order_phone_3="3" column_padding_mobile="on" custom_padding="55px|||" custom_margin_last_edited="on|phone"][tm_pb_column type="4_4"][tm_pb_button admin_label="Button" url_new_window="off" button_text="More Design Showcase" button_alignment="center" custom_button="on" button_letter_spacing="0" button_use_icon="off" button_icon_placement="left" button_on_hover="off" button_letter_spacing_hover="0" button_url="https://seis.my/feelgroup/design/" button_icon="f01a" button_icon_color="#ffffff" button_bg_color_hover="#0f0087" button_border_color_hover="#0f0087"]\r\n\r\n</p>\r\n\r\n[/tm_pb_button][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="140px||90px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#f6f6f7"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4 id="testimonial"><strong>Testimonials</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" use_grid_padding="on" width_unit="on" padding_mobile="off" custom_margin="|52px||52px" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" vertical_alligment_1="start" responsive_laptop_1="inherit" responsive_tablet_1="inherit" responsive_phone_1="inherit" order_laptop_1="1" order_tablet_1="1" order_phone_1="1" column_padding_mobile="on" custom_margin_last_edited="on|phone" custom_margin_phone="|1px||1px"][tm_pb_column type="4_4"][tm_pb_cherry_testi admin_label="Cherry Testimonials" source="ids" order="desc" orderby="date" divider="off" show_avatar="on" show_email="on" show_position="on" show_company="on" type="slider" effect="slide" loop="on" pagination="on" navigation="on" template="speech-bubble.tmpl" limit="-1"]\r\n\r\n</p>\r\n\r\n[/tm_pb_cherry_testi][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="65px||65px|" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" background_color="#2e92d1" custom_padding_last_edited="on|desktop"][tm_pb_row admin_label="row"][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Number of Tees Made" number="85,159" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e741" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" number_line_height="12" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Satisfied Clients" number="878" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e88a" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" custom_padding="35px|||" icon_font_size="65" icon_font_size_last_edited="on|desktop"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][tm_pb_column type="1_3"][tm_pb_number_counter admin_label="Number Counter" title="Hours Dedicated To Designing" number="7,024" percent_sign="off" counter_color="#ffffff" use_icon="on" font_icon="e8cf" icon_color="#ffffff" use_icon_font_size="on" title_text_color="#ffffff" use_border_color="off" border_color="#ffffff" border_style="solid" icon_font_size="65" custom_padding="35px|||"]\r\n\r\n</p>\r\n\r\n[/tm_pb_number_counter][/tm_pb_column][/tm_pb_row][/tm_pb_section][tm_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="on" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" custom_padding="62px||62px|" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||50px|"]\r\n\r\n<h4><strong>Instagram Feeds</strong></h4>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][tm_pb_row admin_label="Row"][tm_pb_column type="4_4"][tm_pb_text admin_label="Text" text_orientation="center" use_border_color="off" border_color="#ffffff" border_style="solid"]\r\n\r\n<p>\r\n[wdi_feed id="1"]</p>\r\n\r\n[/tm_pb_text][/tm_pb_column][/tm_pb_row][/tm_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2018-06-19 10:08:54', '2018-06-19 10:08:54', '', 184, 'https://seis.my/feelgroup/2018/06/19/184-revision-v1/', 0, 'revision', '', 0);

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

--
-- Table structure for table `wpag_termmeta`
--

CREATE TABLE `wpag_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_termmeta`
--

INSERT INTO `wpag_termmeta` VALUES
(1, 8, 'cherry_terms_thumbnails', '260'),
(2, 9, 'cherry_terms_thumbnails', '258'),
(3, 10, 'cherry_terms_thumbnails', '262'),
(4, 11, 'cherry_terms_thumbnails', '260'),
(5, 12, 'cherry_terms_thumbnails', '257'),
(6, 14, 'cherry_terms_thumbnails', '261'),
(7, 16, 'cherry_terms_thumbnails', '256'),
(8, 17, 'cherry_terms_thumbnails', '259'),
(9, 24, 'cherry_terms_thumbnails', '263'),
(10, 37, 'order', '0'),
(11, 39, 'order', '0'),
(12, 42, 'order', '0'),
(13, 46, 'order', '0'),
(14, 49, 'order', '0'),
(15, 51, 'order', '0'),
(16, 37, 'product_count_product_cat', '0'),
(17, 39, 'product_count_product_cat', '0'),
(18, 42, 'product_count_product_cat', '0'),
(19, 46, 'product_count_product_cat', '2'),
(20, 49, 'product_count_product_cat', '14'),
(21, 51, 'product_count_product_cat', '1'),
(22, 52, 'order', '0'),
(23, 53, 'order', '0'),
(24, 54, 'order', '0'),
(25, 52, 'product_count_product_cat', '5'),
(26, 53, 'product_count_product_cat', '3'),
(27, 54, 'product_count_product_cat', '5');

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

--
-- Table structure for table `wpag_terms`
--

CREATE TABLE `wpag_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_terms`
--

INSERT INTO `wpag_terms` VALUES
(1, 'Completed Projects', 'completed-projects', 0),
(2, 'Industry News', 'industry-news', 0),
(3, 'Projects in Development', 'projects-in-development', 0),
(4, 'Uncategorized', 'uncategorized', 0),
(5, 'Completed Projects', 'completed-projects', 0),
(6, 'Industry News', 'industry-news', 0),
(7, 'Projects in Development', 'projects-in-development', 0),
(8, 'Building', 'building', 0),
(9, 'Commercial', 'commercial', 0),
(10, 'Cultural / Lifestyle', 'cultural-lifestyle', 0),
(11, 'Data / Technology', 'data-technology', 0),
(12, 'Educational', 'educational', 0),
(13, 'global', 'global', 0),
(14, 'Government / Military', 'government-military', 0),
(15, 'Group #1', 'group-1', 0),
(16, 'Healthcare', 'healthcare', 0),
(17, 'Manufacturing / Industrial', 'manufacturing-industrial', 0),
(18, 'module', 'module', 0),
(19, 'not_global', 'not_global', 0),
(20, 'Our Services', 'our-services', 0),
(21, 'regular', 'regular', 0),
(22, 'row', 'row', 0),
(23, 'section', 'section', 0),
(24, 'Warehouse / Logistics', 'warehouse-logistics', 0),
(25, 'Footer Menu', 'footer-menu', 0),
(26, 'Main menu', 'main-menu', 0),
(27, 'Social', 'social', 0),
(28, 'Top Menu', 'top-menu', 0),
(29, 'main menu backup', 'main-menu-backup', 0),
(30, 'Blue', 'blue', 0),
(31, 'featured', 'featured', 0),
(32, 'Green', 'green', 0),
(33, 'Large', 'large', 0),
(34, 'Medium', 'medium', 0),
(35, 'Red', 'red', 0),
(36, 'Small', 'small', 0),
(37, 'Tshirts', 'tshirts', 0),
(38, 'variable', 'variable', 0),
(39, 'Hoodies', 'hoodies', 0),
(40, 'simple', 'simple', 0),
(41, 'Gray', 'gray', 0),
(42, 'Accessories', 'accessories', 0),
(43, 'Yellow', 'yellow', 0),
(44, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(45, 'exclude-from-search', 'exclude-from-search', 0),
(46, 'Music', 'music', 0),
(47, 'rated-4', 'rated-4', 0),
(48, 'grouped', 'grouped', 0),
(49, 'Clothing', 'clothing', 0),
(50, 'external', 'external', 0),
(51, 'Decor', 'decor', 0),
(52, 'Tshirts', 'tshirts-clothing', 0),
(53, 'Hoodies', 'hoodies-clothing', 0),
(54, 'Accessories', 'accessories-clothing', 0),
(55, 'outofstock', 'outofstock', 0),
(56, 'post-format-image', 'post-format-image', 0);

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

--
-- Table structure for table `wpag_term_relationships`
--

CREATE TABLE `wpag_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',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_term_relationships`
--

INSERT INTO `wpag_term_relationships` VALUES
(212, 27, 0),
(213, 27, 0),
(214, 27, 0),
(215, 27, 0),
(297, 20, 0),
(298, 20, 0),
(299, 20, 0),
(300, 20, 0),
(302, 20, 0),
(303, 20, 0),
(216, 27, 0),
(217, 27, 0),
(912, 21, 0),
(912, 22, 0),
(912, 19, 0),
(863, 21, 0),
(863, 18, 0),
(863, 19, 0),
(862, 21, 0),
(862, 23, 0),
(862, 19, 0),
(832, 8, 0),
(835, 56, 0),
(1740, 22, 0),
(46, 53, 0),
(45, 53, 0),
(44, 52, 0),
(89, 51, 0),
(89, 50, 0),
(87, 49, 0),
(87, 48, 0),
(85, 40, 0),
(85, 35, 0),
(832, 56, 0),
(85, 54, 0),
(83, 40, 0),
(83, 41, 0),
(75, 46, 0),
(75, 40, 0),
(75, 47, 0),
(73, 46, 0),
(73, 40, 0),
(370, 26, 0),
(83, 52, 0),
(70, 40, 0),
(70, 30, 0),
(70, 52, 0),
(68, 40, 0),
(68, 32, 0),
(66, 40, 0),
(68, 52, 0),
(66, 31, 0),
(64, 40, 0),
(66, 53, 0),
(64, 41, 0),
(64, 31, 0),
(64, 45, 0),
(64, 44, 0),
(62, 40, 0),
(62, 31, 0),
(64, 53, 0),
(60, 43, 0),
(60, 40, 0),
(414, 28, 0),
(415, 28, 0),
(1577, 26, 0),
(1336, 19, 0),
(1135, 19, 0),
(60, 31, 0),
(58, 40, 0),
(62, 54, 0),
(60, 54, 0),
(48, 40, 0),
(48, 35, 0),
(58, 54, 0),
(48, 54, 0),
(47, 40, 0),
(47, 41, 0),
(46, 40, 0),
(47, 52, 0),
(46, 30, 0),
(45, 38, 0),
(45, 55, 0),
(45, 35, 0),
(45, 32, 0),
(45, 30, 0),
(44, 38, 0),
(44, 55, 0),
(44, 36, 0),
(44, 34, 0),
(44, 33, 0),
(44, 31, 0),
(44, 35, 0),
(44, 32, 0),
(44, 30, 0),
(160, 1, 0),
(160, 5, 0),
(161, 1, 0),
(161, 5, 0),
(171, 1, 0),
(170, 6, 0),
(170, 2, 0),
(171, 7, 0),
(227, 19, 0),
(172, 6, 0),
(172, 2, 0),
(227, 21, 0),
(227, 23, 0),
(264, 19, 0),
(264, 21, 0),
(264, 22, 0),
(307, 19, 0),
(307, 21, 0),
(307, 23, 0),
(369, 8, 0),
(369, 9, 0),
(369, 10, 0),
(369, 11, 0),
(369, 12, 0),
(369, 14, 0),
(369, 16, 0),
(369, 17, 0),
(369, 24, 0),
(398, 15, 0),
(405, 15, 0),
(406, 15, 0),
(410, 13, 0),
(410, 18, 0),
(410, 21, 0),
(416, 8, 0),
(416, 9, 0),
(416, 10, 0),
(416, 11, 0),
(416, 12, 0),
(416, 14, 0),
(416, 16, 0),
(416, 17, 0),
(416, 24, 0),
(417, 8, 0),
(417, 9, 0),
(417, 10, 0),
(417, 11, 0),
(417, 12, 0),
(417, 14, 0),
(417, 16, 0),
(417, 17, 0),
(417, 24, 0),
(418, 8, 0),
(418, 9, 0),
(418, 10, 0),
(418, 11, 0),
(418, 12, 0),
(418, 14, 0),
(418, 16, 0),
(418, 17, 0),
(418, 24, 0),
(581, 19, 0),
(581, 23, 0),
(581, 21, 0),
(587, 19, 0),
(587, 23, 0),
(587, 21, 0),
(589, 19, 0),
(589, 23, 0),
(589, 21, 0),
(594, 19, 0),
(594, 23, 0),
(594, 21, 0),
(600, 19, 0),
(600, 18, 0),
(600, 21, 0),
(614, 19, 0),
(614, 22, 0),
(614, 21, 0),
(615, 19, 0),
(615, 22, 0),
(615, 21, 0),
(620, 19, 0),
(620, 23, 0),
(620, 21, 0),
(621, 19, 0),
(621, 23, 0),
(621, 21, 0),
(631, 19, 0),
(631, 23, 0),
(631, 21, 0),
(639, 19, 0),
(639, 23, 0),
(639, 21, 0),
(661, 19, 0),
(661, 18, 0),
(661, 21, 0),
(663, 19, 0),
(663, 18, 0),
(663, 21, 0),
(664, 19, 0),
(664, 18, 0),
(664, 21, 0),
(669, 19, 0),
(669, 22, 0),
(669, 21, 0),
(674, 29, 0),
(675, 29, 0),
(676, 29, 0),
(677, 29, 0),
(678, 29, 0),
(679, 29, 0),
(680, 29, 0),
(681, 29, 0),
(682, 29, 0),
(683, 29, 0),
(684, 29, 0),
(685, 29, 0),
(686, 29, 0),
(687, 29, 0),
(688, 29, 0),
(689, 29, 0),
(690, 29, 0),
(691, 29, 0),
(692, 29, 0),
(693, 29, 0),
(694, 29, 0),
(695, 29, 0),
(696, 29, 0),
(697, 29, 0),
(698, 29, 0),
(699, 29, 0),
(700, 29, 0),
(701, 29, 0),
(702, 29, 0),
(703, 29, 0),
(704, 29, 0),
(705, 29, 0),
(706, 29, 0),
(707, 29, 0),
(708, 29, 0),
(709, 29, 0),
(710, 29, 0),
(711, 29, 0),
(712, 29, 0),
(713, 29, 0),
(714, 29, 0),
(715, 29, 0),
(716, 29, 0),
(717, 29, 0),
(718, 29, 0),
(719, 29, 0),
(720, 29, 0),
(721, 29, 0),
(722, 29, 0),
(723, 29, 0),
(724, 29, 0),
(725, 29, 0),
(726, 29, 0),
(727, 29, 0),
(728, 29, 0),
(729, 29, 0),
(730, 29, 0),
(731, 29, 0),
(732, 29, 0),
(733, 29, 0),
(734, 29, 0),
(735, 29, 0),
(736, 29, 0),
(737, 29, 0),
(738, 29, 0),
(739, 29, 0),
(740, 29, 0),
(741, 29, 0),
(742, 29, 0),
(743, 29, 0),
(744, 29, 0),
(745, 29, 0),
(746, 29, 0),
(747, 29, 0),
(748, 29, 0),
(749, 29, 0),
(750, 29, 0),
(751, 29, 0),
(753, 25, 0),
(1740, 21, 0),
(758, 26, 0),
(1066, 26, 0),
(1135, 22, 0),
(1135, 21, 0),
(1157, 19, 0),
(1157, 22, 0),
(1157, 21, 0),
(1171, 19, 0),
(1171, 22, 0),
(1171, 21, 0),
(1183, 19, 0),
(1183, 22, 0),
(1183, 21, 0),
(1193, 19, 0),
(1193, 22, 0),
(1193, 21, 0),
(1263, 19, 0),
(1263, 18, 0),
(1263, 21, 0),
(1274, 19, 0),
(1274, 22, 0),
(1274, 21, 0),
(1290, 19, 0),
(1290, 22, 0),
(1290, 21, 0),
(1295, 19, 0),
(1295, 22, 0),
(1295, 21, 0),
(1299, 19, 0),
(1299, 22, 0),
(1299, 21, 0),
(1302, 19, 0),
(1302, 23, 0),
(1302, 21, 0),
(1311, 26, 0),
(1336, 22, 0),
(1336, 21, 0),
(1384, 19, 0),
(1384, 22, 0),
(1384, 21, 0),
(1458, 26, 0),
(1471, 19, 0),
(1471, 18, 0),
(1471, 21, 0),
(1513, 19, 0),
(1513, 22, 0),
(1513, 21, 0),
(1521, 19, 0),
(1521, 22, 0),
(1521, 21, 0),
(1522, 19, 0),
(1522, 22, 0),
(1522, 21, 0),
(1532, 19, 0),
(1532, 22, 0),
(1532, 21, 0),
(1740, 19, 0),
(1576, 26, 0),
(1575, 26, 0),
(1747, 19, 0),
(1747, 22, 0),
(1747, 21, 0);

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

--
-- Table structure for table `wpag_term_taxonomy`
--

CREATE TABLE `wpag_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_term_taxonomy`
--

INSERT INTO `wpag_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 3),
(2, 2, 'category', '', 0, 2),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'post_tag', '', 0, 2),
(6, 6, 'post_tag', '', 0, 2),
(7, 7, 'post_tag', '', 0, 1),
(8, 8, 'projects_tag', 'It''s probably the most diverse category of construction to work in. But we''ve got experience of building both small shopping malls and 50-stories high-rises! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members. We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 5),
(9, 9, 'projects_category', 'It''s probably the most diverse category of construction to work in. But we''ve got experience of building both small shopping malls and 50-stories high-rises! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(10, 10, 'projects_category', 'Working on a socially important building, such as a park involves additional landscape construction expertise. Thankfully, we''ve got it and we aren''t afraid to apply it in practice! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(11, 11, 'projects_category', 'While building a head quarters building for an IT company is relatively easy, we''ve also got our hands at constructing more challenging types of IT related structures... Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(12, 12, 'projects_category', 'Educational institutions can be much more creative, than your regular school or a college campus! Entrust us with building it and it will be mesmerizing! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(13, 13, 'scope', '', 0, 1),
(14, 14, 'projects_category', 'The US military and States governments used our expertise and manpower to build numerous military-grade, cost-efficient and usage-practical buildings, all over the US and overseas... Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(15, 15, 'group', '', 0, 3),
(16, 16, 'projects_category', 'We can build any healthcare type of building. From a small private medical clinic to a full-fetched, new county hospital! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(17, 17, 'projects_category', 'Building a manufacturing facility or a factory house can be much more challenging, than building a cottage house. Trust us in such a complex task! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(18, 18, 'layout_type', '', 0, 8),
(19, 19, 'scope', '', 0, 41),
(20, 20, 'cherry-services_category', '', 0, 6),
(21, 21, 'module_width', '', 0, 42),
(22, 22, 'layout_type', '', 0, 22),
(23, 23, 'layout_type', '', 0, 12),
(24, 24, 'projects_category', 'While building a warehouse for an e-store is no easy feat itself, think about building it for Amazon or Google! We''ve already done that, so no complexity can scare us off the project! Doing a construction in an active hospital environment is perhaps the most complex and challenging work in the industry. Maintaining safety, keeping a low level of noise and collaborating with facility''s staff requires an extremely well planned management. These are the keys to successfully completing the work with no interruption of services and minimal inconvenience to the patients, residents and staff members.  We''ve got all the experience that''s needed to perform both a new construction and a renovation in a continuously inhabited and operating environment. Builderra has constructed more than 800 significant healthcare facilities and renovated thousands more. Our company''s name consistently pops on Modern Healthcare''s Top five list of leading healthcare construction management companies. Rest assured that our credentials, experience and in-house expertise benefit every healthcare construction project we undertake!', 0, 4),
(25, 25, 'nav_menu', '', 0, 1),
(26, 26, 'nav_menu', '', 0, 8),
(27, 27, 'nav_menu', '', 0, 6),
(28, 28, 'nav_menu', '', 0, 2),
(29, 29, 'nav_menu', '', 0, 78),
(30, 30, 'pa_color', '', 0, 4),
(31, 31, 'product_visibility', '', 0, 5),
(32, 32, 'pa_color', '', 0, 3),
(33, 33, 'pa_size', '', 0, 1),
(34, 34, 'pa_size', '', 0, 1),
(35, 35, 'pa_color', '', 0, 4),
(36, 36, 'pa_size', '', 0, 1),
(37, 37, 'product_cat', '', 0, 0),
(38, 38, 'product_type', '', 0, 2),
(39, 39, 'product_cat', '', 0, 0),
(40, 40, 'product_type', '', 0, 14),
(41, 41, 'pa_color', '', 0, 3),
(42, 42, 'product_cat', '', 0, 0),
(43, 43, 'pa_color', '', 0, 1),
(44, 44, 'product_visibility', '', 0, 1),
(45, 45, 'product_visibility', '', 0, 1),
(46, 46, 'product_cat', '', 0, 2),
(47, 47, 'product_visibility', '', 0, 1),
(48, 48, 'product_type', '', 0, 1),
(49, 49, 'product_cat', '', 0, 1),
(50, 50, 'product_type', '', 0, 1),
(51, 51, 'product_cat', '', 0, 1),
(56, 56, 'post_format', '', 0, 0),
(52, 52, 'product_cat', '', 49, 5),
(53, 53, 'product_cat', '', 49, 4),
(54, 54, 'product_cat', '', 49, 5),
(55, 55, 'product_visibility', '', 0, 2);

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

--
-- Table structure for table `wpag_usermeta`
--

CREATE TABLE `wpag_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_usermeta`
--

INSERT INTO `wpag_usermeta` VALUES
(1, 1, 'nickname', 'seisadmin'),
(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, 'wpag_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpag_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(44, 1, 'session_tokens', 'a:6:{s:64:"d589ba38aa66e570db3389b2c5f9fe63e3704594fd4f21e2ab289321d314a11d";a:4:{s:10:"expiration";i:1529986377;s:2:"ip";s:14:"115.164.61.182";s:2:"ua";s:151:"Mozilla/5.0 (Linux; Android 8.1.0; ONEPLUS A5010 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36";s:5:"login";i:1528776777;}s:64:"1666c70732048d344d7b9916f0ce53254bf611c8bfee01524228dbe2afd02658";a:4:{s:10:"expiration";i:1529390721;s:2:"ip";s:13:"42.189.179.42";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36";s:5:"login";i:1529217921;}s:64:"737e892f581714cf25acab711aa6c99389796a07fb23d78a25f9bbe8fe53228c";a:4:{s:10:"expiration";i:1529460101;s:2:"ip";s:14:"175.141.15.177";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36";s:5:"login";i:1529287301;}s:64:"cb25f272ef1ef780fef0f302d2005b8ddc2f1905753a7bc1daafb62b82c976ce";a:4:{s:10:"expiration";i:1529460266;s:2:"ip";s:14:"175.141.15.177";s:2:"ua";s:129:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134";s:5:"login";i:1529287466;}s:64:"037c9d3b47636cd3aba79214574baf5247f833899d18fb119c447954daca6043";a:4:{s:10:"expiration";i:1529503939;s:2:"ip";s:13:"42.189.179.42";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36";s:5:"login";i:1529331139;}s:64:"92513a468ab5ac03b8c99af69b1ffeadddfcc04a81d11cc12d7ed7ffd19dfa8b";a:4:{s:10:"expiration";i:1530580404;s:2:"ip";s:14:"175.140.223.54";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0";s:5:"login";i:1529370804;}}'),
(17, 1, 'wpag_dashboard_quick_press_last_post_id', '1289'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"42.189.179.0";}'),
(45, 3, 'nickname', 'monstroid'),
(19, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:"cart";a:0:{}}'),
(20, 2, 'nickname', 'admin'),
(21, 2, 'first_name', ''),
(22, 2, 'last_name', ''),
(23, 2, 'description', ''),
(24, 2, 'rich_editing', 'true'),
(25, 2, 'syntax_highlighting', 'true'),
(26, 2, 'comment_shortcuts', 'false'),
(27, 2, 'admin_color', 'fresh'),
(28, 2, 'use_ssl', '0'),
(29, 2, 'show_admin_bar_front', 'true'),
(30, 2, 'locale', ''),
(31, 2, 'wpag_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(32, 2, 'wpag_user_level', '0'),
(33, 2, 'dismissed_wp_pointers', ''),
(34, 1, 'wpag_user-settings', 'libraryContent=browse&editor=html&hidetb=1'),
(35, 1, 'wpag_user-settings-time', '1529380850'),
(41, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(43, 1, 'dismissed_template_files_notice', '1'),
(36, 1, 'closedpostboxes_page', 'a:0:{}'),
(37, 1, 'metaboxhidden_page', 'a:6:{i:0;s:12:"revisionsdiv";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";}'),
(38, 1, 'nav_menu_recently_edited', '26'),
(39, 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";}'),
(40, 1, 'metaboxhidden_nav-menus', 'a:18:{i:0;s:22:"add-post-type-projects";i:1;s:18:"add-post-type-team";i:2;s:27:"add-post-type-wdi_instagram";i:3;s:27:"add-post-type-timeline_post";i:4;s:25:"add-post-type-tm_pg_album";i:5;s:23:"add-post-type-tm_pg_set";i:6;s:29:"add-post-type-cherry-services";i:7;s:12:"add-post_tag";i:8;s:15:"add-post_format";i:9;s:21:"add-projects_category";i:10;s:16:"add-projects_tag";i:11;s:15:"add-product_tag";i:12;s:9:"add-group";i:13;s:21:"add-timeline_post_tag";i:14;s:18:"add-tm_pg_post_tag";i:15;s:18:"add-tm_pg_category";i:16;s:28:"add-cherry-services_category";i:17;s:28:"add-tm-testimonials_category";}'),
(42, 1, 'wpag_product_import_error_log', 'a:11:{i:0;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:76;s:3:"sku";s:17:"woo-vneck-tee-red";s:3:"row";s:50:"V-Neck T-Shirt - Red, ID 76, SKU woo-vneck-tee-red";}}}i:1;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:77;s:3:"sku";s:19:"woo-vneck-tee-green";s:3:"row";s:54:"V-Neck T-Shirt - Green, ID 77, SKU woo-vneck-tee-green";}}}i:2;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:78;s:3:"sku";s:18:"woo-vneck-tee-blue";s:3:"row";s:52:"V-Neck T-Shirt - Blue, ID 78, SKU woo-vneck-tee-blue";}}}i:3;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:79;s:3:"sku";s:14:"woo-hoodie-red";s:3:"row";s:43:"Hoodie - Red, No, ID 79, SKU woo-hoodie-red";}}}i:4;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:80;s:3:"sku";s:16:"woo-hoodie-green";s:3:"row";s:47:"Hoodie - Green, No, ID 80, SKU woo-hoodie-green";}}}i:5;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:81;s:3:"sku";s:15:"woo-hoodie-blue";s:3:"row";s:45:"Hoodie - Blue, No, ID 81, SKU woo-hoodie-blue";}}}i:6;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:78;s:3:"sku";s:18:"woo-vneck-tee-blue";s:3:"row";s:52:"V-Neck T-Shirt - Blue, ID 78, SKU woo-vneck-tee-blue";}}}i:7;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:79;s:3:"sku";s:14:"woo-hoodie-red";s:3:"row";s:43:"Hoodie - Red, No, ID 79, SKU woo-hoodie-red";}}}i:8;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:80;s:3:"sku";s:16:"woo-hoodie-green";s:3:"row";s:47:"Hoodie - Green, No, ID 80, SKU woo-hoodie-green";}}}i:9;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:81;s:3:"sku";s:15:"woo-hoodie-blue";s:3:"row";s:45:"Hoodie - Blue, No, ID 81, SKU woo-hoodie-blue";}}}i:10;O:8:"WP_Error":2:{s:6:"errors";a:1:{s:34:"woocommerce_product_importer_error";a:1:{i:0;s:37:"No matching product exists to update.";}}s:10:"error_data";a:1:{s:34:"woocommerce_product_importer_error";a:3:{s:2:"id";i:90;s:3:"sku";s:20:"woo-hoodie-blue-logo";s:3:"row";s:51:"Hoodie - Blue, Yes, ID 90, SKU woo-hoodie-blue-logo";}}}}'),
(46, 3, 'first_name', 'monstroid'),
(47, 3, 'last_name', ''),
(48, 3, 'description', ''),
(49, 3, 'rich_editing', 'true'),
(50, 3, 'syntax_highlighting', 'true'),
(51, 3, 'comment_shortcuts', 'false'),
(52, 3, 'admin_color', 'fresh'),
(53, 3, 'use_ssl', '0'),
(54, 3, 'show_admin_bar_front', 'true'),
(55, 3, 'locale', ''),
(56, 3, 'wpag_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(57, 3, 'wpag_user_level', '10'),
(58, 3, 'dismissed_wp_pointers', 'wp496_privacy'),
(59, 3, 'session_tokens', 'a:1:{s:64:"6087743fb6addbc8cd4d03dd92db6e255d67ba4f0f1b8f8a66d8c9f0d483906d";a:4:{s:10:"expiration";i:1529403514;s:2:"ip";s:13:"194.44.124.50";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36";s:5:"login";i:1529230714;}}'),
(60, 3, 'wpag_dashboard_quick_press_last_post_id', '937'),
(61, 3, '_woocommerce_persistent_cart_1', 'a:1:{s:4:"cart";a:0:{}}'),
(62, 3, 'wpag_user-settings', 'editor=tinymce&libraryContent=browse'),
(63, 3, 'wpag_user-settings-time', '1528705374'),
(64, 3, 'community-events-location', 'a:1:{s:2:"ip";s:12:"194.44.124.0";}'),
(65, 3, 'billing_first_name', 'monstroid'),
(66, 3, 'billing_last_name', ''),
(67, 3, 'billing_company', ''),
(68, 3, 'billing_address_1', ''),
(69, 3, 'billing_address_2', ''),
(70, 3, 'billing_city', ''),
(71, 3, 'billing_postcode', ''),
(72, 3, 'billing_country', ''),
(73, 3, 'billing_state', ''),
(74, 3, 'billing_phone', ''),
(75, 3, 'billing_email', 'monstroid@gmail.com'),
(76, 3, 'shipping_first_name', ''),
(77, 3, 'shipping_last_name', ''),
(78, 3, 'shipping_company', ''),
(79, 3, 'shipping_address_1', ''),
(80, 3, 'shipping_address_2', ''),
(81, 3, 'shipping_city', ''),
(82, 3, 'shipping_postcode', ''),
(83, 3, 'shipping_country', ''),
(84, 3, 'shipping_state', ''),
(85, 3, 'last_update', '1528892004');

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

--
-- Table structure for table `wpag_users`
--

CREATE TABLE `wpag_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpag_users`
--

INSERT INTO `wpag_users` VALUES
(1, 'seisadmin', '$P$BDy2g5sxliieBlJyZgPa6uVj4HuC0j1', 'seisadmin', 'admin@seis.my', '', '2018-04-16 08:37:12', '', 0, 'seisadmin'),
(2, 'admin', '$P$BtfhE0hqEKA.9JuC25gH.3zwCzrGmH0', 'admin', 'admin@admin.com', '', '2018-04-16 17:14:14', '', 0, 'admin'),
(3, 'monstroid', '$P$BwfpQgOL/jmPltt6KKPj3xEgd1prBf1', 'monstroid', 'monstroid@gmail.com', '', '2018-06-11 07:51:04', '', 0, 'monstroid');

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

--
-- Table structure for table `wpag_wc_download_log`
--

CREATE TABLE `wpag_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_wc_webhooks`
--

CREATE TABLE `wpag_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_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',
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_wdi_feeds`
--

CREATE TABLE `wpag_wdi_feeds` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `feed_name` tinytext NOT NULL,
  `feed_thumb` varchar(255) NOT NULL,
  `thumb_user` varchar(30) NOT NULL,
  `published` varchar(1) NOT NULL,
  `theme_id` varchar(10) NOT NULL,
  `feed_users` varchar(2000) NOT NULL,
  `feed_display_view` varchar(30) NOT NULL,
  `sort_images_by` varchar(30) NOT NULL,
  `display_order` varchar(30) NOT NULL,
  `follow_on_instagram_btn` varchar(1) NOT NULL,
  `display_header` varchar(1) NOT NULL,
  `number_of_photos` varchar(10) NOT NULL,
  `load_more_number` varchar(10) NOT NULL,
  `pagination_per_page_number` varchar(10) NOT NULL,
  `pagination_preload_number` varchar(10) NOT NULL,
  `image_browser_preload_number` varchar(10) NOT NULL,
  `image_browser_load_number` varchar(10) NOT NULL,
  `number_of_columns` varchar(30) NOT NULL,
  `resort_after_load_more` varchar(1) NOT NULL,
  `show_likes` varchar(1) NOT NULL,
  `show_description` varchar(1) NOT NULL,
  `show_comments` varchar(1) NOT NULL,
  `show_usernames` varchar(1) NOT NULL,
  `display_user_info` varchar(1) NOT NULL,
  `display_user_post_follow_number` varchar(1) NOT NULL,
  `show_full_description` varchar(1) NOT NULL,
  `disable_mobile_layout` varchar(1) NOT NULL,
  `feed_type` varchar(30) NOT NULL,
  `feed_item_onclick` varchar(30) NOT NULL,
  `popup_fullscreen` varchar(1) NOT NULL,
  `popup_width` varchar(64) NOT NULL,
  `popup_height` varchar(64) NOT NULL,
  `popup_type` varchar(64) NOT NULL,
  `popup_autoplay` varchar(1) NOT NULL,
  `popup_interval` varchar(64) NOT NULL,
  `popup_enable_filmstrip` varchar(1) NOT NULL,
  `popup_filmstrip_height` varchar(64) NOT NULL,
  `autohide_lightbox_navigation` varchar(1) NOT NULL,
  `popup_enable_ctrl_btn` varchar(1) NOT NULL,
  `popup_enable_fullscreen` varchar(1) NOT NULL,
  `popup_enable_info` varchar(1) NOT NULL,
  `popup_info_always_show` varchar(1) NOT NULL,
  `popup_info_full_width` varchar(1) NOT NULL,
  `popup_enable_comment` varchar(1) NOT NULL,
  `popup_enable_fullsize_image` varchar(1) NOT NULL,
  `popup_enable_download` varchar(1) NOT NULL,
  `popup_enable_share_buttons` varchar(1) NOT NULL,
  `popup_enable_facebook` varchar(1) NOT NULL,
  `popup_enable_twitter` varchar(1) NOT NULL,
  `popup_enable_google` varchar(1) NOT NULL,
  `popup_enable_pinterest` varchar(1) NOT NULL,
  `popup_enable_tumblr` varchar(1) NOT NULL,
  `show_image_counts` varchar(1) NOT NULL,
  `enable_loop` varchar(1) NOT NULL,
  `popup_image_right_click` varchar(1) NOT NULL,
  `conditional_filters` varchar(10000) NOT NULL,
  `conditional_filter_type` varchar(32) NOT NULL,
  `show_username_on_thumb` varchar(32) NOT NULL,
  `conditional_filter_enable` varchar(1) NOT NULL,
  `liked_feed` varchar(30) NOT NULL,
  `mobile_breakpoint` varchar(10) NOT NULL,
  `redirect_url` varchar(255) NOT NULL,
  `feed_resolution` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpag_wdi_feeds`
--

INSERT INTO `wpag_wdi_feeds` VALUES
(1, 'Sample Feed', 'https://scontent.cdninstagram.com/vp/6f4215f7256817525af81c90f7d04cea/5B8D7998/t51.2885-15/s150x150/e35/c178.0.723.723/31310782_1860959250868050_4108341530945650688_n.jpg', '#monsterpress', '1', '1', '[{"username":"#monsterpress","id":"#monsterpress"}]', 'none', 'date', 'desc', '1', '0', '8', '4', '12', '10', '10', '10', '4', '0', '0', '0', '0', '0', '1', '1', '1', '0', 'thumbnails', 'lightbox', '0', '640', '640', 'none', '0', '5', '0', '70', '1', '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '', 'none', '0', '0', 'userhash', '640', '', 'optimal');

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

--
-- Table structure for table `wpag_wdi_themes`
--

CREATE TABLE `wpag_wdi_themes` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `theme_name` tinytext COLLATE latin1_general_ci NOT NULL,
  `default_theme` varchar(1) COLLATE latin1_general_ci NOT NULL,
  `feed_container_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_wrapper_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_container_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `feed_wrapper_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `active_filter_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `header_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_border_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_text_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `follow_btn_background_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_horizontal_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `users_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `user_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_overlay_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_overlay_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_margin_top` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_margin_left` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_cont_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_align` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_ctrl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_toggle_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_toggle_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_top` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_right` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_full_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_share_button_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_close_rl_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_rl_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_margin` varchar(128) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_active_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_active_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_thumb_deactive_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_filmstrip_rl_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_align` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_title_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_info_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_pos` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_author_font_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_date_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_body_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_input_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_button_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_style` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_separator_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_load_more_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `lightbox_comment_load_more_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `blog_style_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `image_browser_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_padding` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_height` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_width` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `load_more_wrap_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_size` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_margin` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_ctrl_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_position` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `pagination_position_vert` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `th_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  `mas_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `wpag_wdi_themes`
--

INSERT INTO `wpag_wdi_themes` VALUES
(1, 'Instagram', '1', '#FFFFFF', '100%', '100%', '#FFFFFF', '#429fff', '0px', '5px', '0px', '#DDDDDD', 'left', '40', '0', '5px', '#0f4973', '400', '18px', 'normal', '3', '25', '10', '#ffffff', '#0f4973', '#0f4973', '18', '#0f4973', '#0f4973', '#ffffff', '', '5px', '0px', '', '40', '40', '', '0px', '', '', '#0f4973', '400', '18px', 'normal', '14px', '#25292c', '90', '#ffffff', '20', '10', '7', 'bottom', '#2a5b83', '4', '80', 'center', '#FFFFFF', '100', '14', '100', '16', '2', 'none', '#FFFFFF', 'none', '#2a5b83', '100', '20', '20', '-10', '-10', '15', '#FFFFFF', '#000000', '#000000', '#ffffff', 'fa-chevron', '#2a5b83', '80', 'none', '40', '40', '20', '#25292c', '#FFFFFF', '20', '0', 'none', '#FFFFFF', 'top', '0 1px', '1', 'solid', '#25292c', '0', '0', '#FFFFFF', '70', '20', '#FFFFFF', '#3B3B3B', 'top', 'right', '#3b3b3b', '80', '1', 'none', '#3b3b3b', '5', '5px', '15px', '#FFFFFF', 'segoe ui', 'bold', '13', '#FFFFFF', 'segoe ui', 'normal', '14', '30', '400', 'right', '#ffffff', '12', '#000000', 'segoe ui', '14', '#125688', '#002160', '10', '12', '1', 'none', '#666666', '0', '2px', '#333333', '#616161', '3px 10px', '1', 'none', '#666666', '3', '1', 'solid', '#125688', '#125688', '#000000', '5px', '5px', '#ffffff', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '14px', '#125688', '0', '#8e8e8e', '13px', '#125688', '50', '#FFFFFF', '25px', '', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '14px', '#125688', '0', '#8e8e8e', '13px', '#125688', '50', '#FFFFFF', '25px', '', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '16px', '#125688', '0', '#8e8e8e', '20px', '5px', '0px', 'gray', '0px', '#FFFFFF', '#FFFFFF', '1', '#8a8d8e', '#8a8d8e', '16px', '#125688', '0', '#8e8e8e', '20px', 'center', '4px', '#ffffff', '500px', '90px', '90px', '1px', '#0f4973', '#1e73be', '14px', 'transparent', '#0f4973', '18px', '15px', '#25292c', 'center', 'top', '', '', '', ''),
(2, 'Elegant', '0', '#FFFFFF', '100%', '100%', '#FFFFFF', '#3cbac8', '0px', '5px', '0px', '#DDDDDD', 'left', '40', '0', '5px', '#686666', '400', '22px', 'normal', '7', '25', '10', '#ffffff', '#3cbac8', '#3cbac8', '18', '#3cbac8', '#ffffff', '#3cbac8', '', '5px', '0px', '', '40', '40', '', '0px', '', '', '#686666', '400', '22px', 'normal', '14px', '#ffffff', '80', '#000000', '20', '10', '7', 'bottom', '#3cbac8', '4', '80', 'center', '#FFFFFF', '100', '14', '100', '16', '2', 'none', '#FFFFFF', 'none', '#3cbac8', '100', '20', '20', '-10', '-10', '15', '#FFFFFF', '#3cbac8', '#2a5b83', '#ffffff', 'fa-chevron', '#3cbac8', '100', 'none', '40', '40', '20', '#ff4444', '#FFFFFF', '20', '0', 'none', '#FFFFFF', 'top', '0 1px', '1', 'solid', '#ffffff', '0', '0', '#FFFFFF', '40', '20', '#FFFFFF', '#3cbac8', 'top', 'right', '#3cbac8', '87', '1', 'none', '#3cbac8', '5', '5px', '15px', '#FFFFFF', 'segoe ui', 'bold', '13', '#FFFFFF', 'segoe ui', 'normal', '14', '30', '400', 'right', '#000000', '12', '#3cbac8', 'segoe ui', '14', '#ffffff', '#ff4444', '10', '12', '1', 'none', '#666666', '0', '2px', '#333333', '#616161', '3px 10px', '1', 'none', '#666666', '3', '1', 'ridge', '#ffffff', '#ffffff', '#ff4444', '5px', '0px', '#0a0909', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '14px', '#000000', '0', '#686666', '13px', '#3cbac8', '50', '#FFFFFF', '25px', '', '5px', '0px', '#0a0909', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '14px', '#000000', '0', '#686666', '13px', '#3cbac8', '50', '#FFFFFF', '25px', '', '5px', '0px', '#000000', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '16px', '#000000', '0', '#6866666', '20px', '5px', '0px', '#000000', '0px', '#FFFFFF', '#FFFFFF', '1', '#3cbac8', '#3cbac8', '16px', '#000000', '0', '#686666', '20px', 'center', '4px', '#3cbac8', '10px', '40px', '130px', '1px', '#ffffff', '#ffffff', '14px', '3cbac8', '#3cbac8', '18px', '15px', '#000000', 'center', 'top', '', '', '', '');

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

--
-- Table structure for table `wpag_woocommerce_api_keys`
--

CREATE TABLE `wpag_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wpag_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpag_woocommerce_attribute_taxonomies`
--

INSERT INTO `wpag_woocommerce_attribute_taxonomies` VALUES
(1, 'color', 'color', 'select', 'menu_order', 0),
(2, 'size', 'size', 'select', 'menu_order', 0);

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

--
-- Table structure for table `wpag_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wpag_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_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',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_log`
--

CREATE TABLE `wpag_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_order_itemmeta`
--

CREATE TABLE `wpag_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_order_items`
--

CREATE TABLE `wpag_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wpag_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_payment_tokens`
--

CREATE TABLE `wpag_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_sessions`
--

CREATE TABLE `wpag_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpag_woocommerce_sessions`
--

INSERT INTO `wpag_woocommerce_sessions` VALUES
(15, '3', '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:742:"a:26:{s:2:"id";s:1:"3";s:13:"date_modified";s:25:"2018-06-13T12:13:24+00:00";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:"UA";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:"UA";s:13:"is_vat_exempt";s:0:"";s:19:"calculated_shipping";s:0:"";s:10:"first_name";s:9:"monstroid";s:9:"last_name";s:0:"";s:7:"company";s:0:"";s:5:"phone";s:0:"";s:5:"email";s:19:"monstroid@gmail.com";s:19:"shipping_first_name";s:0:"";s:18:"shipping_last_name";s:0:"";s:16:"shipping_company";s:0:"";}";}', 1529403524),
(14, '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:701:"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:"MY";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:"MY";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:13:"admin@seis.my";s:19:"shipping_first_name";s:0:"";s:18:"shipping_last_name";s:0:"";s:16:"shipping_company";s:0:"";}";}', 1529390729);

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

--
-- Table structure for table `wpag_woocommerce_shipping_zones`
--

CREATE TABLE `wpag_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wpag_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wpag_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_tax_rates`
--

CREATE TABLE `wpag_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpag_woocommerce_tax_rate_locations`
--

CREATE TABLE `wpag_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

/*!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 */;
